Searched refs:pCombiList (Results 1 – 3 of 3) sorted by relevance
62 pCombiList = NULL; in DECLARE_LIST()74 if(pCombiList && pCombiList->Count()) in GetUsrAnyForID()76 SvxIDPropertyCombine* pActual = pCombiList->First(); in GetUsrAnyForID()81 pActual = pCombiList->Next(); in GetUsrAnyForID()91 if(!pCombiList) in AddUsrAnyForID()92 pCombiList = new SvxIDPropertyCombineList(); in AddUsrAnyForID()97 pCombiList->Insert(pNew); in AddUsrAnyForID()104 if(pCombiList) in ClearAllUsrAny()105 delete pCombiList; in ClearAllUsrAny()106 pCombiList = NULL; in ClearAllUsrAny()
44 SvxIDPropertyCombineList* pCombiList; member in SvxItemPropertySet60 sal_Bool AreThereOwnUsrAnys() const { return (pCombiList ? sal_True : sal_False); } in AreThereOwnUsrAnys()
1457 if( const CombiList* pCombiList = dynamic_cast< const CombiList* >( &rList ) ) in implIncludeList() local1458 maFmtMap = pCombiList->maFmtMap; in implIncludeList()
Completed in 92 milliseconds