Searched refs:CreateResManager (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sfx2/source/appl/ |
H A D | appinit.cxx | 261 pAppData_Impl->pBasicResMgr = CreateResManager("sb"); in Initialize_Impl() 262 pAppData_Impl->pSvtResMgr = CreateResManager("svt"); in Initialize_Impl()
|
H A D | app.cxx | 554 ResMgr* SfxApplication::CreateResManager( const char *pPrefix ) in CreateResManager() function in SfxApplication
|
H A D | appserv.cxx | 707 pAppData_Impl->pOfaResMgr = CreateResManager( "ofa"); in GetOffResManager_Impl()
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdialmgr.cxx | 46 pSwResMgr = SfxApplication::CreateResManager( "sw" ); in GetResMgr()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | sfxresid.cxx | 58 pMgr = SfxApplication::CreateResManager("sfx"); in GetResMgr()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod.cxx | 86 : SfxModule( SfxApplication::CreateResManager("sd"), sal_False, in SdModule()
|
/aoo41x/main/starmath/source/ |
H A D | smmod.cxx | 233 SfxModule(SfxApplication::CreateResManager("sm"), sal_False, pObjFact, NULL), in SmModule()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | app.hxx | 186 static ResMgr* CreateResManager( const char *pPrefix );
|
/aoo41x/main/sw/source/ui/app/ |
H A D | swmodule.cxx | 185 : SfxModule( SfxApplication::CreateResManager( "sw" ), sal_False, pWebFact, in SwModule()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | scmod.cxx | 135 SfxModule( SfxApplication::CreateResManager( "sc" ), sal_False, pFact, NULL ), in ScModule()
|
Completed in 60 milliseconds