Lines Matching refs:pFact

61 	SfxChildWinFactory* pFact;  member
166 pImp->pFact = 0L; in SfxChildWindow()
215 SfxChildWinFactory* pFact=0; in CreateChildWindow() local
225 pFact = rFactories[nFactory]; in CreateChildWindow()
226 if ( pFact->nId == nId ) in CreateChildWindow()
228 SfxChildWinInfo& rFactInfo = pFact->aInfo; in CreateChildWindow()
235 pChild = pFact->pCtor( pParent, nId, pBindings, &aInfo ); in CreateChildWindow()
256 pFact = rFactories[nFactory]; in CreateChildWindow()
257 if ( pFact->nId == nId ) in CreateChildWindow()
259 SfxChildWinInfo& rFactInfo = pFact->aInfo; in CreateChildWindow()
266 pChild = pFact->pCtor( pParent, nId, pBindings, &aInfo ); in CreateChildWindow()
279 pChild->SetFactory_Impl( pFact ); in CreateChildWindow()
281 DBG_ASSERT(pFact && (pChild || !rInfo.bVisible), "ChildWindow-Typ nicht registriert!"); in CreateChildWindow()
320 pImp->pFact->aInfo = rInfo; in SaveStatus()
374 return pImp->pFact->nPos; in GetPosition()
479 SfxChildWinFactory* pFact=0; in CreateContext() local
491 pFact = rFactories[nFactory]; in CreateContext()
492 if ( pFact->nId == GetType() ) in CreateContext()
494 DBG_ASSERT( pFact->pArr, "Kein Kontext angemeldet!" ); in CreateContext()
495 if ( !pFact->pArr ) in CreateContext()
499 for ( sal_uInt16 n=0; n<pFact->pArr->Count(); ++n ) in CreateContext()
501 pConFact = (*pFact->pArr)[n]; in CreateContext()
505 SfxChildWinInfo aInfo = pFact->aInfo; in CreateContext()
523 pFact = rFactories[nFactory]; in CreateContext()
524 if ( pFact->nId == GetType() ) in CreateContext()
526 DBG_ASSERT( pFact->pArr, "Kein Kontext angemeldet!" ); in CreateContext()
527 if ( !pFact->pArr ) in CreateContext()
531 for ( sal_uInt16 n=0; n<pFact->pArr->Count(); ++n ) in CreateContext()
533 pConFact = (*pFact->pArr)[n]; in CreateContext()
537 SfxChildWinInfo aInfo = pFact->aInfo; in CreateContext()
618 pImp->pFact = pF; in SetFactory_Impl()
839 return !(pImp->pFact->aInfo.nFlags & SFX_CHILDWIN_CANTGETFOCUS); in CanGetFocus()
842 …text::RegisterChildWindowContext(SfxModule* pMod, sal_uInt16 nId, SfxChildWinContextFactory* pFact) in RegisterChildWindowContext() argument
844 SFX_APP()->RegisterChildWindowContext_Impl( pMod, nId, pFact ); in RegisterChildWindowContext()
847 void SfxChildWindow::RegisterChildWindow(SfxModule* pMod, SfxChildWinFactory* pFact) in RegisterChildWindow() argument
849 SFX_APP()->RegisterChildWindow_Impl( pMod, pFact ); in RegisterChildWindow()