Lines Matching refs:pFactArr
65 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()
220 for (sal_uInt16 nFactory=0; nFactory<pImpl->pFactArr->Count(); ++nFactory) 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()
245 SfxChildWinFactory *pF = (*pImpl->pFactArr)[nFactory]; in RegisterChildWindowContext()
349 return pImpl->pFactArr; in GetChildWinFactories_Impl()