Lines Matching refs:pFact

212 void SfxModule::RegisterChildWindow(SfxChildWinFactory *pFact)  in RegisterChildWindow()  argument
222 if (pFact->nId == (*pImpl->pFactArr)[nFactory]->nId) in RegisterChildWindow()
232 SfxChildWinFactory, pFact, pImpl->pFactArr->Count() ); in RegisterChildWindow()
238 SfxChildWinContextFactory *pFact) in RegisterChildWindowContext() argument
250 pF->pArr->C40_INSERT( SfxChildWinContextFactory, pFact, pF->pArr->Count() ); in RegisterChildWindowContext()
260 void SfxModule::RegisterToolBoxControl( SfxTbxCtrlFactory *pFact ) in RegisterToolBoxControl() argument
269 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterToolBoxControl()
270 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterToolBoxControl()
277 pImpl->pTbxCtrlFac->C40_INSERT( SfxTbxCtrlFactory, pFact, pImpl->pTbxCtrlFac->Count() ); in RegisterToolBoxControl()
282 void SfxModule::RegisterStatusBarControl( SfxStbCtrlFactory *pFact ) in RegisterStatusBarControl() argument
291 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterStatusBarControl()
292 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterStatusBarControl()
299 pImpl->pStbCtrlFac->C40_INSERT( SfxStbCtrlFactory, pFact, pImpl->pStbCtrlFac->Count() ); in RegisterStatusBarControl()
304 void SfxModule::RegisterMenuControl( SfxMenuCtrlFactory *pFact ) in RegisterMenuControl() argument
313 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterMenuControl()
314 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterMenuControl()
321 pImpl->pMenuCtrlFac->C40_INSERT( SfxMenuCtrlFactory, pFact, pImpl->pMenuCtrlFac->Count() ); in RegisterMenuControl()