/aoo4110/main/rsc/source/parser/ |
H A D | rscdb.cxx | 523 ERRTYPE WriteCxx( RscTop * pCl, ObjNode * pRoot ){ in WriteCxx() function in RscEnumerateObj 711 ERRTYPE WriteCxx( sal_uLong lFileKey ) in WriteCxx() function in RscEnumerateRef 766 aEnumObj.WriteCxx( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_END() 952 ERRTYPE RscTypCont::WriteCxx( FILE * fOutput, sal_uLong nFileKey, in WriteCxx() function in RscTypCont 970 aError = aEnumRef.WriteCxx( aFileTab.GetIndex( pFName ) ); in WriteCxx() 975 aError = aEnumRef.WriteCxx( nFileKey ); in WriteCxx()
|
/aoo4110/main/rsc/source/res/ |
H A D | rsctop.cxx | 840 return rInst.pClass->WriteCxx( rInst, fOutput, pTC, rId ); in WriteCxxHeader() 852 ERRTYPE RscTop::WriteCxx( const RSCINST & rInst, FILE * fOutput, in WriteCxx() function in RscTop 855 return pSuperClass->WriteCxx( rInst, fOutput, pTC, rId ); in WriteCxx()
|
H A D | rsccont.cxx | 1019 ERRTYPE RscBaseCont::WriteCxx( const RSCINST & rInst, FILE * fOutput, in WriteCxx() function in RscBaseCont 1026 aError = RscTop::WriteCxx( rInst, fOutput, pTC, rRscId ); in WriteCxx() 1036 WriteCxx( pClassData->pEntries[ i ].aInst, in WriteCxx()
|
H A D | rscmgr.cxx | 532 aError = RscClass::WriteCxx( rInst, fOutput, pTC, rId ); in WriteCxxHeader() 572 ERRTYPE RscMgr::WriteCxx( const RSCINST & rInst, FILE * fOutput, in WriteCxx() function in RscMgr
|
/aoo4110/main/idl/source/objects/ |
H A D | module.cxx | 673 void SvMetaModule::WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteCxx() function in SvMetaModule 679 pClass->WriteCxx( rBase, rOutStm, nTab ); in WriteCxx()
|
H A D | basobj.cxx | 168 void SvMetaObject::WriteCxx( SvIdlDataBase &, SvStream &, sal_uInt16 /*nTab */ ) in WriteCxx() function in SvMetaObject
|
H A D | object.cxx | 998 void SvMetaClass::WriteCxx( SvIdlDataBase &, SvStream & rOutStm, sal_uInt16 ) in WriteCxx() function in SvMetaClass
|
/aoo4110/main/rsc/inc/ |
H A D | rscmgr.hxx | 68 ERRTYPE WriteCxx( const RSCINST & rInst, FILE * fOutput,
|
H A D | rsccont.hxx | 112 ERRTYPE WriteCxx( const RSCINST & rInst, FILE * fOutput,
|
H A D | rsctop.hxx | 232 virtual ERRTYPE WriteCxx( const RSCINST & rInst, FILE * fOutput,
|
H A D | rscdb.hxx | 345 ERRTYPE WriteCxx( FILE * fOutput, sal_uLong nFileKey,
|
/aoo4110/main/idl/inc/ |
H A D | module.hxx | 104 virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
|
H A D | object.hxx | 157 virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
|
H A D | basobj.hxx | 114 virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
|
/aoo4110/main/rsc/source/rsc/ |
H A D | rsc.cxx | 1037 aError = pTC->WriteCxx( foutput, NOFILE_INDEX, aHxx ); in Link()
|