Home
last modified time | relevance | path

Searched refs:aDlg (Results 1 – 25 of 92) sorted by relevance

1234

/trunk/main/svx/source/dialog/
H A Dgrfflt.cxx190 …AbstractGraphicFilterDialog* aDlg = pFact->CreateGraphicFilterMosaic( pWindow, rGraphic, 4, 4, sal… in ExecuteGrfFilterSlot() local
191 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ExecuteGrfFilterSlot()
192 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ExecuteGrfFilterSlot()
193 …aGraphic = aDlg->GetFilteredGraphic( rGraphic, 1.0, 1.0 ); //CHINA001 aGraphic = aDlg.GetFilteredG… in ExecuteGrfFilterSlot()
194 delete aDlg; //add by CHINA001 in ExecuteGrfFilterSlot()
205 …AbstractGraphicFilterDialog* aDlg = pFact->CreateGraphicFilterEmboss( pWindow, rGraphic, RP_MM, RI… in ExecuteGrfFilterSlot() local
206 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in ExecuteGrfFilterSlot()
207 if( aDlg->Execute() == RET_OK ) //CHINA001 if( aDlg.Execute() == RET_OK ) in ExecuteGrfFilterSlot()
208 …aGraphic = aDlg->GetFilteredGraphic( rGraphic, 1.0, 1.0 ); //CHINA001 aGraphic = aDlg.GetFilteredG… in ExecuteGrfFilterSlot()
209 delete aDlg; //add by CHINA001 in ExecuteGrfFilterSlot()
[all …]
H A Dimapdlg.cxx627 ::sfx2::FileDialogHelper aDlg( in DoOpen()
633 aDlg.AddFilter( aFilter, DEFINE_CONST_UNICODE( IMAP_ALL_TYPE ) ); in DoOpen()
634aDlg.AddFilter( DEFINE_CONST_UNICODE( IMAP_CERN_FILTER ), DEFINE_CONST_UNICODE( IMAP_CERN_TYPE ) ); in DoOpen()
635aDlg.AddFilter( DEFINE_CONST_UNICODE( IMAP_NCSA_FILTER ), DEFINE_CONST_UNICODE( IMAP_NCSA_TYPE ) ); in DoOpen()
636aDlg.AddFilter( DEFINE_CONST_UNICODE( IMAP_BINARY_FILTER ), DEFINE_CONST_UNICODE( IMAP_BINARY_TYPE… 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()
[all …]
H A Dimapwnd.cxx858 …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()
/trunk/main/chart2/source/controller/main/
H A DChartController_Insert.cxx131 SchAxisDlg aDlg( m_pChartWindow, aDialogInput ); in executeDispatch_InsertAxes() local
132 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertAxes()
138 aDlg.getResult( aDialogOutput ); in executeDispatch_InsertAxes()
169 … SchGridDlg aDlg( m_pChartWindow, aDialogInput );//aItemSet, b3D, bNet, bSecondaryX, bSecondaryY ); in executeDispatch_InsertGrid() local
170 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertGrid()
175 aDlg.getResult( aDialogOutput ); in executeDispatch_InsertGrid()
204 SchTitleDlg aDlg( m_pChartWindow, aDialogInput ); in executeDispatch_InsertTitles() local
205 if( aDlg.Execute() == RET_OK ) in executeDispatch_InsertTitles()
210 aDlg.getResult( aDialogOutput ); in executeDispatch_InsertTitles()
255 SchLegendDlg aDlg( m_pChartWindow, m_xCC ); in executeDispatch_OpenLegendDialog() local
[all …]
H A DChartController_Properties.cxx779 … 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()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx459 AddSubmissionDialog aDlg( this, NULL, m_xUIHelper ); in DoToolBoxAction() local
460 if ( aDlg.Execute() == RET_OK && aDlg.GetNewSubmission().is() ) in DoToolBoxAction()
464 … Reference< css::xforms::XSubmission > xNewSubmission = aDlg.GetNewSubmission(); in DoToolBoxAction()
586 AddDataItemDialog aDlg( this, pNode, m_xUIHelper ); in DoToolBoxAction() local
587 aDlg.SetText( SVX_RESSTR( nResId ) ); in DoToolBoxAction()
588 aDlg.InitText( eType ); in DoToolBoxAction()
589 short nReturn = aDlg.Execute(); in DoToolBoxAction()
661 AddDataItemDialog aDlg( this, pNode, m_xUIHelper ); in DoToolBoxAction() local
685 aDlg.SetText( SVX_RESSTR( nResId ) ); in DoToolBoxAction()
686 aDlg.InitText( eType ); in DoToolBoxAction()
[all …]
/trunk/main/cui/source/tabpages/
H A Dtpbitmap.cxx642 … SvxOpenGraphicDialog aDlg( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Import" ) ) ); in IMPL_LINK() local
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()
853 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK()
855 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
857 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK()
860 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK()
[all …]
H A Dtplneend.cxx604 ::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 Dtphatch.cxx730 ::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 Dtpgradnt.cxx671 ::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 Dtplnedef.cxx799 ::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()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx371 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()
393aDlg.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()
/trunk/main/cui/source/factory/
H A Dinit.cxx38 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()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx256 XMLFilterTabDialog aDlg( this, *mpResMgr, mxMSF, &aTempInfo ); in onNew() local
257 if ( aDlg.Execute() == RET_OK ) in onNew()
260 insertOrEdit( aDlg.getNewFilterInfo() ); in onNew()
277 XMLFilterTabDialog aDlg( this, *mpResMgr, mxMSF, pOldInfo ); in onEdit() local
278 if ( aDlg.Execute() == RET_OK ) in onEdit()
280 filter_info_impl* pNewInfo = aDlg.getNewFilterInfo(); in onEdit()
810 XMLFilterTestDialog aDlg( this, *mpResMgr, mxMSF ); in onTest() local
811 aDlg.test( *pInfo ); in onTest()
925 ::sfx2::FileDialogHelper aDlg( in onSave()
935 aDlg.AddFilter( aFilterName, aExtensions ); in onSave()
[all …]
H A Dxmlfiltertestdialog.cxx328 ::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 …]
/trunk/main/desktop/source/app/
H A Dcmdlinehelp.cxx149 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()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx319 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 …]
/trunk/main/sd/source/filter/html/
H A Dpubdlg.cxx1150 SvColorDialog aDlg(this); in IMPL_LINK() local
1154 aDlg.SetColor( m_aBackColor ); in IMPL_LINK()
1155 if(aDlg.Execute() == RET_OK ) in IMPL_LINK()
1156 m_aBackColor = aDlg.GetColor(); in IMPL_LINK()
1160 aDlg.SetColor( m_aTextColor ); in IMPL_LINK()
1161 if(aDlg.Execute() == RET_OK ) in IMPL_LINK()
1162 m_aTextColor = aDlg.GetColor(); in IMPL_LINK()
1166 aDlg.SetColor( m_aLinkColor ); in IMPL_LINK()
1167 if(aDlg.Execute() == RET_OK ) in IMPL_LINK()
1168 m_aLinkColor = aDlg.GetColor(); in IMPL_LINK()
[all …]
/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx458 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()
/trunk/main/dbaccess/source/ui/uno/
H A Ddbinteraction.cxx191 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()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow.cxx393 …::sfx2::FileDialogHelper aDlg( com::sun::star::ui::dialogs::TemplateDescription::FILEOPEN_S… in executeMediaURLDialog()
399aDlg.SetTitle( AVMEDIA_RESID( bInsertDialog ? AVMEDIA_STR_INSERTMEDIA_DLG : AVMEDIA_STR_OPENMEDIA_… in executeMediaURLDialog()
416 aDlg.AddFilter( AVMEDIA_RESID( AVMEDIA_STR_ALL_MEDIAFILES ), aAllTypes ); in executeMediaURLDialog()
431 aDlg.AddFilter( aFilters[ i ].first, aTypes ); in executeMediaURLDialog()
435aDlg.AddFilter( AVMEDIA_RESID( AVMEDIA_STR_ALL_FILES ), String( RTL_CONSTASCII_USTRINGPARAM( "*.*"… in executeMediaURLDialog()
437 if( aDlg.Execute() == ERRCODE_NONE ) in executeMediaURLDialog()
439 const INetURLObject aURL( aDlg.GetPath() ); in executeMediaURLDialog()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1109aDlg(this, bNew, SW_RES(WIN_DLG), SvtCJKOptions().IsCJKFontEnabled()?DLG_INSIDXMARK_CJK:DLG_INSIDX… in SwIndexMarkFloatDlg()
1112 aDlg.ReInitDlg(*::GetActiveWrtShell()); in SwIndexMarkFloatDlg()
1121 aDlg.Activate(); in Activate()
1126 aDlg.ReInitDlg( rWrtShell ); in ReInitDlg()
1134aDlg(this, sal_False, SW_RES(WIN_DLG), SvtCJKOptions().IsCJKFontEnabled()?DLG_EDIT_IDXMARK_CJK:DLG… in SwIndexMarkModalDlg()
1137 aDlg.ReInitDlg(rSh, pCurTOXMark); in SwIndexMarkModalDlg()
1144 aDlg.Apply(); in Apply()
1466 SwCreateAuthEntryDlg_Impl aDlg(pButton, in IMPL_LINK() local
1471 aDlg.SetCheckNameHdl(LINK(this, SwAuthMarkDlg, IsEntryAllowedHdl)); in IMPL_LINK()
1473 if(RET_OK == aDlg.Execute()) in IMPL_LINK()
[all …]
/trunk/main/cui/source/dialogs/
H A Dmultifil.cxx54 sfx2::FileDialogHelper aDlg( in IMPL_LINK() local
59 aDlg.SetTitle( CUI_RES( RID_SVXSTR_ARCHIVE_TITLE ) ); in IMPL_LINK()
60aDlg.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()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx307 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()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx468 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()

1234