Home
last modified time | relevance | path

Searched refs:SfxChildWinFactory (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dappchild.cxx48 void SfxApplication::RegisterChildWindow_Impl( SfxModule *pMod, SfxChildWinFactory *pFact ) in RegisterChildWindow_Impl()
72 SfxChildWinFactory, pFact, pAppData_Impl->pFactArr->Count() ); in RegisterChildWindow_Impl()
79 SfxChildWinFactory *pF = NULL; in RegisterChildWindowContext_Impl()
89 SfxChildWinFactory *pFac = (*pFactories)[nFactory]; in RegisterChildWindowContext_Impl()
110 SfxChildWinFactory *pFac = (*pFactories)[nFactory]; in RegisterChildWindowContext_Impl()
119 pF = new SfxChildWinFactory( pFac->pCtor, pFac->nId, in RegisterChildWindowContext_Impl()
H A Dchildwin.cxx61 SfxChildWinFactory* pFact;
215 SfxChildWinFactory* pFact=0; in CreateChildWindow()
479 SfxChildWinFactory* pFact=0; in CreateContext()
616 void SfxChildWindow::SetFactory_Impl( SfxChildWinFactory *pF ) in SetFactory_Impl()
847 void SfxChildWindow::RegisterChildWindow(SfxModule* pMod, SfxChildWinFactory* pFact) in RegisterChildWindow()
H A Dmodule.cxx212 void SfxModule::RegisterChildWindow(SfxChildWinFactory *pFact) in RegisterChildWindow()
232 SfxChildWinFactory, pFact, pImpl->pFactArr->Count() ); in RegisterChildWindow()
245 SfxChildWinFactory *pF = (*pImpl->pFactArr)[nFactory]; in RegisterChildWindowContext()
H A Dappmisc.cxx96 SV_IMPL_PTRARR( SfxChildWinFactArr_Impl, SfxChildWinFactory* );
H A Dworkwin.cxx2658 SfxChildWinFactory* pFact=0; in InitializeChild_Impl()
/trunk/main/sfx2/inc/sfx2/
H A Dchildwin.hxx109 struct SfxChildWinFactory struct
117 SfxChildWinFactory( SfxChildWinCtor pTheCtor, sal_uInt16 nID, in SfxChildWinFactory() argument
126 ~SfxChildWinFactory() in ~SfxChildWinFactory() argument
224 static void RegisterChildWindow(SfxModule*, SfxChildWinFactory*);
250 SAL_DLLPRIVATE void SetFactory_Impl( SfxChildWinFactory* );
324 SfxChildWinFactory *pFact = new SfxChildWinFactory( \
H A Dmodule.hxx45 struct SfxChildWinFactory;
85 void RegisterChildWindow(SfxChildWinFactory*);
H A Dapp.hxx92 struct SfxChildWinFactory;
265 SAL_DLLPRIVATE void RegisterChildWindow_Impl(SfxModule*, SfxChildWinFactory*);
/trunk/main/sfx2/inc/
H A Darrdecl.hxx56 struct SfxChildWinFactory;
57 SV_DECL_PTRARR_DEL( SfxChildWinFactArr_Impl, SfxChildWinFactory*, 2, 2 )
/trunk/main/svx/source/dialog/
H A Dhyperdlg.cxx48 SfxChildWinFactory* pFact;
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx262SfxChildWinFactory *pFact = new SfxChildWinFactory( SfxDockingWrapper::CreateImpl, nID, 0xffff ); … in RegisterChildWindow()

Completed in 74 milliseconds