Searched refs:ObjNode (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/rsc/source/res/ |
H A D | rscclobj.cxx | 77 sal_Bool RefNode::PutObjNode( ObjNode * pPutObject ){ in PutObjNode() 99 ObjNode * RefNode :: GetObjNode( const RscId & rRscId ){ in GetObjNode() 119 ObjNode::ObjNode( const RscId & rId, CLASS_DATA pData, sal_uLong lKey ){ in ObjNode() function in ObjNode 134 ObjNode * ObjNode::DelObjNode( RscTop * pClass, sal_uLong nFileKey ){ in DelObjNode() 135 ObjNode * pRetNode = this; in DelObjNode() 147 pRetNode = (ObjNode *)Right(); in DelObjNode() 150 pRetNode->Insert( (ObjNode *)Left() ); in DelObjNode() 153 pRetNode = (ObjNode *)Left(); in DelObjNode() 168 sal_uInt32 ObjNode::GetId() const in GetId() 182 sal_Bool ObjNode::IsConsistent( RscInconsList * pList ) in IsConsistent() [all …]
|
H A D | rscmgr.cxx | 257 ObjNode * pObjNode = NULL; in WriteRcHeader() 407 ObjNode * pObjNode = NULL; in WriteHxxHeader() 495 ObjNode * pObjNode = NULL; in WriteCxxHeader() 647 ObjNode * pObjNode; in IsToDeep()
|
H A D | rscstr.cxx | 321 ObjNode * pObjNode = NULL; in WriteRc()
|
/aoo4110/main/rsc/source/parser/ |
H A D | rscdb.cxx | 190 DestroyNode( pRscTop, (ObjNode*)pObjNode->Left() ); in DestroyNode() 339 ObjNode *pObjNode; in Search() 360 ObjNode * pObjNode; in Delete() 505 DECL_LINK( CallBackWriteRc, ObjNode * ); 506 DECL_LINK( CallBackWriteSrc, ObjNode * ); 507 DECL_LINK( CallBackWriteCxx, ObjNode * ); 508 DECL_LINK( CallBackWriteHxx, ObjNode * ); 510 ERRTYPE WriteRc( RscTop * pCl, ObjNode * pRoot ) in WriteRc() 517 ERRTYPE WriteSrc( RscTop * pCl, ObjNode * pRoot ){ in WriteSrc() 523 ERRTYPE WriteCxx( RscTop * pCl, ObjNode * pRoot ){ in WriteCxx() [all …]
|
H A D | rscyacc.cxx | 141 ObjNode * pCopyObj = aCopyInst.pClass->GetObjNode( aName2 ); in DoClassHeader() 184 ObjNode * pNode = new ObjNode( aName1, S.Top().pData, in DoClassHeader()
|
/aoo4110/main/rsc/inc/ |
H A D | rscclobj.hxx | 47 class ObjNode : public IdNode{ class 57 ObjNode( const RscId & rId, CLASS_DATA pData, sal_uLong lKey ); 58 ObjNode * DelObjNode( RscTop * pClass, sal_uLong lFileKey ); 62 ObjNode* Search( const RscId &rName ) const{ in Search() 64 return( (ObjNode *)IdNode::Search( rName ) ); in Search() 66 sal_Bool Insert( ObjNode* pTN ){ in Insert() 86 ObjNode* pObjBiTree; // Zeiger auf Objektbaum 97 sal_Bool PutObjNode( ObjNode * pPutObject ); 100 ObjNode * GetObjNode( const RscId &rRscId ); 102 ObjNode * GetObjNode(){ in GetObjNode()
|
/aoo4110/main/rsc/source/misc/ |
H A D | rscdbl.cxx | 79 void FillListObj( ObjNode * pObjNode, RscTop * pRscTop, in FillListObj() 87 FillListObj( (ObjNode*)pObjNode->Left(), pRscTop, in FillListObj() 97 FillListObj( (ObjNode*)pObjNode->Right(), pRscTop, in FillListObj()
|
Completed in 55 milliseconds