/aoo42x/main/rsc/source/parser/ |
H A D | rscdb.cxx | 529 ERRTYPE WriteHxx( RscTop * pCl, ObjNode * pRoot ){ in WriteHxx() function in RscEnumerateObj 720 ERRTYPE WriteHxx( sal_uLong lFileKey ) in WriteHxx() function in RscEnumerateRef 773 aEnumObj.WriteHxx( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_END() 886 ERRTYPE RscTypCont :: WriteHxx( FILE * fOutput, sal_uLong nFileKey ) in WriteHxx() function in RscTypCont 933 aError = aEnumRef.WriteHxx( aFileTab.GetIndex( pFName ) ); in WriteHxx() 938 aError = aEnumRef.WriteHxx( nFileKey ); in WriteHxx()
|
/aoo42x/main/rsc/source/res/ |
H A D | rsctop.cxx | 805 return rInst.pClass->WriteHxx( rInst, fOutput, pTC, rId ); in WriteHxxHeader() 817 ERRTYPE RscTop::WriteHxx( const RSCINST & rInst, FILE * fOutput, in WriteHxx() function in RscTop 820 return pSuperClass->WriteHxx( rInst, fOutput, pTC, rId ); in WriteHxx()
|
H A D | rsccont.cxx | 984 ERRTYPE RscBaseCont::WriteHxx( const RSCINST & rInst, FILE * fOutput, in WriteHxx() function in RscBaseCont 991 aError = RscTop::WriteHxx( rInst, fOutput, pTC, rRscId ); in WriteHxx() 1001 WriteHxx( pClassData->pEntries[ i ].aInst, in WriteHxx()
|
H A D | rscmgr.cxx | 441 aError = RscClass::WriteHxx( rInst, fOutput, pTC, rId ); in WriteHxxHeader() 471 ERRTYPE RscMgr::WriteHxx( const RSCINST & rInst, FILE * fOutput, in WriteHxx() function in RscMgr
|
/aoo42x/main/idl/source/objects/ |
H A D | module.cxx | 660 void SvMetaModule::WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteHxx() function in SvMetaModule 666 pClass->WriteHxx( rBase, rOutStm, nTab ); in WriteHxx()
|
H A D | basobj.cxx | 177 void SvMetaObject::WriteHxx( SvIdlDataBase &, SvStream &, sal_uInt16 /*nTab */ ) in WriteHxx() function in SvMetaObject
|
H A D | object.cxx | 968 void SvMetaClass::WriteHxx( SvIdlDataBase &, SvStream & rOutStm, sal_uInt16 ) in WriteHxx() function in SvMetaClass
|
/aoo42x/main/rsc/inc/ |
H A D | rscmgr.hxx | 64 ERRTYPE WriteHxx( const RSCINST & rInst, FILE * fOutput,
|
H A D | rsccont.hxx | 110 ERRTYPE WriteHxx( const RSCINST & rInst, FILE * fOutput,
|
H A D | rsctop.hxx | 228 virtual ERRTYPE WriteHxx( const RSCINST & rInst, FILE * fOutput,
|
H A D | rscdb.hxx | 344 ERRTYPE WriteHxx( FILE * fOutput, sal_uLong nFileKey);
|
/aoo42x/main/idl/inc/ |
H A D | module.hxx | 105 virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
|
H A D | object.hxx | 158 virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
|
H A D | basobj.hxx | 115 virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
|
/aoo42x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 1013 aError = pTC->WriteHxx( foutput, NOFILE_INDEX ); in Link()
|