Lines Matching refs:pDlg

279                 ::boost::scoped_ptr< SfxAbstractTabDialog > pDlg(  in executeDispatch_FormatLine()
282 if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) ) in executeDispatch_FormatLine()
284 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_FormatLine()
318 ::boost::scoped_ptr< AbstractSvxAreaTabDialog > pDlg( in executeDispatch_FormatArea()
320 if ( pDlg.get() ) in executeDispatch_FormatArea()
326 if ( pDlg->Execute() == RET_OK ) in executeDispatch_FormatArea()
328 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_FormatArea()
362 ::boost::scoped_ptr< SfxAbstractTabDialog > pDlg( in executeDispatch_TextAttributes()
364 if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) ) in executeDispatch_TextAttributes()
366 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TextAttributes()
401 ::boost::scoped_ptr< SfxAbstractTabDialog > pDlg( in executeDispatch_TransformDialog()
403 if ( pDlg.get() ) in executeDispatch_TransformDialog()
405 const sal_uInt16* pRange = pDlg->GetInputRanges( *aAttr.GetPool() ); in executeDispatch_TransformDialog()
409 pDlg->SetInputSet( &aCombAttr ); in executeDispatch_TransformDialog()
410 if ( pDlg->Execute() == RET_OK ) in executeDispatch_TransformDialog()
412 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TransformDialog()
425 ::boost::scoped_ptr< SfxAbstractTabDialog > pDlg( in executeDispatch_TransformDialog()
427 if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) ) in executeDispatch_TransformDialog()
429 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TransformDialog()
454 ::boost::scoped_ptr< AbstractSvxObjectTitleDescDialog > pDlg( in executeDispatch_ObjectTitleDescription()
456 if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) ) in executeDispatch_ObjectTitleDescription()
458 pDlg->GetTitle( aTitle ); in executeDispatch_ObjectTitleDescription()
459 pDlg->GetDescription( aDescription ); in executeDispatch_ObjectTitleDescription()
484 ::boost::scoped_ptr< AbstractSvxObjectNameDialog > pDlg( in executeDispatch_RenameObject()
486 pDlg->SetCheckNameHdl( LINK( this, ShapeController, CheckNameHdl ) ); in executeDispatch_RenameObject()
487 if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) ) in executeDispatch_RenameObject()
489 pDlg->GetName( aName ); in executeDispatch_RenameObject()
563 …::boost::scoped_ptr< ShapeFontDialog > pDlg( new ShapeFontDialog( pParent, &aAttr, &aViewElementLi… in executeDispatch_FontDialog()
564 if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) ) in executeDispatch_FontDialog()
566 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_FontDialog()
601 …::boost::scoped_ptr< ShapeParagraphDialog > pDlg( new ShapeParagraphDialog( pParent, &aNewAttr ) ); in executeDispatch_ParagraphDialog()
602 if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) ) in executeDispatch_ParagraphDialog()
604 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_ParagraphDialog()