Lines Matching refs:pRoot

236 	DestroySubTrees( pRoot );  in ~RscTypCont()
256 Pre_dtorTree( pRoot ); in ~RscTypCont()
260 DestroyTree( pRoot ); in ~RscTypCont()
335 return( (RscTop *)pRoot->Search( nRT ) ); in Search()
510 ERRTYPE WriteRc( RscTop * pCl, ObjNode * pRoot ) in WriteRc() argument
513 if( pRoot ) in WriteRc()
514 pRoot->EnumNodes( LINK( this, RscEnumerateObj, CallBackWriteRc ) ); in WriteRc()
517 ERRTYPE WriteSrc( RscTop * pCl, ObjNode * pRoot ){ in WriteSrc() argument
519 if( pRoot ) in WriteSrc()
520 pRoot->EnumNodes( LINK( this, RscEnumerateObj, CallBackWriteSrc ) ); in WriteSrc()
523 ERRTYPE WriteCxx( RscTop * pCl, ObjNode * pRoot ){ in WriteCxx() argument
525 if( pRoot ) in WriteCxx()
526 pRoot->EnumNodes( LINK( this, RscEnumerateObj, CallBackWriteCxx ) ); in WriteCxx()
529 ERRTYPE WriteHxx( RscTop * pCl, ObjNode * pRoot ){ in WriteHxx() argument
531 if( pRoot ) in WriteHxx()
532 pRoot->EnumNodes( LINK( this, RscEnumerateObj, CallBackWriteHxx ) ); in WriteHxx()
677 RscTop * pRoot; member in RscEnumerateRef
693 pRoot = pR; in RscEnumerateRef()
698 pRoot->EnumNodes( LINK( this, RscEnumerateRef, CallBackWriteRc ) ); in WriteRc()
707 pRoot->EnumNodes( LINK( this, RscEnumerateRef, CallBackWriteSrc ) ); in WriteSrc()
716 pRoot->EnumNodes( LINK( this, RscEnumerateRef, CallBackWriteCxx ) ); in WriteCxx()
725 pRoot->EnumNodes( LINK( this, RscEnumerateRef, CallBackWriteHxx ) ); in WriteHxx()
731 pRoot->EnumNodes( LINK( this, RscEnumerateRef, in WriteSyntax()
737 pRoot->EnumNodes( LINK( this, RscEnumerateRef, in WriteRcCtor()
803 RscEnumerateRef aEnumRef( this, pRoot, rContext.fOutput ); in IMPL_LINK_INLINE_END()
832 RscEnumerateRef aEnumRef( this, pRoot, fOutput ); in WriteSrc()
923 RscEnumerateRef aEnumRef( this, pRoot, fOutput ); in WriteHxx()
955 RscEnumerateRef aEnumRef( this, pRoot, fOutput ); in WriteCxx()
993 RscEnumerateRef aEnumRef( this, pRoot, fOutput ); in WriteSyntax()
1003 RscEnumerateRef aEnumRef( this, pRoot, fOutput ); in WriteRcCtor()
1021 RscDel( RscTop * pRoot, sal_uLong lKey );
1025 inline RscDel::RscDel( RscTop * pRoot, sal_uLong lKey ) in RscDel() argument
1028 pRoot->EnumNodes( LINK( this, RscDel, Delete ) ); in RscDel()
1041 RscDel aDel( pRoot, lFileKey ); in IMPL_LINK_INLINE_END()
1104 return( ::MakeConsistent( pRoot, pList ) ); in MakeConsistent()