/aoo41x/main/svx/source/dialog/ |
H A D | grfflt.cxx | 191 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ExecuteGrfFilterSlot() 192 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ExecuteGrfFilterSlot() 194 delete aDlg; //add by CHINA001 in ExecuteGrfFilterSlot() 206 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ExecuteGrfFilterSlot() 209 delete aDlg; //add by CHINA001 in ExecuteGrfFilterSlot() 221 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ExecuteGrfFilterSlot() 224 delete aDlg; //add by CHINA001 in ExecuteGrfFilterSlot() 261 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ExecuteGrfFilterSlot() 264 delete aDlg; //add by CHINA001 in ExecuteGrfFilterSlot() 276 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ExecuteGrfFilterSlot() [all …]
|
H A D | imapdlg.cxx | 627 ::sfx2::FileDialogHelper aDlg( in DoOpen() 638 aDlg.SetCurrentFilter( aFilter ); in DoOpen() 639 aDlg.SetDisplayDirectory( SvtPathOptions().GetWorkPath() ); in DoOpen() 641 if( aDlg.Execute() == ERRCODE_NONE ) in DoOpen() 643 INetURLObject aURL( aDlg.GetPath() ); in DoOpen() 675 ::sfx2::FileDialogHelper aDlg( in DoSave() 689 aDlg.SetCurrentFilter( aCERNFilter ); in DoSave() 690 aDlg.SetDisplayDirectory( SvtPathOptions().GetWorkPath() ); in DoSave() 692 if( aDlg.Execute() == ERRCODE_NONE ) in DoSave() 694 const String aFilter( aDlg.GetCurrentFilter() ); in DoSave() [all …]
|
H A D | imapwnd.cxx | 858 …AbstractURLDlg* aDlg = pFact->CreateURLDialog( this, pIMapObj->GetURL(), pIMapObj->GetAltText(), p… in DoPropertyDialog() local 860 DBG_ASSERT(aDlg, "Dialogdiet fail!"); in DoPropertyDialog() 861 if ( aDlg->Execute() == RET_OK ) in DoPropertyDialog() 863 const String aURLText( aDlg->GetURL() ); in DoPropertyDialog() 874 pIMapObj->SetAltText( aDlg->GetAltText() ); in DoPropertyDialog() 875 pIMapObj->SetDesc( aDlg->GetDesc() ); in DoPropertyDialog() 876 pIMapObj->SetTarget( aDlg->GetTarget() ); in DoPropertyDialog() 877 pIMapObj->SetName( aDlg->GetName() ); in DoPropertyDialog() 881 delete aDlg; //add by CHINA001 in DoPropertyDialog()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartController_Insert.cxx | 132 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertAxes() 170 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertGrid() 205 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertTitles() 256 aDlg.init( getModel() ); in executeDispatch_OpenLegendDialog() 257 if( aDlg.Execute() == RET_OK ) in executeDispatch_OpenLegendDialog() 321 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertMenu_DataLabels() 364 InsertErrorBarsDialog aDlg( in executeDispatch_InsertMenu_YErrorBars() local 370 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertMenu_YErrorBars() 448 aDlg.adjustSize(); in executeDispatch_InsertMenu_Trendlines() 509 if( aDlg.Execute() == RET_OK || aDlg.DialogWasClosedWithOK()) in executeDispatch_InsertTrendline() [all …]
|
H A D | ChartController_Properties.cxx | 779 … SchAttribTabDlg aDlg( m_pChartWindow, &aItemSet, &aDialogParameter, &aViewElementListProvider in executeDlg_ObjectProperties_withoutUndoGuard() local 801 aDlg.setSymbolInformation( pSymbolShapeProperties, pAutoSymbolGraphic ); in executeDlg_ObjectProperties_withoutUndoGuard() 805 aDlg.SetAxisMinorStepWidthForErrorBarDecimals( in executeDlg_ObjectProperties_withoutUndoGuard() 811 …if( aDlg.Execute() == RET_OK || (bOkClickOnUnchangedDialogSouldBeRatedAsSuccessAlso && aDlg.Dialog… in executeDlg_ObjectProperties_withoutUndoGuard() 813 const SfxItemSet* pOutItemSet = aDlg.GetOutputItemSet(); in executeDlg_ObjectProperties_withoutUndoGuard() 843 … View3DDialog aDlg( m_pChartWindow, getModel(), m_pDrawModelWrapper->GetColorTableFromSdrModel() ); in executeDispatch_View3D() local 844 if( aDlg.Execute() == RET_OK ) in executeDispatch_View3D()
|
/aoo41x/main/svx/source/form/ |
H A D | datanavi.cxx | 460 if ( aDlg.Execute() == RET_OK && aDlg.GetNewSubmission().is() ) in DoToolBoxAction() 588 aDlg.InitText( eType ); in DoToolBoxAction() 589 short nReturn = aDlg.Execute(); in DoToolBoxAction() 686 aDlg.InitText( eType ); in DoToolBoxAction() 2638 aDlg.SetCondition( sCondition ); in IMPL_LINK() 2640 if ( aDlg.Execute() == RET_OK ) in IMPL_LINK() 3098 aDlg.Execute(); in IMPL_LINK() 3220 if ( aDlg.Execute() == RET_OK ) in IMPL_LINK() 3224 sEntry += aDlg.GetURL(); in IMPL_LINK() 3234 aDlg.SetNamespace( in IMPL_LINK() [all …]
|
/aoo41x/main/cui/source/tabpages/ |
H A D | tpbitmap.cxx | 643 aDlg.EnableLink(sal_False); in IMPL_LINK() 645 if( !aDlg.Execute() ) in IMPL_LINK() 651 nError = aDlg.GetGraphic( aGraphic ); in IMPL_LINK() 661 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK() 849 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 857 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 860 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK() 931 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 934 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 948 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() [all …]
|
H A D | tplneend.cxx | 604 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 608 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 610 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 612 if( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 614 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK() 681 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 684 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 697 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 698 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 700 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK()
|
H A D | tphatch.cxx | 730 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 734 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 736 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 738 if( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 740 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK() 807 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 810 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 823 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 824 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 826 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK()
|
H A D | tpgradnt.cxx | 671 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 675 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 677 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 679 if( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 683 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK() 756 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 759 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 772 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 773 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 775 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK()
|
H A D | tplnedef.cxx | 799 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 803 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 805 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 807 if( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 809 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK() 880 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK() 883 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK() 896 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 897 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 899 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK()
|
/aoo41x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationTableView.cxx | 371 OSQLWarningBox aDlg( this, ModuleRes( STR_QUERY_REL_DELETE_WINDOW ), WB_YES_NO | WB_DEF_YES ); in RemoveTabWin() local 372 if ( m_bInRemove || aDlg.Execute() == RET_YES ) in RemoveTabWin() 390 OSQLMessageBox aDlg(this,ModuleRes(STR_QUERY_REL_EDIT_RELATION),String(),0); in lookForUiActivities() local 391 aDlg.SetText(sTitle); in lookForUiActivities() 392 aDlg.RemoveButton(aDlg.GetButtonId(0)); in lookForUiActivities() 393 …aDlg.AddButton( ModuleRes(STR_QUERY_REL_EDIT), BUTTONID_OK, BUTTONDIALOG_DEFBUTTON | BUTTONDIALOG_… in lookForUiActivities() 394 aDlg.AddButton( ModuleRes(STR_QUERY_REL_CREATE), BUTTONID_YES, 0); in lookForUiActivities() 395 aDlg.AddButton(BUTTON_CANCEL,BUTTONID_CANCEL,0); in lookForUiActivities() 396 sal_uInt16 nRet = aDlg.Execute(); in lookForUiActivities()
|
/aoo41x/main/cui/source/factory/ |
H A D | init.cxx | 38 SvxCharacterMap* aDlg = new SvxCharacterMap( i_pParent ); in GetSpecialCharsForEdit() local 39 aDlg->DisableFontSelection(); in GetSpecialCharsForEdit() 40 aDlg->SetCharFont(i_rFont); in GetSpecialCharsForEdit() 41 if ( aDlg->Execute() == RET_OK ) in GetSpecialCharsForEdit() 43 o_rResult = aDlg->GetCharacters(); in GetSpecialCharsForEdit() 46 delete aDlg; in GetSpecialCharsForEdit()
|
/aoo41x/main/desktop/source/app/ |
H A D | cmdlinehelp.cxx | 149 CmdlineHelpDialog aDlg; in displayCmdlineHelp() local 150 aDlg.m_ftHead.SetText(aHelpMessage_head); in displayCmdlineHelp() 151 aDlg.m_ftLeft.SetText(aHelpMessage_left); in displayCmdlineHelp() 152 aDlg.m_ftRight.SetText(aHelpMessage_right); in displayCmdlineHelp() 153 aDlg.m_ftBottom.SetText(aHelpMessage_bottom); in displayCmdlineHelp() 154 aDlg.Execute(); in displayCmdlineHelp()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 257 if ( aDlg.Execute() == RET_OK ) in onNew() 260 insertOrEdit( aDlg.getNewFilterInfo() ); in onNew() 278 if ( aDlg.Execute() == RET_OK ) in onEdit() 811 aDlg.test( *pInfo ); in onTest() 925 ::sfx2::FileDialogHelper aDlg( in onSave() 935 aDlg.AddFilter( aFilterName, aExtensions ); in onSave() 937 if ( aDlg.Execute() == ERRCODE_NONE ) in onSave() 942 INetURLObject aURL( aDlg.GetPath() ); in onSave() 972 ::sfx2::FileDialogHelper aDlg( in onOpen() 983 if ( aDlg.Execute() == ERRCODE_NONE ) in onOpen() [all …]
|
H A D | xmlfiltertestdialog.cxx | 328 ::sfx2::FileDialogHelper aDlg( in onExportBrowse() 420 aDlg.AddFilter( aFilterName, aExtensions ); in onExportBrowse() 423 aDlg.SetCurrentFilter( aFilterName ); in onExportBrowse() 431 aDlg.SetDisplayDirectory( maExportRecentFile ); in onExportBrowse() 433 if ( aDlg.Execute() == ERRCODE_NONE ) in onExportBrowse() 435 maExportRecentFile = aDlg.GetPath(); in onExportBrowse() 577 ::sfx2::FileDialogHelper aDlg( in onImportBrowse() 610 aDlg.AddFilter( aFilterName, aExtensions ); in onImportBrowse() 611 aDlg.SetDisplayDirectory( maImportRecentFile ); in onImportBrowse() 613 if ( aDlg.Execute() == ERRCODE_NONE ) in onImportBrowse() [all …]
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 319 SwSequenceOptionDialog aDlg( pButton, rView, sFldTypeName ); in IMPL_LINK_INLINE_START() local 320 aDlg.SetApplyBorderAndShadow(bCopyAttributes); in IMPL_LINK_INLINE_START() 321 aDlg.SetCharacterStyle( sCharacterStyle ); in IMPL_LINK_INLINE_START() 322 aDlg.SetOrderNumberingFirst( bOrderNumberingFirst ); in IMPL_LINK_INLINE_START() 323 aDlg.Execute(); in IMPL_LINK_INLINE_START() 324 bCopyAttributes = aDlg.IsApplyBorderAndShadow(); in IMPL_LINK_INLINE_START() 325 sCharacterStyle = aDlg.GetCharacterStyle(); in IMPL_LINK_INLINE_START() 327 if( bOrderNumberingFirst != aDlg.IsOrderNumberingFirst() ) in IMPL_LINK_INLINE_START() 329 bOrderNumberingFirst = aDlg.IsOrderNumberingFirst(); in IMPL_LINK_INLINE_START() 372 SwCaptionOptDlg aDlg( this, aSet ); in IMPL_LINK() local [all …]
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galbrws1.cxx | 458 AbstractTitleDialog* aDlg = pFact->CreateTitleDialog( this, aOldName ); in ImplExecute() local 459 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ImplExecute() 461 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ImplExecute() 463 const String aNewName( aDlg->GetTitle() ); //CHINA001 aDlg.GetTitle() ); in ImplExecute() 481 delete aDlg; //add CHINA001 in ImplExecute() 495 AbstractGalleryIdDialog* aDlg = pFact->CreateGalleryIdDialog( this, pTheme ); in ImplExecute() local 496 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ImplExecute() 498 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ImplExecute() 499 pTheme->SetId( aDlg->GetId(), sal_True ); //CHINA001 pTheme->SetId( aDlg.GetId(), sal_True ); in ImplExecute() 500 delete aDlg; //add CHINA001 in ImplExecute()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | pubdlg.cxx | 1150 SvColorDialog aDlg(this); in IMPL_LINK() local 1154 aDlg.SetColor( m_aBackColor ); in IMPL_LINK() 1155 if(aDlg.Execute() == RET_OK ) in IMPL_LINK() 1160 aDlg.SetColor( m_aTextColor ); in IMPL_LINK() 1161 if(aDlg.Execute() == RET_OK ) in IMPL_LINK() 1166 aDlg.SetColor( m_aLinkColor ); in IMPL_LINK() 1167 if(aDlg.Execute() == RET_OK ) in IMPL_LINK() 1172 aDlg.SetColor( m_aVLinkColor ); in IMPL_LINK() 1173 if(aDlg.Execute() == RET_OK ) in IMPL_LINK() 1178 aDlg.SetColor( m_aALinkColor ); in IMPL_LINK() [all …]
|
/aoo41x/main/dbaccess/source/ui/uno/ |
H A D | dbinteraction.cxx | 191 OParameterDialog aDlg(NULL, _rParamRequest.Parameters, _rParamRequest.Connection, m_xORB); in implHandle() local 192 sal_Int16 nResult = aDlg.Execute(); in implHandle() 200 xParamCallback->setParameters(aDlg.getValues()); in implHandle() 327 OCollectionView aDlg(NULL,_rDocuRequest.Content,_rDocuRequest.Name,m_xORB); in implHandle() local 328 sal_Int16 nResult = aDlg.Execute(); in implHandle() 336 xCallback->setName(aDlg.getName(),aDlg.getSelectedFolder()); in implHandle()
|
/aoo41x/main/avmedia/source/viewer/ |
H A D | mediawindow.cxx | 394 …::sfx2::FileDialogHelper aDlg( com::sun::star::ui::dialogs::TemplateDescription::FILEOPEN_S… in executeMediaURLDialog() 400 …aDlg.SetTitle( AVMEDIA_RESID( bInsertDialog ? AVMEDIA_STR_INSERTMEDIA_DLG : AVMEDIA_STR_OPENMEDIA_… in executeMediaURLDialog() 417 aDlg.AddFilter( AVMEDIA_RESID( AVMEDIA_STR_ALL_MEDIAFILES ), aAllTypes ); in executeMediaURLDialog() 432 aDlg.AddFilter( aFilters[ i ].first, aTypes ); in executeMediaURLDialog() 436 …aDlg.AddFilter( AVMEDIA_RESID( AVMEDIA_STR_ALL_FILES ), String( RTL_CONSTASCII_USTRINGPARAM( "*.*"… in executeMediaURLDialog() 438 if( aDlg.Execute() == ERRCODE_NONE ) in executeMediaURLDialog() 440 const INetURLObject aURL( aDlg.GetPath() ); in executeMediaURLDialog()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 1121 aDlg.Activate(); in Activate() 1126 aDlg.ReInitDlg( rWrtShell ); in ReInitDlg() 1137 aDlg.ReInitDlg(rSh, pCurTOXMark); in SwIndexMarkModalDlg() 1144 aDlg.Apply(); in Apply() 1473 if(RET_OK == aDlg.Execute()) in IMPL_LINK() 1906 aDlg(this, SW_RES(WIN_DLG), bNew) in SwAuthMarkFloatDlg() 1912 aDlg.ReInitDlg(*pWrtShell); in SwAuthMarkFloatDlg() 1920 aDlg.Activate(); in Activate() 1925 aDlg.ReInitDlg( rWrtShell ); in ReInitDlg() 1936 aDlg.ReInitDlg(rSh); in SwAuthMarkModalDlg() [all …]
|
/aoo41x/main/cui/source/dialogs/ |
H A D | multifil.cxx | 54 sfx2::FileDialogHelper aDlg( in IMPL_LINK() local 59 aDlg.SetTitle( CUI_RES( RID_SVXSTR_ARCHIVE_TITLE ) ); in IMPL_LINK() 60 aDlg.AddFilter( CUI_RES( RID_SVXSTR_ARCHIVE_HEADLINE ), String::CreateFromAscii("*.jar;*.zip") ); in IMPL_LINK() 63 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK() 66 INetURLObject aFile( aDlg.GetPath() ); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fuins1.cxx | 307 SvxOpenGraphicDialog aDlg(ScResId(STR_INSERTGRAPHIC)); in FuInsertGraphic() local 309 if( aDlg.Execute() == GRFILTER_OK ) in FuInsertGraphic() 312 int nError = aDlg.GetGraphic(aGraphic); in FuInsertGraphic() 315 String aFileName = aDlg.GetPath(); in FuInsertGraphic() 316 String aFilterName = aDlg.GetCurrentFilter(); in FuInsertGraphic() 317 sal_Bool bAsLink = aDlg.IsAsLink(); in FuInsertGraphic()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | fileobj.cxx | 468 SvxOpenGraphicDialog aDlg(SfxResId(RID_SVXSTR_EDITGRFLINK)); in Edit() local 469 aDlg.EnableLink(sal_False); in Edit() 470 aDlg.SetPath( sFile, sal_True ); in Edit() 471 aDlg.SetCurrentFilter( sTmpFilter ); in Edit() 473 if( !aDlg.Execute() ) in Edit() 475 sFile = aDlg.GetPath(); in Edit() 478 sFile += aDlg.GetCurrentFilter(); in Edit()
|