Home
last modified time | relevance | path

Searched refs:RscMgr (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/rsc/source/res/
H A Drscmgr.cxx49 RscMgr::RscMgr( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl ) in RscMgr() function in RscMgr
63 sal_uInt32 RscMgr::Size() in Size()
77 RSCINST RscMgr::Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool bOwnClass ){ in Create()
112 void RscMgr::Destroy( const RSCINST & rInst ){ in Destroy()
130 void RscMgr::SetToDefault( const RSCINST & rInst ) in SetToDefault()
149 sal_Bool RscMgr::IsDefault( const RSCINST & rInst ){ in IsDefault()
168 sal_Bool RscMgr::IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ){ in IsValueDefault()
197 void RscMgr::WriteSrcHeader( const RSCINST & rInst, FILE * fOutput, in WriteSrcHeader()
237 void RscMgr::WriteSrc( const RSCINST &, FILE *, RscTypCont *, sal_uInt32, in WriteSrc()
251 ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem, in WriteRcHeader()
[all …]
/AOO42X/main/rsc/inc/
H A Drscmgr.hxx33 class RscMgr : public RscClass { class
42 RscMgr( Atom nId, sal_uInt32 nTypId, RscTop * pSuperCl );
/AOO42X/main/rsc/source/parser/
H A Drscicpx.cxx77 pClassMgr = new RscMgr( nId, RSC_RESOURCE, pClass ); in InitClassMgr()