Searched refs:SfxChildWinContextFactory (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | childwin.hxx | 95 struct SfxChildWinContextFactory struct 101 SfxChildWinContextFactory( SfxChildWinContextCtor pTheCtor, sal_uInt16 nID ) in SfxChildWinContextFactory() argument 107 SV_DECL_PTRARR_DEL( SfxChildWinContextArr_Impl, SfxChildWinContextFactory*, 2, 2 ) 163 …static void RegisterChildWindowContext(SfxModule*, sal_uInt16, SfxChildWinContextFactory*); 279 SfxChildWinContextFactory *pFact = new SfxChildWinContextFactory( \ 297 SfxChildWinContextFactory *pFact = new SfxChildWinContextFactory( \
|
| H A D | module.hxx | 44 struct SfxChildWinContextFactory; 86 … void RegisterChildWindowContext( sal_uInt16, SfxChildWinContextFactory* );
|
| H A D | app.hxx | 56 struct SfxChildWinContextFactory; 266 …E void RegisterChildWindowContext_Impl(SfxModule*, sal_uInt16, SfxChildWinContextFactory*);
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | childwin.cxx | 55 SV_IMPL_PTRARR( SfxChildWinContextArr_Impl, SfxChildWinContextFactory* ); 498 SfxChildWinContextFactory *pConFact=0; in CreateContext() 530 SfxChildWinContextFactory *pConFact=0; in CreateContext() 842 …text::RegisterChildWindowContext(SfxModule* pMod, sal_uInt16 nId, SfxChildWinContextFactory* pFact) in RegisterChildWindowContext()
|
| H A D | appchild.cxx | 76 SfxChildWinContextFactory *pFact) in RegisterChildWindowContext_Impl() 134 pF->pArr->C40_INSERT( SfxChildWinContextFactory, pFact, pF->pArr->Count() ); in RegisterChildWindowContext_Impl()
|
| H A D | module.cxx | 238 SfxChildWinContextFactory *pFact) in RegisterChildWindowContext() 250 pF->pArr->C40_INSERT( SfxChildWinContextFactory, pFact, pF->pArr->Count() ); in RegisterChildWindowContext()
|