Home
last modified time | relevance | path

Searched refs:WB_DEF_YES (Results 1 – 25 of 82) sorted by relevance

1234

/trunk/main/sw/source/ui/app/
H A Dapp.src382 DefButton = WB_DEF_YES ;
448 DEFBUTTON = WB_DEF_YES ;
509 DEFBUTTON = WB_DEF_YES ;
516 DefButton = WB_DEF_YES ;
524 DefButton = WB_DEF_YES ;
659 DEFBUTTON = WB_DEF_YES ;
/trunk/main/sw/source/ui/uiview/
H A Dview.src52 DEFBUTTON = WB_DEF_YES ;
88 DefButton = WB_DEF_YES ;
94 DefButton = WB_DEF_YES ;
/trunk/main/sc/source/ui/miscdlgs/
H A Dwarnbox.cxx37 WarningBox( pParent, WB_YES_NO | (bDefYes ? WB_DEF_YES : WB_DEF_NO), rMsgStr ) in ScCbWarningBox()
44 sal_Int16 nRet = (GetStyle() & WB_DEF_YES) ? RET_YES : RET_NO; in Execute()
H A Dsimpref.cxx57 #define QUERYBOX(m) QueryBox(this,WinBits(WB_YES_NO|WB_DEF_YES),m).Execute()
/trunk/main/editeng/source/misc/
H A Dlingu.src32 DEFBUTTON = WB_DEF_YES ;
38 DEFBUTTON = WB_DEF_YES ;
/trunk/main/sfx2/source/doc/
H A Ddoc.src32 DefButton = WB_DEF_YES ;
261 DEFBUTTON = WB_DEF_YES ;
483 DefButton = WB_DEF_YES ;
H A DQuerySaveDocument.cxx40 QueryBox aQBox( _pParent, WB_YES_NO_CANCEL | WB_DEF_YES, aText ); in ExecuteQuerySaveDocument()
/trunk/main/svx/source/dialog/
H A Dimapdlg.cxx317 QueryBox aQBox( this, WB_YES_NO_CANCEL | WB_DEF_YES, in Close()
332 QueryBox aQBox( this, WB_YES_NO_CANCEL | WB_DEF_YES, in Close()
936 ( QueryBox( this, WB_YES_NO | WB_DEF_YES, in IMPL_LINK()
H A D_contdlg.cxx499 QueryBox aQBox( this, WB_YES_NO_CANCEL | WB_DEF_YES, in Close()
840 QueryBox aQBox( this, WB_YES_NO | WB_DEF_YES, String( CONT_RESID( STR_CONTOURDLG_LINKED ) ) ); in IMPL_LINK()
1085 … QueryBox aQBox( this, WB_YES_NO | WB_DEF_YES, String( CONT_RESID( STR_CONTOURDLG_NEWPIPETTE ) ) ); in IMPL_LINK()
H A Dhyprlink.src153 DEFBUTTON = WB_DEF_YES ;
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx255 QueryBox aBox( 0, WinBits(WB_YES_NO | WB_DEF_YES), aMessage ); in Execute()
467 QueryBox aBox( GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in Execute()
504 QueryBox aBox( GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in Execute()
952 … QueryBox aBox( GetActiveDialogParent(), WinBits( WB_YES_NO | WB_DEF_YES ), in Execute()
1049 … WarningBox aBox( GetActiveDialogParent(), WinBits( WB_YES_NO | WB_DEF_YES ), in Execute()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1003 OSQLMessageBox aBox(getView(), sTitle,sMsg, WB_YES_NO_CANCEL | WB_DEF_YES); in checkColumns()
1133 OSQLWarningBox aMsg( getView(), aMessage, WB_YES_NO | WB_DEF_YES , &aError ); in alterColumns()
1190 OSQLWarningBox aMsg( getView(), aMessage, WB_YES_NO | WB_DEF_YES ); in alterColumns()
1257 OSQLMessageBox aMsg(getView(),aTitle,aMsgT,WB_YES_NO| WB_DEF_YES); in alterColumns()
H A Dtable.src313 DefButton = WB_DEF_YES ;
371 DefButton = WB_DEF_YES ;
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx102 if ( nStyle & WB_DEF_YES ) in ImplInitButtons()
113 if ( nStyle & WB_DEF_YES ) in ImplInitButtons()
/trunk/main/dbaccess/source/ui/app/
H A Dapp.src357 DefButton = WB_DEF_YES ;
363 DefButton = WB_DEF_YES ;
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx418 QueryBox aBox( this, WB_YES_NO | WB_DEF_YES, Closelinkmsg() ); in IMPL_LINK()
449 QueryBox aBox( this, WB_YES_NO | WB_DEF_YES, CloselinkmsgMulti() ); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx661 lcl_addButton( *this, BUTTON_YES, ( _nStyle & WB_DEF_YES ) != 0 ); in impl_createStandardButtons()
672 lcl_addButton( *this, BUTTON_YES, ( _nStyle & WB_DEF_YES ) != 0 ); in impl_createStandardButtons()
/trunk/main/scripting/source/runtimemgr/
H A DScriptExecDialog.src29 DefButton = WB_DEF_YES ;
/trunk/main/sw/source/ui/dialog/
H A Ddialog.src50 DEFBUTTON = WB_DEF_YES ;
/trunk/main/sw/source/ui/dochdl/
H A Ddochdl.src52 DEFBUTTON = WB_DEF_YES ;
/trunk/main/dbaccess/source/ui/relationdesign/
H A Drelation.src63 DefButton = WB_DEF_YES ;
/trunk/main/svtools/source/java/
H A Djavaerror.src43 DefButton = WB_DEF_YES ;
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx204 …if( !bQueryBox || (::QueryBox( 0, WinBits( WB_YES_NO | WB_DEF_YES ), ScGlobal::GetRscString( STR_Q… in DeleteScenario()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbabrw.src42 DefButton = WB_DEF_YES ;
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx257 OSQLWarningBox aDlg( m_pParent, sAskIfContinue, WB_YES_NO | WB_DEF_YES ); in insertNewRow()

Completed in 78 milliseconds

1234