Home
last modified time | relevance | path

Searched refs:SfxTbxCtrlFactory (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sfx2/inc/sfx2/
H A Dtbxctrl.hxx63 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 Dmodule.hxx48 struct SfxTbxCtrlFactory;
84 void RegisterToolBoxControl(SfxTbxCtrlFactory*);
H A Dapp.hxx95 struct SfxTbxCtrlFactory;
269 SAL_DLLPRIVATE void RegisterToolBoxControl_Impl( SfxModule*, SfxTbxCtrlFactory*);
/AOO41X/main/sfx2/source/appl/
H A Dappreg.cxx76 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 Dmodule.cxx260 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 Dappmisc.cxx93 SV_IMPL_PTRARR( SfxTbxCtrlFactArr_Impl, SfxTbxCtrlFactory* );
/AOO41X/main/sfx2/inc/
H A Darrdecl.hxx47 struct SfxTbxCtrlFactory;
48 SV_DECL_PTRARR_DEL( SfxTbxCtrlFactArr_Impl, SfxTbxCtrlFactory*, 8, 4 )
/AOO41X/main/sfx2/source/toolbox/
H A Dtbxitem.cxx206 SfxTbxCtrlFactory* pFact;
320 void SfxToolBoxControl::RegisterToolBoxControl( SfxModule* pMod, SfxTbxCtrlFactory* pFact) in RegisterToolBoxControl()