Home
last modified time | relevance | path

Searched refs:aDlg (Results 26 – 50 of 92) sorted by relevance

1234

/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx775 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK()
779 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK()
781 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
783 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK()
785 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK()
894 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK()
897 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in IMPL_LINK()
910 aDlg.SetDisplayDirectory( aFile.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
911 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK()
913 INetURLObject aURL( aDlg.GetPath() ); in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx138 SdDefineCustomShowDlg aDlg( this, rDoc, pCustomShow ); in IMPL_LINK() local
139 if( aDlg.Execute() == RET_OK ) in IMPL_LINK()
152 if( aDlg.IsModified() ) in IMPL_LINK()
166 SdDefineCustomShowDlg aDlg( this, rDoc, pCustomShow ); in IMPL_LINK() local
168 if( aDlg.Execute() == RET_OK ) in IMPL_LINK()
178 if( aDlg.IsModified() ) in IMPL_LINK()
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx137 SvxOpenGraphicDialog aDlg(SW_RESSTR(STR_INSERT_GRAPHIC)); in InsertPictureFromFile() local
139 if(GRFILTER_OK == aDlg.Execute()) in InsertPictureFromFile()
142 int nError(aDlg.GetGraphic(aGraphic)); in InsertPictureFromFile()
146 const bool bAsLink(aDlg.IsAsLink()); in InsertPictureFromFile()
164 bAsLink ? aDlg.GetPath() : String(), in InsertPictureFromFile()
165 bAsLink ? aDlg.GetCurrentFilter() : String()); in InsertPictureFromFile()
/trunk/main/sw/source/ui/inc/
H A Dswuiidxmrk.hxx177 SwIndexMarkDlg aDlg; member in SwIndexMarkFloatDlg
192 SwIndexMarkDlg aDlg; member in SwIndexMarkModalDlg
266 SwAuthMarkDlg aDlg; member in SwAuthMarkFloatDlg
281 SwAuthMarkDlg aDlg; member in SwAuthMarkModalDlg
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabpagexslt.cxx203 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK()
206 aDlg.SetDisplayDirectory( GetURL( *pURLBox ) ); in IMPL_LINK()
208 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK()
210 OUString aURL( aDlg.GetPath() ); in IMPL_LINK()
/trunk/main/sw/source/ui/utlui/
H A Dgloslst.cxx201 SwGlossDecideDlg aDlg(0); in GetShortName() local
202 String sTitle = aDlg.GetText(); in GetShortName()
205 aDlg.SetText(sTitle); in GetShortName()
207 ListBox& rLB = aDlg.GetListBox(); in GetShortName()
212 if(RET_OK == aDlg.Execute() && in GetShortName()
/trunk/main/cui/source/options/
H A Ddbregister.cxx426 ODocumentLinkDialog aDlg(this,_pEntry == NULL); in openLinkDialog() local
428 aDlg.set(_sOldName,_sOldLocation); in openLinkDialog()
429 aDlg.setNameValidator(LINK( this, DbRegistrationOptionsPage, NameValidator ) ); in openLinkDialog()
431 if ( aDlg.Execute() == RET_OK ) in openLinkDialog()
434 aDlg.get(sNewName,sNewLocation); in openLinkDialog()
H A Doptlingu.cxx1731 SvxEditModulesDlg aDlg( this, *pLinguData ); in IMPL_LINK() local
1732 if (aDlg.Execute() != RET_OK) in IMPL_LINK()
1764 DBG_ASSERT(aDlg, "Dialogdiet fail!"); in IMPL_LINK()
1766 if ( aDlg->Execute() == RET_OK ) in IMPL_LINK()
1778 delete aDlg; //add by CHINA001 in IMPL_LINK()
1800 DBG_ASSERT(aDlg, "Dialogdiet fail!"); in IMPL_LINK()
1801 aDlg->Execute(); in IMPL_LINK()
1802 delete aDlg; in IMPL_LINK()
1891 OptionsBreakSet aDlg( this, nRID ); in IMPL_LINK() local
1893 if (RET_OK == aDlg.Execute() ) in IMPL_LINK()
[all …]
H A Doptjava.cxx922 sfx2::FileDialogHelper aDlg( TemplateDescription::FILEOPEN_SIMPLE, 0 ); in IMPL_LINK() local
923 aDlg.SetTitle( CUI_RES( RID_SVXSTR_ARCHIVE_TITLE ) ); in IMPL_LINK()
924 aDlg.AddFilter( CUI_RES( RID_SVXSTR_ARCHIVE_HEADLINE ), String::CreateFromAscii("*.jar;*.zip") ); in IMPL_LINK()
933 aDlg.SetDisplayDirectory( sFolder ); in IMPL_LINK()
934 if ( aDlg.Execute() == ERRCODE_NONE ) in IMPL_LINK()
936 String sURL = aDlg.GetPath(); in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dhldoctp.cxx209 ::sfx2::FileDialogHelper aDlg( in IMPL_LINK()
215 aDlg.SetDisplayDirectory( aOldURL ); in IMPL_LINK()
219 ErrCode nError = aDlg.Execute(); in IMPL_LINK()
224 String aURL( aDlg.GetPath() ); in IMPL_LINK()
H A Dhltpbase.cxx582 SfxMacroAssignDlg aDlg( this, mxDocumentFrame, *pItemSet ); in IMPL_LINK() local
585 SfxMacroTabPage *pMacroPage = (SfxMacroTabPage*) aDlg.GetTabPage(); in IMPL_LINK()
603 short nRet = aDlg.Execute(); in IMPL_LINK()
607 const SfxItemSet* pOutSet = aDlg.GetOutputItemSet(); in IMPL_LINK()
H A Dcuifmsearch.cxx415 …AbstractSvxJSearchOptionsDialog* aDlg = pFact->CreateSvxJSearchOptionsDialog( this, aSet, m_pSearc… in IMPL_LINK() local
416 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in IMPL_LINK()
417 aDlg->Execute(); //CHINA001 aDlg.Execute(); in IMPL_LINK()
420 …sal_Int32 nFlags = aDlg->GetTransliterationFlags(); //CHINA001 sal_Int32 nFlags = aDlg.GetTranslit… in IMPL_LINK()
427 delete aDlg; //add for CHINA001 in IMPL_LINK()
H A Dcuigaldlg.cxx1153 SvxOpenGraphicDialog aDlg(String( RTL_CONSTASCII_USTRINGPARAM( "Gallery" ) ) ); in IMPL_LINK() local
1154 aDlg.EnableLink(sal_False); in IMPL_LINK()
1155 aDlg.AsLink(sal_False); in IMPL_LINK()
1157 if( !aDlg.Execute() ) in IMPL_LINK()
1158 pData->pTheme->InsertURL( INetURLObject( aDlg.GetPath() ) ); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx352 svtools::QueryDeleteDlg_Impl aDlg( getView(), *aThisRound ); in deleteObjects() local
355 aDlg.SetWindowState( sDialogPosition ); in deleteObjects()
358 aDlg.EnableAllButton(); in deleteObjects()
360 if ( aDlg.Execute() == RET_OK ) in deleteObjects()
361 eResult = aDlg.GetResult(); in deleteObjects()
365 sDialogPosition = aDlg.GetWindowState( ); in deleteObjects()
H A DAppControllerGen.cxx157 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), xConnection, aDefaultName, aNameChecker … in convertToView() local
158 if ( aDlg.Execute() == RET_OK ) in convertToView()
160 ::rtl::OUString sName = aDlg.getName(); in convertToView()
161 ::rtl::OUString sCatalog = aDlg.getCatalog(); in convertToView()
162 ::rtl::OUString sSchema = aDlg.getSchema(); in convertToView()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx133 SvxOpenGraphicDialog aDlg(SdResId(STR_INSERTGRAPHIC)); in DoExecute() local
135 if( aDlg.Execute() == GRFILTER_OK ) in DoExecute()
138 int nError = aDlg.GetGraphic(aGraphic); in DoExecute()
164 if(pGrafObj && aDlg.IsAsLink()) in DoExecute()
167 String aFltName(aDlg.GetCurrentFilter()); in DoExecute()
168 String aPath(aDlg.GetPath()); in DoExecute()
/trunk/main/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx293 OPasswordDialog aDlg(this,sName); in IMPL_LINK() local
294 if(aDlg.Execute() == RET_OK) in IMPL_LINK()
296 sNewPassword = aDlg.GetNewPassword(); in IMPL_LINK()
297 sOldPassword = aDlg.GetOldPassword(); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx984 OSQLMessageBox aDlg( pWindow, aTitle, aMessage, WB_YES_NO | WB_DEF_YES, OSQLMessageBox::Query ); in impl_initialize() local
985 bClose = aDlg.Execute() == RET_NO; in impl_initialize()
1385 OSaveAsDlg aDlg( in askForNewName() local
1394 bRet = ( aDlg.Execute() == RET_OK ); in askForNewName()
1397 m_sName = aDlg.getName(); in askForNewName()
1400 m_sUpdateCatalogName = aDlg.getCatalog(); in askForNewName()
1401 m_sUpdateSchemaName = aDlg.getSchema(); in askForNewName()
1759 OSQLMessageBox aDlg(getView(),aTitle,aErrorMsg); in impl_reset() local
1760 aDlg.Execute(); in impl_reset()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx459 FontWorkGalleryDialog aDlg( pSdrView, ImpGetViewWin(pSdrView), nSID ); in execute() local
460 aDlg.Execute(); in execute()
518 FontworkCharacterSpacingDialog aDlg( 0L, nCharSpacing ); in execute() local
519 sal_uInt16 nRet = aDlg.Execute(); in execute()
522 SfxInt32Item aItem( SID_FONTWORK_CHARACTER_SPACING, aDlg.getScale() ); in execute()
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx371 ScRetypePassInputDlg aDlg(this, pProtected); in IMPL_LINK() local
372 if (aDlg.Execute() == RET_OK) in IMPL_LINK()
375 if (aDlg.IsRemovePassword()) in IMPL_LINK()
383 String aNewPass = aDlg.GetNewPassword(); in IMPL_LINK()
/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx257 NumberFormatDialog aDlg(m_pWindow, aNumberSet); in IMPL_LINK() local
259 aDlg.SetText( String( SchResId( STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE ) ) ); in IMPL_LINK()
260 if( RET_OK == aDlg.Execute() ) in IMPL_LINK()
262 const SfxItemSet* pResult = aDlg.GetOutputItemSet(); in IMPL_LINK()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx722 ORptPageDialog aDlg(pParent, pDescriptor.get(),RID_PAGEDIALOG_CHAR); in openCharDialog() local
725 aDlg.RemoveTabPage( RID_PAGE_BACKGROUND ); in openCharDialog()
726 bSuccess = ( RET_OK == aDlg.Execute() ); in openCharDialog()
731 …lcl_getReportControlFont( _rxReportControlFormat,COMPLEX ), *aDlg.GetOutputItemSet(), _out_rNewVal… in openCharDialog()
1045 …FormulaDialog aDlg(pParent,xServiceFactory,pFormulaManager,aFormula.getUndecoratedContent(),_xRowS… in openDialogFormula_nothrow() local
1046 bSuccess = aDlg.Execute() == RET_OK; in openDialogFormula_nothrow()
1049 String sFormula = aDlg.getCurrentFormula(); in openDialogFormula_nothrow()
/trunk/main/sfx2/source/appl/
H A Dimpldde.cxx281 SvDDELinkEditDialog aDlg( pParent, pBaseLink ); in Edit() local
282 if ( RET_OK == aDlg.Execute() && rEndEditHdl.IsSet() ) in Edit()
284 String sCommand = aDlg.GetCmd(); in Edit()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx352 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), getConnection(), aDefaultName, aNameChec… in doSaveDoc() local
353 if ( aDlg.Execute() != RET_OK ) in doSaveDoc()
356 m_sName = aDlg.getName(); in doSaveDoc()
357 sCatalog = aDlg.getCatalog(); in doSaveDoc()
358 sSchema = aDlg.getSchema(); in doSaveDoc()
450 …OSQLMessageBox aDlg( getView(), String( ModuleRes( STR_ERROR_DURING_CREATION ) ), sText, WB_OK, OS… in doSaveDoc() local
452 aDlg.Execute(); in doSaveDoc()
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx220 SetDefaultLanguageDialog aDlg( this, m_pLocalizationMgr ); in IMPL_LINK() local
221 if ( RET_OK == aDlg.Execute() ) in IMPL_LINK()
224 Sequence< Locale > aLocaleSeq = aDlg.GetLocales(); in IMPL_LINK()

Completed in 182 milliseconds

1234