Home
last modified time | relevance | path

Searched refs:pRepr (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/dialog/
H A Duiregionsw.cxx473 SectReprPtr pRepr = (SectReprPtr)pEntry->GetUserData(); in CheckPasswd() local
474 if (!pRepr->GetTempPasswd().getLength() in CheckPasswd()
475 && pRepr->GetSectionData().GetPassword().getLength()) in CheckPasswd()
485 pRepr->GetSectionData().GetPassword(), sNewPasswd)) in CheckPasswd()
487 pRepr->SetTempPasswd(aNewPasswd); in CheckPasswd()
624 SectReprPtr pRepr = (SectReprPtr)pEntry->GetUserData(); in SelectSection() local
625 if (pRepr->GetSectionData().GetSectionName() == rSectionName) in SelectSection()
679 SectRepr* pRepr=(SectRepr*) pEntry->GetUserData(); in IMPL_LINK() local
680 SwSectionData const& rData( pRepr->GetSectionData() ); in IMPL_LINK()
760 SectRepr* pRepr=(SectRepr*) pEntry->GetUserData(); in IMPL_LINK() local
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dxehelper.cxx336 if( const String* pRepr = mxLinkRec->GetRepr() ) in ProcessUrlField() local
337 aUrlRepr = *pRepr; in ProcessUrlField()