Searched refs:pFactArr (Results 1 – 5 of 5) sorted by relevance
56 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()
65 SfxChildWinFactArr_Impl* pFactArr; member in SfxModule_Impl87 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 …]
146 DELETEX(pAppData_Impl->pFactArr); in Deinitialize()
93 pFactArr(0), in SfxAppData_Impl()
101 SfxChildWinFactArr_Impl* pFactArr; member in SfxAppData_Impl
Completed in 323 milliseconds