Lines Matching refs:pDlg
277 SfxAbstractTabDialog *pDlg = pFact->CreateCaptionDialog( pWin, pView ); in ExecDrawAttr() local
279 const sal_uInt16* pRange = pDlg->GetInputRanges( *aNewAttr.GetPool() ); in ExecDrawAttr()
283 pDlg->SetInputSet( &aCombSet ); in ExecDrawAttr()
285 if (pDlg->Execute() == RET_OK) in ExecDrawAttr()
287 rReq.Done(*(pDlg->GetOutputItemSet())); in ExecDrawAttr()
288 pView->SetAttributes(*pDlg->GetOutputItemSet()); in ExecDrawAttr()
289 pView->SetGeoAttrToMarked(*pDlg->GetOutputItemSet()); in ExecDrawAttr()
292 delete pDlg; in ExecDrawAttr()
302 SfxAbstractTabDialog* pDlg = pFact->CreateSvxTransformTabDialog( pWin, &aNewAttr,pView ); in ExecDrawAttr() local
303 DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001 in ExecDrawAttr()
304 if (pDlg->Execute() == RET_OK) in ExecDrawAttr()
306 rReq.Done(*(pDlg->GetOutputItemSet())); in ExecDrawAttr()
307 pView->SetGeoAttrToMarked(*pDlg->GetOutputItemSet()); in ExecDrawAttr()
309 delete pDlg; in ExecDrawAttr()
419 SfxAbstractTabDialog * pDlg = pFact->CreateSvxLineTabDialog( pViewData->GetDialogParent(), in ExecuteLineDlg() local
424 DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001 in ExecuteLineDlg()
426 pDlg->SetCurPageId( nTabPage ); in ExecuteLineDlg()
428 if ( pDlg->Execute() == RET_OK ) in ExecuteLineDlg()
431 pView->SetAttrToMarked( *pDlg->GetOutputItemSet(), sal_False ); in ExecuteLineDlg()
433 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), sal_False ); in ExecuteLineDlg()
439 delete pDlg; in ExecuteLineDlg()
459 AbstractSvxAreaTabDialog * pDlg = pFact->CreateSvxAreaTabDialog( pViewData->GetDialogParent(), in ExecuteAreaDlg() local
463 DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001 in ExecuteAreaDlg()
470 pDlg->SetCurPageId( nTabPage ); in ExecuteAreaDlg()
472 if ( pDlg->Execute() == RET_OK ) in ExecuteAreaDlg()
475 pView->SetAttrToMarked( *pDlg->GetOutputItemSet(), sal_False ); in ExecuteAreaDlg()
477 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), sal_False ); in ExecuteAreaDlg()
483 delete pDlg; in ExecuteAreaDlg()
496 …SfxAbstractTabDialog *pDlg = pFact->CreateTextTabDialog( pViewData->GetDialogParent(), &aNewAttr, … in ExecuteTextAttrDlg() local
498 sal_uInt16 nResult = pDlg->Execute(); in ExecuteTextAttrDlg()
503 pView->SetAttributes( *pDlg->GetOutputItemSet() ); in ExecuteTextAttrDlg()
505 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), sal_False ); in ExecuteTextAttrDlg()
510 delete( pDlg ); in ExecuteTextAttrDlg()