Home
last modified time | relevance | path

Searched refs:ObjNode (Results 1 – 7 of 7) sorted by relevance

/trunk/main/rsc/source/res/
H A Drscclobj.cxx77 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 Drscmgr.cxx257 ObjNode * pObjNode = NULL; in WriteRcHeader()
407 ObjNode * pObjNode = NULL; in WriteHxxHeader()
495 ObjNode * pObjNode = NULL; in WriteCxxHeader()
647 ObjNode * pObjNode; in IsToDeep()
H A Drscstr.cxx321 ObjNode * pObjNode = NULL; in WriteRc()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx190 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 Drscyacc.cxx141 ObjNode * pCopyObj = aCopyInst.pClass->GetObjNode( aName2 ); in DoClassHeader()
184 ObjNode * pNode = new ObjNode( aName1, S.Top().pData, in DoClassHeader()
/trunk/main/rsc/inc/
H A Drscclobj.hxx47 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()
/trunk/main/rsc/source/misc/
H A Drscdbl.cxx79 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 31 milliseconds