Searched refs:pRscTop (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/rsc/source/parser/ |
H A D | rscdb.cxx | 194 pRscTop->Destroy( RSCINST( pRscTop, pObjNode->GetRscObj() ) ); in DestroyNode() 202 if( pRscTop ){ in DestroySubTrees() 205 DestroyNode( pRscTop, pRscTop->GetObjNode() ); in DestroySubTrees() 212 if( pRscTop ){ in DestroyTree() 216 delete pRscTop; in DestroyTree() 221 if( pRscTop ){ in Pre_dtorTree() 340 RscTop *pRscTop; in Search() local 361 RscTop * pRscTop; in Delete() local 373 pRscTop->Destroy( RSCINST( pRscTop, in Delete() 1082 if( pRscTop ){ in MakeConsistent() [all …]
|
/aoo42x/main/rsc/source/misc/ |
H A D | rscdbl.cxx | 79 void FillListObj( ObjNode * pObjNode, RscTop * pRscTop, in FillListObj() argument 87 FillListObj( (ObjNode*)pObjNode->Left(), pRscTop, in FillListObj() 90 pSubList = InsertList( pRscTop->GetId(), in FillListObj() 93 aTmpI.pClass = pRscTop; in FillListObj() 97 FillListObj( (ObjNode*)pObjNode->Right(), pRscTop, in FillListObj() 103 void FillList( RscTop * pRscTop, REResourceList * pList, sal_uLong lFileKey ){ in FillList() argument 104 if( pRscTop ){ in FillList() 105 FillList( (RscTop*)pRscTop->Left(), pList, lFileKey ); in FillList() 107 FillListObj( pRscTop->GetObjNode(), pRscTop, pList, lFileKey ); in FillList() 109 FillList( (RscTop*)pRscTop->Right(), pList, lFileKey ); in FillList()
|
Completed in 35 milliseconds