Home
last modified time | relevance | path

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

1234

/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx801 OExceptionChainDialog aDlg( this, m_pImpl->aDisplayInfo ); variable
802 aDlg.Execute();
H A Ddetailpages.cxx946 OAdabasStatistics aDlg(this,m_sUser,xConnection,m_pAdminDialog->getORB()); variable
947 aDlg.Execute();
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1314 Bitmap aDlg; in Print() local
1315 Size aBmpSz( pPrinter->PixelToLogic( aDlg.GetSizePixel() ) ); in Print()
1342 pPrinter->DrawBitmap( aPosOffs, aOutputSz, aDlg ); in Print()
/trunk/main/cui/source/tabpages/
H A Dtparea.cxx2438 SvxOpenGraphicDialog aDlg(UniString::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("Import"))); in IMPL_LINK() local
2439 aDlg.EnableLink(sal_False); in IMPL_LINK()
2441 if(!aDlg.Execute()) in IMPL_LINK()
2444 const int nError(aDlg.GetGraphic(maDirectGraphic)); in IMPL_LINK()
2450 const INetURLObject aURL(aDlg.GetPath()); in IMPL_LINK()
H A Dchardlg.cxx3806 SvxCharacterMap* aDlg = new SvxCharacterMap( this ); in SelectCharacter() local
3807 aDlg->DisableFontSelection();//CHINA001 aDlg.DisableFontSelection(); in SelectCharacter()
3809 if ( aDlg->Execute() == RET_OK )//CHINA001 ( aDlg.Execute() == RET_OK ) in SelectCharacter()
3811 sal_Unicode cChar = (sal_Unicode) aDlg->GetChar();//CHINA001 aDlg.GetChar(); in SelectCharacter()
3818 delete aDlg; //add CHINA001 in SelectCharacter()
H A Dautocdlg.cxx813 OfaAutoFmtPrcntSet aDlg(this); in IMPL_LINK() local
814 aDlg.GetPrcntFld().SetValue(nPercent); in IMPL_LINK()
815 if(RET_OK == aDlg.Execute()) in IMPL_LINK()
817 nPercent = (sal_uInt16)aDlg.GetPrcntFld().GetValue(); in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1691 ColorPickerDialog aDlg( VCLUnoHelper::GetWindow( mxParent ), mnColor, mnMode ); in execute() local
1692 sal_Int16 ret = aDlg.Execute(); in execute()
1694 mnColor = aDlg.GetColor(); in execute()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx479 PrintDialog aDlg( NULL, i_pController ); in ImplPrintJob() local
480 if( ! aDlg.Execute() ) in ImplPrintJob()
486 if( aDlg.isPrintToFile() ) in ImplPrintJob()
497 else if( aDlg.isSingleJobs() ) in ImplPrintJob()
/trunk/main/padmin/source/
H A Dpadialog.cxx623 AddPrinterDialog aDlg( this ); in AddDevice() local
625 if( aDlg.Execute() ) in AddDevice()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx329 SwCaptionOptDlg aDlg(this, GetItemSet()); in IMPL_LINK() local
330 aDlg.Execute(); in IMPL_LINK()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx941 ScShareDocumentDlg aDlg( GetActiveDialogParent(), pViewData ); in Execute() local
942 if ( aDlg.Execute() == RET_OK ) in Execute()
944 bool bSetShared = aDlg.IsShareDocumentChecked(); in Execute()
H A Ddocsh3.cxx1273 … ScConflictsDlg aDlg( GetActiveDialogParent(), GetViewData(), &rSharedDoc, aConflictsList ); in MergeSharedDocument() local
1274 if ( aDlg.Execute() == RET_CANCEL ) in MergeSharedDocument()
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx769 ManageLanguageDialog aDlg( GetCurWindow(), GetCurLocalizationMgr() ); in ExecuteGlobal() local
770 aDlg.Execute(); in ExecuteGlobal()
/trunk/main/cui/source/options/
H A Doptinet2.cxx1315 svx::WebConnectionInfoDialog aDlg( this ); in IMPL_LINK() local
1316 aDlg.Execute(); in IMPL_LINK()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2866 ControlCharacterDialog aDlg( impl_getDefaultDialogParent_nothrow(), *pSet ); in impl_executeFontDialog_nothrow() local
2868 if ( RET_OK == aDlg.Execute() ) in impl_executeFontDialog_nothrow()
2870 const SfxItemSet* pOut = aDlg.GetOutputItemSet(); in impl_executeFontDialog_nothrow()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx860 …svtools::QueryFolderNameDialog aDlg( pThis, sFolderName, String( SvtResId( STR_SVT_NEW_FOLDER ) ) … in IMPL_STATIC_LINK() local
865 if ( aDlg.Execute() == RET_OK ) in IMPL_STATIC_LINK()
866 bHandled = pThis->_pFileView->CreateNewFolder( aDlg.GetName() ); in IMPL_STATIC_LINK()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx1755 SfxAlienWarningDialog aDlg( pWin, aOldUIName ); in WarnUnacceptableFormat() local
1757 return aDlg.Execute() == RET_OK; in WarnUnacceptableFormat()

Completed in 168 milliseconds

1234