Lines Matching refs:pFact

276             SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();  in executeDispatch_FormatLine()  local
277 if ( pFact ) in executeDispatch_FormatLine()
280pFact->CreateSvxLineTabDialog( pParent, &aAttr, &pDrawModelWrapper->getSdrModel(), in executeDispatch_FormatLine()
315 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in executeDispatch_FormatArea() local
316 if ( pFact ) in executeDispatch_FormatArea()
319pFact->CreateSvxAreaTabDialog( pParent, &aAttr, &pDrawModelWrapper->getSdrModel(), true ) ); in executeDispatch_FormatArea()
359 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in executeDispatch_TextAttributes() local
360 if ( pFact ) in executeDispatch_TextAttributes()
363 pFact->CreateTextTabDialog( pParent, &aAttr, pDrawViewWrapper ) ); in executeDispatch_TextAttributes()
398 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in executeDispatch_TransformDialog() local
399 if ( pFact ) in executeDispatch_TransformDialog()
402 pFact->CreateCaptionDialog( pParent, pDrawViewWrapper ) ); in executeDispatch_TransformDialog()
422 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in executeDispatch_TransformDialog() local
423 if ( pFact ) in executeDispatch_TransformDialog()
426pFact->CreateSvxTransformTabDialog( pParent, &aGeoAttr, pDrawViewWrapper ) ); in executeDispatch_TransformDialog()
451 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in executeDispatch_ObjectTitleDescription() local
452 if ( pFact ) in executeDispatch_ObjectTitleDescription()
455 pFact->CreateSvxObjectTitleDescDialog( NULL, aTitle, aDescription ) ); in executeDispatch_ObjectTitleDescription()
481 SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); in executeDispatch_RenameObject() local
482 if ( pFact ) in executeDispatch_RenameObject()
485 pFact->CreateSvxObjectNameDialog( NULL, aName ) ); in executeDispatch_RenameObject()