Searched refs:mpList (Results 1 – 11 of 11) sorted by relevance
38 mpList = new WeakRefList; in DECLARE_LIST()46 delete mpList->Remove(); in ~SvUnoWeakContainer()47 pRef = mpList->GetCurObject(); in ~SvUnoWeakContainer()49 delete mpList; in ~SvUnoWeakContainer()61 delete mpList->Remove(); in insert()62 pRef = mpList->GetCurObject(); in insert()69 pRef = mpList->Next(); in insert()87 delete mpList->Remove(); in findRef()88 pRef = mpList->GetCurObject(); in findRef()98 pRef = mpList->Next(); in findRef()[all …]
36 WeakRefList* mpList; member in SvUnoWeakContainer
128 EdgeEntry* mpList; member in basegfx::__anone2fd9f110111::Triangulator148 EdgeEntry* pCurr = mpList; in handleClosingEdge()168 mpList = pCurr->getNext(); in handleClosingEdge()176 pCurr = mpList; in handleClosingEdge()192 pNew->setNext(mpList); in handleClosingEdge()193 mpList = pNew; in handleClosingEdge()232 : mpList(0L) in Triangulator()268 mpList = &(*aPos++); in Triangulator()280 while(mpList) in Triangulator()282 if(mpList->getNext() && mpList->getNext()->getStart().equal(mpList->getStart())) in Triangulator()[all …]
40 : mpList(0) in ConfigurationBroadcaster()48 delete mpList; in ~ConfigurationBroadcaster()53 if ( !mpList ) in AddListener()54 mpList = new IMPL_ConfigurationListenerList; in AddListener()55 mpList->Insert( pListener ); in AddListener()60 if ( mpList ) in RemoveListener()61 mpList->Remove( pListener ); in RemoveListener()72 if ( mpList ) in NotifyListeners()73 for ( sal_uInt32 n=0; n<mpList->Count(); n++ ) in NotifyListeners()74 mpList->GetObject(n)->ConfigurationChanged( this, nHint ); in NotifyListeners()
53 XPropertyList* mpList; member in SvxUnoXPropertyTable56 long getCount() const { return mpList ? mpList->Count() : 0 ; } in getCount()96 if( mpList ) in get()97 return mpList->Get( index ); in get()125 if( NULL == mpList ) in insertByName()138 if( mpList ) in insertByName()139 mpList->Insert( pNewEntry ); in insertByName()158 if( mpList ) in removeByName()159 delete mpList->Remove( i ); in removeByName()188 if( mpList ) in replaceByName()[all …]
646 List* mpList; member667 ParagraphObj* First(){ return (ParagraphObj*)mpImplTextObj->mpList->First(); }; in First()668 ParagraphObj* Next(){ return(ParagraphObj*)mpImplTextObj->mpList->Next(); }; in Next()
2999 mpList = new List; in ImplTextObj()3006 …for ( ParagraphObj* pPtr = (ParagraphObj*)mpList->First(); pPtr; pPtr = (ParagraphObj*)mpList->Nex… in ~ImplTextObj()3008 delete mpList; in ~ImplTextObj()3036 mpImplTextObj->mpList->Insert( pPara, LIST_APPEND ); in TextObj()
54 IMPL_ConfigurationListenerList* mpList; member in utl::ConfigurationBroadcaster
629 ImplDevFontList* mpList; member2005 pInfo->mpList->Add( pData ); in SalEnumFontsProcExA()2055 pInfo->mpList->Add( pData ); in SalEnumFontsProcExW()2378 aInfo.mpList = pFontList; in GetDevFontList()
224 mpList( 0 ), in SwTxtNode()4103 mpList = pList; in AddToList()4112 mpList->RemoveListItem( *mpNodeNum ); in RemoveFromList()4113 mpList = 0; in RemoveFromList()
122 SwList* mpList; member in SwTxtNode
Completed in 120 milliseconds