Home
last modified time | relevance | path

Searched refs:mpList (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Dunowcntr.cxx38 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 …]
H A Dunowcntr.hxx36 WeakRefList* mpList; member in SvUnoWeakContainer
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx128 EdgeEntry* mpList; member in basegfx::__anone2fd9f110111::Triangulator
148 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 …]
/trunk/main/unotools/source/config/
H A Doptions.cxx40 : 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()
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx53 XPropertyList* mpList; member in SvxUnoXPropertyTable
56 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 …]
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx646 List* mpList; member
667 ParagraphObj* First(){ return (ParagraphObj*)mpImplTextObj->mpList->First(); }; in First()
668 ParagraphObj* Next(){ return(ParagraphObj*)mpImplTextObj->mpList->Next(); }; in Next()
H A Depptso.cxx2999 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()
/trunk/main/unotools/inc/unotools/
H A Doptions.hxx54 IMPL_ConfigurationListenerList* mpList; member in utl::ConfigurationBroadcaster
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx629 ImplDevFontList* mpList; member
2005 pInfo->mpList->Add( pData ); in SalEnumFontsProcExA()
2055 pInfo->mpList->Add( pData ); in SalEnumFontsProcExW()
2378 aInfo.mpList = pFontList; in GetDevFontList()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx224 mpList( 0 ), in SwTxtNode()
4103 mpList = pList; in AddToList()
4112 mpList->RemoveListItem( *mpNodeNum ); in RemoveFromList()
4113 mpList = 0; in RemoveFromList()
/trunk/main/sw/inc/
H A Dndtxt.hxx122 SwList* mpList; member in SwTxtNode

Completed in 89 milliseconds