Home
last modified time | relevance | path

Searched refs:SfxModule (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/sfx2/source/appl/
H A Dmodule.cxx52 #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 Dappmisc.cxx97 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 Dchildwin.cxx66 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 Dappreg.cxx57 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 Dappchild.cxx48 void SfxApplication::RegisterChildWindow_Impl( SfxModule *pMod, SfxChildWinFactory *pFact ) in RegisterChildWindow_Impl()
75 void SfxApplication::RegisterChildWindowContext_Impl( SfxModule *pMod, sal_uInt16 nId, in RegisterChildWindowContext_Impl()
/trunk/main/sfx2/inc/sfx2/
H A Dchildwin.hxx39 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 Dapp.hxx87 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 Dmnuitem.hxx31 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 Dstbitem.hxx33 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 Dmodule.hxx61 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 Dtbxctrl.hxx55 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 Dimgmgr.hxx37 class SfxModule;
44 static SfxImageManager* GetImageManager( SfxModule* );
46 SfxImageManager( SfxModule* pModule = 0 );
H A Ddocfac.hxx105 SfxModule* GetModule() const;
108 SAL_DLLPRIVATE void SetModule_Impl( SfxModule* );
H A Dobjface.hxx43 class SfxModule;
106 void Register( SfxModule* );
/trunk/main/sfx2/source/toolbox/
H A Dimgmgr.cxx67 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()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx350 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()
/trunk/main/sd/source/ui/app/
H A Dsdmod.cxx68 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 Dsddll1.cxx53 extern void RegisterInterfaces( SfxModule* pMod );
90 SfxModule* pMod = SD_MOD(); in RegisterInterfaces()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx522 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()
/trunk/main/starmath/source/
H A Dsmmod.cxx55 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()
/trunk/main/basctl/source/basicide/
H A Dbasicmod.hxx31 class BasicIDEModule : public SfxModule
35 SfxModule( pMgr, sal_False, pObjFact, NULL ) in BasicIDEModule()
/trunk/main/svx/source/dialog/
H A Ddlgutil.cxx45 return SfxModule::GetCurrentFieldUnit(); in GetModuleFieldUnit()
55 return SfxModule::GetCurrentFieldUnit(); in GetModuleFieldUnit()
/trunk/main/sfx2/inc/
H A Darrdecl.hxx59 class SfxModule;
60 SV_DECL_PTRARR( SfxModuleArr_Impl, SfxModule*, 2, 2 )
/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx83 SfxModule* pModule;
198 SfxModule* SfxObjectFactory::GetModule() const in GetModule()
203 void SfxObjectFactory::SetModule_Impl( SfxModule *pMod ) in SetModule_Impl()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx118 SfxModule* pModule = pObjShell ? pObjShell->GetModule() : NULL; in SfxStatusBarControllerFactory()
642 SfxModule* pMod in CreateControl()
683 void SfxStatusBarControl::RegisterStatusBarControl(SfxModule* pMod, SfxStbCtrlFactory* pFact) in RegisterStatusBarControl()

Completed in 76 milliseconds

123