Lines Matching refs:SfxModule

52 #define SfxModule  macro
114 TYPEINIT1(SfxModule, SfxShell);
118 SFX_IMPL_INTERFACE(SfxModule,SfxShell,SfxResId(0))
124 ResMgr* SfxModule::GetResMgr() in GetResMgr()
140 SfxModule::SfxModule( ResMgr* pMgrP, sal_Bool bDummyP, in SfxModule() function in SfxModule
153 void SfxModule::Construct_Impl() in Construct_Impl()
159 SfxModule* pPtr = (SfxModule*)this; in Construct_Impl()
160 rArr.C40_INSERT( SfxModule, pPtr, rArr.Count() ); in Construct_Impl()
179 SfxModule::~SfxModule() in ~SfxModule()
205 SfxSlotPool* SfxModule::GetSlotPool() const in GetSlotPool()
212 void SfxModule::RegisterChildWindow(SfxChildWinFactory *pFact) in RegisterChildWindow()
237 void SfxModule::RegisterChildWindowContext( sal_uInt16 nId, in RegisterChildWindowContext()
260 void SfxModule::RegisterToolBoxControl( SfxTbxCtrlFactory *pFact ) in RegisterToolBoxControl()
282 void SfxModule::RegisterStatusBarControl( SfxStbCtrlFactory *pFact ) in RegisterStatusBarControl()
304 void SfxModule::RegisterMenuControl( SfxMenuCtrlFactory *pFact ) in RegisterMenuControl()
326 SfxTbxCtrlFactArr_Impl* SfxModule::GetTbxCtrlFactories_Impl() const in GetTbxCtrlFactories_Impl()
333 SfxStbCtrlFactArr_Impl* SfxModule::GetStbCtrlFactories_Impl() const in GetStbCtrlFactories_Impl()
340 SfxMenuCtrlFactArr_Impl* SfxModule::GetMenuCtrlFactories_Impl() const in GetMenuCtrlFactories_Impl()
347 SfxChildWinFactArr_Impl* SfxModule::GetChildWinFactories_Impl() const in GetChildWinFactories_Impl()
352 ImageList* SfxModule::GetImageList_Impl( sal_Bool bBig ) in GetImageList_Impl()
357 ImageList* SfxModule::GetImageList_Impl( sal_Bool bBig, sal_Bool bHiContrast ) in GetImageList_Impl()
362 SfxTabPage* SfxModule::CreateTabPage( sal_uInt16, Window*, const SfxItemSet& ) in CreateTabPage()
367 SfxModuleArr_Impl& SfxModule::GetModules_Impl() in GetModules_Impl()
374 void SfxModule::DestroyModules_Impl() in DestroyModules_Impl()
381 SfxModule* pMod = rModules.GetObject(nPos); in DestroyModules_Impl()
387 void SfxModule::Invalidate( sal_uInt16 nId ) in Invalidate()
394 sal_Bool SfxModule::IsActive() const in IsActive()
402 bool SfxModule::IsChildWindowAvailable( const sal_uInt16 i_nId, const SfxViewFrame* i_pViewFrame ) … in IsChildWindowAvailable()
413 SfxModule* SfxModule::GetActiveModule( SfxViewFrame* pFrame ) in GetActiveModule()
423 FieldUnit SfxModule::GetModuleFieldUnit( ::com::sun::star::uno::Reference< ::com::sun::star::frame:… in GetModuleFieldUnit()
438 SfxModule const * pModule = GetActiveModule( pViewFrame ); in GetModuleFieldUnit()
445 FieldUnit SfxModule::GetCurrentFieldUnit() in GetCurrentFieldUnit()
448 SfxModule* pModule = GetActiveModule(); in GetCurrentFieldUnit()
460 FieldUnit SfxModule::GetFieldUnit() const in GetFieldUnit()