Home
last modified time | relevance | path

Searched refs:aDlg (Results 51 – 75 of 92) sorted by relevance

1234

/trunk/main/filter/source/pdf/
H A Dpdfinteract.cxx68 ImplErrorDialog aDlg( aCodes ); in handleInteractionRequest() local
69 aDlg.Execute(); in handleInteractionRequest()
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx700 SfxPasswordDialog aDlg(this); in IMPL_LINK() local
701 aDlg.ShowExtras(SHOWEXTRAS_CONFIRM); in IMPL_LINK()
702 if(aDlg.Execute()) in IMPL_LINK()
704 String sPwd = aDlg.GetPassword().ToUpperAscii(); in IMPL_LINK()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx1315 AbstractTitleDialog* aDlg = pFact->CreateTitleDialog( this, aOldTitle ); in Execute() local
1316 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in Execute()
1317 if( aDlg->Execute() == RET_OK )//CHINA001 if( aDlg.Execute() == RET_OK ) in Execute()
1319 String aNewTitle( aDlg->GetTitle() );//CHINA001 String aNewTitle( aDlg.GetTitle() ); in Execute()
1332 delete aDlg; //add CHINA001 in Execute()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx909 ::sfx2::FileDialogHelper aDlg( ::sfx2::FILEOPEN_SIMPLE, 0 ); in Load()
911 aDlg.AddFilter( aStrFilterType, aStrFilterType ); in Load()
916 if ( aDlg.Execute() == ERRCODE_NONE ) in Load()
918 pDocument.reset( new PPTDocument( aDlg.GetPath() ) ); in Load()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx301 SvxOpenGraphicDialog aDlg(SdResId(STR_SET_BACKGROUND_PICTURE)); in ExecuteDialog() local
303 if( aDlg.Execute() == GRFILTER_OK ) in ExecuteDialog()
306 int nError = aDlg.GetGraphic(aGraphic); in ExecuteDialog()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx189 svx::FontWorkGalleryDialog aDlg( pSdrView, pWin, nSlotId ); in ExecDraw() local
190 aDlg.SetSdrObjectRef( &pObj, pSdrView->GetModel() ); in ExecDraw()
191 aDlg.Execute(); in ExecDraw()
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx257 OSQLWarningBox aDlg( m_pParent, sAskIfContinue, WB_YES_NO | WB_DEF_YES ); in insertNewRow() local
258 if(aDlg.Execute() == RET_YES) in insertNewRow()
H A DUITools.cxx1178 SbaSbAttrDlg aDlg(_pParent, pFormatDescriptor, _pFormatter, _nFlags); in callColumnFormatDialog() local
1179 if (RET_OK == aDlg.Execute()) in callColumnFormatDialog()
1184 const SfxItemSet* pSet = aDlg.GetExampleSet(); in callColumnFormatDialog()
1202 const SfxItemSet* pResult = aDlg.GetOutputItemSet(); in callColumnFormatDialog()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx256 SvxPluginFileDlg aDlg( &GetView().GetViewFrame()->GetWindow(), nSlot ); in TYPEINIT1() local
257aDlg.SetContext( nSlot == SID_INSERT_SOUND? sfx2::FileDialogHelper::SW_INSERT_SOUND : sfx2::FileDi… in TYPEINIT1()
259 if ( ERRCODE_NONE == aDlg.Execute() ) in TYPEINIT1()
262 String aStrURL( aDlg.GetPath() ); in TYPEINIT1()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx1339 ChartTypeDialog aDlg( m_pChartWindow, getModel(), m_xCC ); in executeDispatch_ChartType() local
1340 if( aDlg.Execute() == RET_OK ) in executeDispatch_ChartType()
1364 ::chart::DataSourceDialog aDlg( m_pChartWindow, xChartDoc, m_xCC ); in executeDispatch_SourceData()
1365 if( aDlg.Execute() == RET_OK ) in executeDispatch_SourceData()
/trunk/main/basic/source/runtime/
H A Diosys.cxx1010 SbiInputDialog aDlg( NULL, aPromptStr ); in ReadCon() local
1011 if( aDlg.Execute() ) in ReadCon()
1012 rIn = ByteString( aDlg.GetInput(), gsl_getSystemTextEncoding() ); in ReadCon()
/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx301 SaneDlg aDlg( NULL, pHolder->m_aSane ); in configureScanner() local
302 sal_Bool bRet = (sal_Bool)aDlg.Execute(); in configureScanner()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1306 SfxAddHelpBookmarkDialog_Impl aDlg( this, sal_True ); in DoAction() local
1307 aDlg.SetTitle( GetEntry( nPos ) ); in DoAction()
1308 if ( aDlg.Execute() == RET_OK ) in DoAction()
1314 nPos = InsertEntry( aDlg.GetTitle(), SvFileInformationManager::GetImage( aImageURL ) ); in DoAction()
3387 SfxAddHelpBookmarkDialog_Impl aDlg( this, sal_False ); in DoAction() local
3388 aDlg.SetTitle( aTitle ); in DoAction()
3389 if ( aDlg.Execute() == RET_OK ) in DoAction()
3391 aTitle = aDlg.GetTitle(); in DoAction()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1424 OSQLMessageBox aDlg( getBrowserView(), m_aCurrentError );
1425 aDlg.Execute();
1944 DlgFilterCrit aDlg( getBrowserView(), getORB(), xCon, xParser, xSup->getColumns() ); in ExecuteFilterSortCrit() local
1946 if ( !aDlg.Execute() ) in ExecuteFilterSortCrit()
1948 aDlg.BuildWherePart(); in ExecuteFilterSortCrit()
1952 DlgOrderCrit aDlg( getBrowserView(),xCon,xParser,xSup->getColumns() ); in ExecuteFilterSortCrit() local
1954 if(!aDlg.Execute()) in ExecuteFilterSortCrit()
1958 aDlg.BuildOrderPart(); in ExecuteFilterSortCrit()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1029 … svtools::QueryDeleteDlg_Impl aDlg( NULL, aObj.GetName( INetURLObject::DECODE_WITH_CHARSET ) ); in DeleteEntries() local
1031 aDlg.SetWindowState( sDialogPosition ); in DeleteEntries()
1034 aDlg.EnableAllButton(); in DeleteEntries()
1036 if ( aDlg.Execute() == RET_OK ) in DeleteEntries()
1037 eResult = aDlg.GetResult(); in DeleteEntries()
1041 sDialogPosition = aDlg.GetWindowState( ); in DeleteEntries()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx195 …DlgQryJoin aDlg(_pView,_pConnectionData,_pView->GetTabWinMap(),_pView->getDesignView()->getControl… in openJoinDialog() local
196 sal_Bool bOk = aDlg.Execute() == RET_OK; in openJoinDialog()
199 pData->SetJoinType(aDlg.GetJoinType()); in openJoinDialog()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx1579 …AbstractSvxJSearchOptionsDialog* aDlg = pFact->CreateSvxJSearchOptionsDialog( LAYOUT_THIS_WINDOW (… in IMPL_LINK() local
1581 DBG_ASSERT(aDlg, "Dialogdiet fail!");//CHINA001 in IMPL_LINK()
1582 int nRet = aDlg->Execute(); //CHINA001 int nRet = aDlg.Execute(); in IMPL_LINK()
1585 …sal_Int32 nFlags = aDlg->GetTransliterationFlags(); //CHINA001 sal_Int32 nFlags = aDlg.GetTranslit… in IMPL_LINK()
1589 delete aDlg; //add for CHINA001 in IMPL_LINK()
H A Ddocrecovery.cxx1805 ErrorRepPreviewDialog aDlg( this ); in IMPL_LINK() local
1806 aDlg.Execute(); in IMPL_LINK()
1812 ErrorRepOptionsDialog aDlg( this, maParams ); in IMPL_LINK() local
1813 aDlg.Execute(); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx220 OSQLMessageBox aDlg(NULL,sTitle,ModuleRes(STR_RELATIONDESIGN_NOT_AVAILABLE)); in impl_initialize() local
221 aDlg.Execute(); in impl_initialize()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx1577 ConditionalFormattingDialog aDlg( getView(), xFormattedField.get(), *this ); in Execute() local
1578 aDlg.Execute(); in Execute()
1587 ODateTimeDialog aDlg(getView(),getDesignView()->getCurrentSection(),this); in Execute() local
1588 aDlg.Execute(); in Execute()
1599 OPageNumberDialog aDlg(getView(),m_xReportDefinition,this); in Execute() local
1600 aDlg.Execute(); in Execute()
2464 …ORptPageDialog aDlg(getView(), pDescriptor.get(),_xSection.is() ? RID_PAGEDIALOG_BACKGROUND : RID_… in openPageDialog() local
2465 if (RET_OK == aDlg.Execute()) in openPageDialog()
2470 const SfxItemSet* pSet = aDlg.GetOutputItemSet(); in openPageDialog()
/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx381 MacroSecurity aDlg( NULL, mxCtx, xSecEnv ); in manageTrustedSources() local
382 aDlg.Execute(); in manageTrustedSources()
/trunk/main/cui/source/dialogs/
H A Dabout.cxx594 ReadmeDialog aDlg( this ); in IMPL_LINK() local
595 aDlg.Execute(); in IMPL_LINK()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx608 ExtrusionDepthDialog aDlg( 0L, fDepth, eUnit ); in execute() local
609 sal_uInt16 nRet = aDlg.Execute(); in execute()
612 fDepth = aDlg.getDepth(); in execute()
/trunk/main/padmin/source/
H A Dadddlg.cxx183 PPDImportDialog aDlg( this ); in IMPL_LINK() local
184 if( aDlg.Execute() ) in IMPL_LINK()
186 const std::list< rtl::OUString >& rImported( aDlg.getImportedFiles() ); in IMPL_LINK()
/trunk/main/sw/source/ui/config/
H A Dmailconfigpage.cxx259 SwAuthenticationSettingsDialog aDlg(this, *m_pConfigItem); in IMPL_LINK() local
260 aDlg.Execute(); in IMPL_LINK()

Completed in 282 milliseconds

1234