Searched refs:SfxTbxCtrlFactory (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | tbxctrl.hxx | 63 struct SfxTbxCtrlFactory struct 69 SfxTbxCtrlFactory( SfxToolBoxControlCtor pTheCtor, in SfxTbxCtrlFactory() argument 213 friend struct SfxTbxCtrlFactory; 302 static void RegisterToolBoxControl( SfxModule*, SfxTbxCtrlFactory*); 309 { SfxToolBoxControl::RegisterToolBoxControl( pMod, new SfxTbxCtrlFactory( \ 316 { SfxToolBoxControl::RegisterToolBoxControl( pMod, new SfxTbxCtrlFactory( \
|
| H A D | module.hxx | 48 struct SfxTbxCtrlFactory; 84 void RegisterToolBoxControl(SfxTbxCtrlFactory*);
|
| H A D | app.hxx | 95 struct SfxTbxCtrlFactory; 269 SAL_DLLPRIVATE void RegisterToolBoxControl_Impl( SfxModule*, SfxTbxCtrlFactory*);
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | appreg.cxx | 76 void SfxApplication::RegisterToolBoxControl_Impl( SfxModule *pMod, SfxTbxCtrlFactory *pFact ) in RegisterToolBoxControl_Impl() 87 SfxTbxCtrlFactory *pF = (*pAppData_Impl->pTbxCtrlFac)[n]; in RegisterToolBoxControl_Impl() 96 …pAppData_Impl->pTbxCtrlFac->C40_INSERT( SfxTbxCtrlFactory, pFact, pAppData_Impl->pTbxCtrlFac->Coun… in RegisterToolBoxControl_Impl()
|
| H A D | module.cxx | 260 void SfxModule::RegisterToolBoxControl( SfxTbxCtrlFactory *pFact ) in RegisterToolBoxControl() 268 SfxTbxCtrlFactory *pF = (*pImpl->pTbxCtrlFac)[n]; in RegisterToolBoxControl() 277 pImpl->pTbxCtrlFac->C40_INSERT( SfxTbxCtrlFactory, pFact, pImpl->pTbxCtrlFac->Count() ); in RegisterToolBoxControl()
|
| H A D | appmisc.cxx | 93 SV_IMPL_PTRARR( SfxTbxCtrlFactArr_Impl, SfxTbxCtrlFactory* );
|
| /AOO41X/main/sfx2/inc/ |
| H A D | arrdecl.hxx | 47 struct SfxTbxCtrlFactory; 48 SV_DECL_PTRARR_DEL( SfxTbxCtrlFactArr_Impl, SfxTbxCtrlFactory*, 8, 4 )
|
| /AOO41X/main/sfx2/source/toolbox/ |
| H A D | tbxitem.cxx | 206 SfxTbxCtrlFactory* pFact; 320 void SfxToolBoxControl::RegisterToolBoxControl( SfxModule* pMod, SfxTbxCtrlFactory* pFact) in RegisterToolBoxControl()
|