Home
last modified time | relevance | path

Searched refs:pRootList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx271 FmEntryDataList* pRootList = GetRootList(); in Clear() local
273 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()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1769 List* pRootList; in ScFunctionMgr() local
1775 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()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx262 SvTreeEntryList* pRootList = pRootItem->pChilds; in Clear() local
263 if ( pRootList ) in Clear()
265 SvListEntry* pEntry = (SvListEntry*)(pRootList->First()); in Clear()
269 pEntry = (SvListEntry*)(pRootList->Next()); in Clear()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1794 SdrObjList* pRootList = pRootSdrObject->GetSubList(); in getRectangleOfObject() local
1795 if( pRootList ) in getRectangleOfObject()
1800 … SdrObject* pShape = DrawModelWrapper::getNamedSdrObject( aShapeName, pRootList ); in getRectangleOfObject()

Completed in 59 milliseconds