Lines Matching refs:pF
245 SfxChildWinFactory *pF = (*pImpl->pFactArr)[nFactory]; in RegisterChildWindowContext() local
246 if ( nId == pF->nId ) in RegisterChildWindowContext()
248 if ( !pF->pArr ) in RegisterChildWindowContext()
249 pF->pArr = new SfxChildWinContextArr_Impl; in RegisterChildWindowContext()
250 pF->pArr->C40_INSERT( SfxChildWinContextFactory, pFact, pF->pArr->Count() ); in RegisterChildWindowContext()
268 SfxTbxCtrlFactory *pF = (*pImpl->pTbxCtrlFac)[n]; in RegisterToolBoxControl() local
269 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterToolBoxControl()
270 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterToolBoxControl()
290 SfxStbCtrlFactory *pF = (*pImpl->pStbCtrlFac)[n]; in RegisterStatusBarControl() local
291 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterStatusBarControl()
292 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterStatusBarControl()
312 SfxMenuCtrlFactory *pF = (*pImpl->pMenuCtrlFac)[n]; in RegisterMenuControl() local
313 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterMenuControl()
314 (pF->nSlotId == pFact->nSlotId || pF->nSlotId == 0) ) in RegisterMenuControl()