/aoo42x/main/sfx2/source/appl/ |
H A D | module.cxx | 52 #define SfxModule macro 114 TYPEINIT1(SfxModule, SfxShell); 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() 179 SfxModule::~SfxModule() in ~SfxModule() 374 void SfxModule::DestroyModules_Impl() in DestroyModules_Impl() 394 sal_Bool SfxModule::IsActive() const in IsActive() 413 SfxModule* SfxModule::GetActiveModule( SfxViewFrame* pFrame ) in GetActiveModule() [all …]
|
H A D | appmisc.cxx | 97 SV_IMPL_PTRARR( SfxModuleArr_Impl, SfxModule* ); 255 SfxModule* SfxApplication::GetModule_Impl() in GetModule_Impl() 257 SfxModule* pModule = SfxModule::GetActiveModule(); in GetModule_Impl() 259 pModule = SfxModule::GetActiveModule( SfxViewFrame::GetFirst( NULL ) ); in GetModule_Impl()
|
H A D | childwin.cxx | 66 SfxModule* pContextModule; 247 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateChildWindow() 482 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateContext() 764 Window* SfxChildWindow::GetContextWindow( SfxModule *pModule ) const in GetContextWindow() 842 void SfxChildWindowContext::RegisterChildWindowContext(SfxModule* pMod, sal_uInt16 nId, SfxChildWin… in RegisterChildWindowContext() 847 void SfxChildWindow::RegisterChildWindow(SfxModule* pMod, SfxChildWinFactory* pFact) in RegisterChildWindow()
|
H A D | appreg.cxx | 57 SfxModule::RegisterInterface(); in Registrations_Impl() 76 void SfxApplication::RegisterToolBoxControl_Impl( SfxModule *pMod, SfxTbxCtrlFactory *pFact ) in RegisterToolBoxControl_Impl() 101 void SfxApplication::RegisterStatusBarControl_Impl( SfxModule *pMod, SfxStbCtrlFactory *pFact ) in RegisterStatusBarControl_Impl() 126 void SfxApplication::RegisterMenuControl_Impl( SfxModule *pMod, SfxMenuCtrlFactory *pFact ) in RegisterMenuControl_Impl()
|
H A D | appchild.cxx | 48 void SfxApplication::RegisterChildWindow_Impl( SfxModule *pMod, SfxChildWinFactory *pFact ) in RegisterChildWindow_Impl() 75 void SfxApplication::RegisterChildWindowContext_Impl( SfxModule *pMod, sal_uInt16 nId, in RegisterChildWindowContext_Impl()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | childwin.hxx | 39 class SfxModule; 163 …static void RegisterChildWindowContext(SfxModule*, sal_uInt16, SfxChildWinContextFactory*); 219 ::Window* GetContextWindow( SfxModule *pModule ) const; 224 static void RegisterChildWindow(SfxModule*, SfxChildWinFactory*); 259 static void RegisterChildWindowContext(SfxModule *pMod=0); \ 265 static void RegisterChildWindowContext(sal_uInt16, SfxModule *pMod=0); \ 277 void Class::RegisterChildWindowContext(SfxModule* pMod) \ 295 void Class::RegisterChildWindowContext(sal_uInt16 nId, SfxModule* pMod) \ 306 …static void RegisterChildWindow (sal_Bool bVisible=sal_False, SfxModule *pMod=NULL, sal_uInt16 nFl… 322 void Class::RegisterChildWindow (sal_Bool bVis, SfxModule *pMod, sal_uInt16 nFlags) \
|
H A D | app.hxx | 87 class SfxModule; 265 SAL_DLLPRIVATE void RegisterChildWindow_Impl(SfxModule*, SfxChildWinFactory*); 266 …SAL_DLLPRIVATE void RegisterChildWindowContext_Impl(SfxModule*, sal_uInt16, SfxChildWinCon… 267 SAL_DLLPRIVATE void RegisterStatusBarControl_Impl(SfxModule*, SfxStbCtrlFactory*); 268 SAL_DLLPRIVATE void RegisterMenuControl_Impl(SfxModule*, SfxMenuCtrlFactory*); 269 SAL_DLLPRIVATE void RegisterToolBoxControl_Impl( SfxModule*, SfxTbxCtrlFactory*); 306 SAL_DLLPRIVATE SfxModule* GetModule_Impl();
|
H A D | mnuitem.hxx | 31 class SfxModule; 61 static void RegisterControl( sal_uInt16 nSlotId = 0, SfxModule *pMod=NULL ); 92 static sal_Bool IsSpecialControl( sal_uInt16 nId, SfxModule* ); 93 static void RegisterMenuControl(SfxModule*, SfxMenuCtrlFactory*); 146 static void RegisterControl(sal_uInt16 nSlotId = 0, SfxModule *pMod=NULL) 151 void Class::RegisterControl(sal_uInt16 nSlotId, SfxModule *pMod) \
|
H A D | stbitem.hxx | 33 class SfxModule; 125 …StatusBarControl* CreateControl( sal_uInt16 nSlotID, sal_uInt16 nId, StatusBar *pBar, SfxModule* ); 126 static void RegisterStatusBarControl(SfxModule*, SfxStbCtrlFactory*); 134 static void RegisterControl(sal_uInt16 nSlotId = 0, SfxModule *pMod=NULL) 139 void Class::RegisterControl(sal_uInt16 nSlotId, SfxModule *pMod) \
|
H A D | module.hxx | 61 class SFX2_DLLPUBLIC SfxModule : public SfxShell class 76 SfxModule( ResMgr* pMgrP, sal_Bool bDummy, 78 ~SfxModule(); 98 static SfxModule* GetActiveModule( SfxViewFrame* pFrame=NULL );
|
H A D | tbxctrl.hxx | 55 class SfxModule; 190 static void RegisterControl(sal_uInt16 nSlotId = 0, SfxModule *pMod=NULL) 301 …oxControl* CreateControl( sal_uInt16 nSlotId, sal_uInt16 nTbxId, ToolBox *pBox, SfxModule *pMod ); 302 static void RegisterToolBoxControl( SfxModule*, SfxTbxCtrlFactory*); 308 void Class::RegisterControl(sal_uInt16 nSlotId, SfxModule *pMod) \ 315 void Class::RegisterControl(sal_uInt16 nSlotId, SfxModule *pMod) \
|
H A D | imgmgr.hxx | 37 class SfxModule; 44 static SfxImageManager* GetImageManager( SfxModule* ); 46 SfxImageManager( SfxModule* pModule = 0 );
|
H A D | docfac.hxx | 105 SfxModule* GetModule() const; 108 SAL_DLLPRIVATE void SetModule_Impl( SfxModule* );
|
H A D | objface.hxx | 43 class SfxModule; 106 void Register( SfxModule* );
|
/aoo42x/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 67 SfxModule* m_pModule; 77 SfxImageManager_Impl( SfxModule* pModule ); 92 static SfxImageManager_Impl* GetImageManager( SfxModule* pModule ) in GetImageManager() 160 SfxImageManager_Impl::SfxImageManager_Impl( SfxModule* pModule ) : in SfxImageManager_Impl() 278 SfxImageManager::SfxImageManager( SfxModule* pModule ) in SfxImageManager() 291 SfxImageManager* SfxImageManager::GetImageManager( SfxModule* pModule ) in GetImageManager()
|
/aoo42x/main/sfx2/source/menu/ |
H A D | mnuitem.cxx | 350 void SfxMenuControl::RegisterControl( sal_uInt16 nSlotId, SfxModule *pMod ) in RegisterControl() 357 void SfxMenuControl::RegisterMenuControl(SfxModule* pMod, SfxMenuCtrlFactory* pFact) in RegisterMenuControl() 369 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateControl() 395 sal_Bool SfxMenuControl::IsSpecialControl( sal_uInt16 nId, SfxModule* pMod ) in IsSpecialControl()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod.cxx | 68 TYPEINIT1( SdModule, SfxModule ); 74 SFX_IMPL_INTERFACE(SdModule, SfxModule, SdResId(STR_APPLICATIONOBJECTBAR)) in SFX_IMPL_INTERFACE() argument 84 : SfxModule( SfxApplication::CreateResManager("sd"), sal_False, in SdModule()
|
H A D | sddll1.cxx | 53 extern void RegisterInterfaces( SfxModule* pMod ); 90 SfxModule* pMod = SD_MOD(); in RegisterInterfaces()
|
/aoo42x/main/cui/source/options/ |
H A D | treeopt.cxx | 522 SfxModule* m_pModule; // used to create the ItemSet 528 OptionsGroupInfo( SfxShell* pSh, SfxModule* pMod, sal_uInt16 nId ) : in OptionsGroupInfo() 695 SfxModule* pCreateModule, in AddGroup() 1148 SfxModule* pOldModule = pGroupInfo->m_pModule; in IMPL_LINK() 1990 SfxModule* pSwMod = (*(SfxModule**) GetAppData(SHL_WRITER)); in Initialize() 2040 SfxModule* pScMod = ( *( SfxModule** ) GetAppData( SHL_CALC ) ); in Initialize() 2059 SfxModule* pSdMod = ( *( SfxModule** ) GetAppData( SHL_DRAW ) ); in Initialize() 2116 SfxModule* pSmMod = (*(SfxModule**) GetAppData(SHL_SM)); in Initialize()
|
/aoo42x/main/starmath/source/ |
H A D | smmod.cxx | 55 TYPEINIT1( SmModule, SfxModule ); 226 SFX_IMPL_INTERFACE(SmModule, SfxModule, SmResId(RID_APPLICATION)) in SFX_IMPL_INTERFACE() argument 233 SfxModule(SfxApplication::CreateResManager("sm"), sal_False, pObjFact, NULL), in SmModule()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | basicmod.hxx | 31 class BasicIDEModule : public SfxModule 35 SfxModule( pMgr, sal_False, pObjFact, NULL ) in BasicIDEModule()
|
/aoo42x/main/svx/source/dialog/ |
H A D | dlgutil.cxx | 45 return SfxModule::GetCurrentFieldUnit(); in GetModuleFieldUnit() 55 return SfxModule::GetCurrentFieldUnit(); in GetModuleFieldUnit()
|
/aoo42x/main/sfx2/inc/ |
H A D | arrdecl.hxx | 59 class SfxModule; 60 SV_DECL_PTRARR( SfxModuleArr_Impl, SfxModule*, 2, 2 )
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docfac.cxx | 83 SfxModule* pModule; 198 SfxModule* SfxObjectFactory::GetModule() const in GetModule() 203 void SfxObjectFactory::SetModule_Impl( SfxModule *pMod ) in SetModule_Impl()
|
/aoo42x/main/sfx2/source/statbar/ |
H A D | stbitem.cxx | 118 SfxModule* pModule = pObjShell ? pObjShell->GetModule() : NULL; in SfxStatusBarControllerFactory() 642 SfxModule* pMod in CreateControl() 683 void SfxStatusBarControl::RegisterStatusBarControl(SfxModule* pMod, SfxStbCtrlFactory* pFact) in RegisterStatusBarControl()
|