Home
last modified time | relevance | path

Searched refs:aQueryBox (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svtools/source/java/
H A Djavainteractionhandler.cxx180 QueryBox aQueryBox( NULL, SvtResId( QBX_JAVADISABLED ) ); in handle() local
182 aQueryBox.SetText( aTitle ); in handle()
183 nResult = aQueryBox.Execute(); in handle()
/trunk/main/cui/source/tabpages/
H A Dtplneend.cxx235 QueryBox aQueryBox( DLGWIN, WinBits( WB_YES_NO | WB_DEF_NO ), in CheckChanges_Impl() local
238 if ( aQueryBox.Execute() == RET_YES ) in CheckChanges_Impl()
558 QueryBox aQueryBox( DLGWIN, WinBits( WB_YES_NO | WB_DEF_NO ), in IMPL_LINK() local
561 if ( aQueryBox.Execute() == RET_YES ) in IMPL_LINK()
H A Dtphatch.cxx685 QueryBox aQueryBox( DLGWIN, WinBits( WB_YES_NO | WB_DEF_NO ), in IMPL_LINK() local
688 if( aQueryBox.Execute() == RET_YES ) in IMPL_LINK()
H A Dtpbitmap.cxx803 QueryBox aQueryBox( DLGWIN, WinBits( WB_YES_NO | WB_DEF_NO ), in IMPL_LINK() local
806 if( aQueryBox.Execute() == RET_YES ) in IMPL_LINK()
H A Dtpgradnt.cxx626 QueryBox aQueryBox( DLGWIN, WinBits( WB_YES_NO | WB_DEF_NO ), in IMPL_LINK() local
629 if ( aQueryBox.Execute() == RET_YES ) in IMPL_LINK()
H A Dtplnedef.cxx752 QueryBox aQueryBox( DLGWIN, WinBits( WB_YES_NO | WB_DEF_NO ), in IMPL_LINK() local
755 if ( aQueryBox.Execute() == RET_YES ) in IMPL_LINK()
H A Dtpcolor.cxx706 QueryBox aQueryBox( DLGWIN, WinBits( WB_YES_NO | WB_DEF_NO ), in IMPL_LINK() local
709 if( aQueryBox.Execute() == RET_YES ) in IMPL_LINK()
/trunk/main/padmin/source/
H A Dfontentry.cxx499 …QueryBox aQueryBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_YES_NO | WB_DEF_NO, aTe… in queryOverwriteFile() local
500 aQueryBox.AddButton( m_aOverwriteAllText, 20, 0 ); in queryOverwriteFile()
501 aQueryBox.AddButton( m_aOverwriteNoneText, 21, 0 ); in queryOverwriteFile()
503 int nResult = aQueryBox.Execute(); in queryOverwriteFile()
H A Dhelper.cxx254 QueryBox aQueryBox( pParent, WB_YES_NO | WB_DEF_NO, in AreYouSure() local
256 return aQueryBox.Execute() == RET_NO ? sal_False : sal_True; in AreYouSure()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx1063 NameClashQueryBox aQueryBox( pWin, aQueryBoxTitle, aQueryBoxText ); in implImportDialog() local
1064 sal_uInt16 nRet = aQueryBox.Execute(); in implImportDialog()
1125 LanguageMismatchQueryBox aQueryBox( pWin, aQueryBoxTitle, aQueryBoxText ); in implImportDialog() local
1126 sal_uInt16 nRet = aQueryBox.Execute(); in implImportDialog()
H A Dbastypes.cxx939 QueryBox aQueryBox( pParent, WB_YES_NO | WB_DEF_YES, aQuery ); in QueryDel() local
940 if ( aQueryBox.Execute() == RET_YES ) in QueryDel()
/trunk/main/svtools/workben/
H A Dsvdem.cxx541 QueryBox aQueryBox( this, WB_YES_NO | WB_DEF_YES, in DeactivatePage() local
543 if ( aQueryBox.Execute() == RET_YES ) in DeactivatePage()
558 QueryBox aQueryBox( this, WB_YES_NO_CANCEL | WB_DEF_YES, aStr ); in AllowRenaming() local
559 long nRet = aQueryBox.Execute(); in AllowRenaming()
/trunk/main/xmlsecurity/workben/
H A Dsignaturetest.cxx542 …QueryBox aQueryBox( this, WB_YES_NO|WB_DEF_YES, String( RTL_CONSTASCII_USTRINGPARAM( "Found Signat… in IMPL_LINK() local
543 return ( aQueryBox.Execute() == RET_YES ) ? 1 : 0; in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx1187 QueryBox aQueryBox( static_cast<Window*>(this), WB_YES_NO | WB_DEF_YES, aQuery ); in deleteEntry() local
1188 aQueryBox.SetText( m_delQueryTitleStr ); in deleteEntry()
1189 if ( aQueryBox.Execute() == RET_NO ) in deleteEntry()

Completed in 79 milliseconds