Home
last modified time | relevance | path

Searched refs:pFactArr (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dappchild.cxx56 if (!pAppData_Impl->pFactArr) in RegisterChildWindow_Impl()
57 pAppData_Impl->pFactArr = new SfxChildWinFactArr_Impl; in RegisterChildWindow_Impl()
60 for (sal_uInt16 nFactory=0; nFactory<pAppData_Impl->pFactArr->Count(); ++nFactory) in RegisterChildWindow_Impl()
62 if (pFact->nId == (*pAppData_Impl->pFactArr)[nFactory]->nId) in RegisterChildWindow_Impl()
64 pAppData_Impl->pFactArr->Remove( nFactory ); in RegisterChildWindow_Impl()
71 pAppData_Impl->pFactArr->C40_INSERT( in RegisterChildWindow_Impl()
72 SfxChildWinFactory, pFact, pAppData_Impl->pFactArr->Count() ); in RegisterChildWindow_Impl()
104 DBG_ASSERT( pAppData_Impl->pFactArr, "Keine Factories!" ); in RegisterChildWindowContext_Impl()
106 pFactories = pAppData_Impl->pFactArr; in RegisterChildWindowContext_Impl()
145 return ( *(pAppData_Impl->pFactArr)); in GetChildWinFactories_Impl()
H A Dmodule.cxx65 SfxChildWinFactArr_Impl* pFactArr; member in SfxModule_Impl
87 delete pFactArr; in ~SfxModule_Impl()
167 pImpl->pFactArr=0; in Construct_Impl()
216 if (!pImpl->pFactArr) in RegisterChildWindow()
217 pImpl->pFactArr = new SfxChildWinFactArr_Impl; in RegisterChildWindow()
222 if (pFact->nId == (*pImpl->pFactArr)[nFactory]->nId) in RegisterChildWindow()
224 pImpl->pFactArr->Remove( nFactory ); in RegisterChildWindow()
231 pImpl->pFactArr->C40_INSERT( in RegisterChildWindow()
232 SfxChildWinFactory, pFact, pImpl->pFactArr->Count() ); in RegisterChildWindow()
242 sal_uInt16 nCount = pImpl->pFactArr->Count(); in RegisterChildWindowContext()
[all …]
H A Dappquit.cxx146 DELETEX(pAppData_Impl->pFactArr); in Deinitialize()
H A Dappdata.cxx93 pFactArr(0), in SfxAppData_Impl()
/trunk/main/sfx2/source/inc/
H A Dappdata.hxx101 SfxChildWinFactArr_Impl* pFactArr; member in SfxAppData_Impl

Completed in 29 milliseconds