Lines Matching refs:pFact
332 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in ImplGalleryThemeProperties() local
333 DBG_ASSERT(pFact, "Got no AbstractDialogFactory!"); in ImplGalleryThemeProperties()
334 …VclAbstractDialog2* pThemeProps = pFact->CreateGalleryThemePropertiesDialog( NULL, mpExchangeData,… in ImplGalleryThemeProperties()
430 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in ImplExecute() local
431 if(pFact) in ImplExecute()
433 …VclAbstractRefreshableDialog* aActualizeProgress = pFact->CreateActualizeProgressDialog( this, pTh… in ImplExecute()
456 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in ImplExecute() local
457 DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001 in ImplExecute()
458 AbstractTitleDialog* aDlg = pFact->CreateTitleDialog( this, aOldName ); in ImplExecute()
492 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in ImplExecute() local
493 if(pFact) in ImplExecute()
495 AbstractGalleryIdDialog* aDlg = pFact->CreateGalleryIdDialog( this, pTheme ); in ImplExecute()