Searched refs:pRootList (Results 1 – 4 of 4) sorted by relevance
271 FmEntryDataList* pRootList = GetRootList(); in Clear() local273 for( sal_uInt32 i=pRootList->Count(); i>0; i-- ) in Clear()275 pChildData = pRootList->GetObject(i-1); in Clear()276 pRootList->Remove( pChildData ); in Clear()
1769 List* pRootList; in ScFunctionMgr() local1775 pRootList = aCatLists[0]; // Gesamtliste ("Alle") erstellen in ScFunctionMgr()1785 const ScFuncDesc* pTmpDesc = (const ScFuncDesc*)pRootList->GetObject(nTmpCnt); in ScFunctionMgr()1789 pRootList->Insert((void*)pDesc, nTmpCnt); // Einsortieren in ScFunctionMgr()1794 pDesc = (const ScFuncDesc*)pRootList->GetObject(n); in ScFunctionMgr()
262 SvTreeEntryList* pRootList = pRootItem->pChilds; in Clear() local263 if ( pRootList ) in Clear()265 SvListEntry* pEntry = (SvListEntry*)(pRootList->First()); in Clear()269 pEntry = (SvListEntry*)(pRootList->Next()); in Clear()
1794 SdrObjList* pRootList = pRootSdrObject->GetSubList(); in getRectangleOfObject() local1795 if( pRootList ) in getRectangleOfObject()1800 … SdrObject* pShape = DrawModelWrapper::getNamedSdrObject( aShapeName, pRootList ); in getRectangleOfObject()
Completed in 66 milliseconds