Home
last modified time | relevance | path

Searched refs:WB_DEF_RETRY (Results 1 – 12 of 12) sorted by relevance

/AOO42X/main/tools/inc/tools/
H A Dwintypes.hxx253 #define WB_DEF_RETRY ((WinBits)0x08000000) macro
/AOO42X/main/dbaccess/source/ui/uno/
H A Ddbinteraction.cxx243 nDialogStyle = WB_RETRY_CANCEL | WB_DEF_RETRY; in implHandle()
/AOO42X/main/vcl/source/window/
H A Dmsgbox.cxx141 else if ( nStyle & WB_DEF_RETRY ) in ImplInitButtons()
/AOO42X/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx677 lcl_addButton( *this, BUTTON_RETRY, ( _nStyle & WB_DEF_RETRY ) != 0 ); in impl_createStandardButtons()
H A DConnectionHelper.cxx569 QueryBox aWhatToDo(GetParent(), WB_RETRY_CANCEL | WB_DEF_RETRY, sQuery); in checkPathExistence()
/AOO42X/main/basic/source/runtime/
H A Dmethods.cxx4272 nWinDefBits = (WB_DEF_OK | WB_DEF_RETRY | WB_DEF_YES); in RTLFUNC()
4278 nWinDefBits = WB_DEF_RETRY; in RTLFUNC()
4280 nWinDefBits = (WB_DEF_CANCEL | WB_DEF_RETRY | WB_DEF_NO); in RTLFUNC()
/AOO42X/main/rsc/source/parser/
H A Drscibas.cxx508 …ST( pMessDefButton, "WB_DEF_RETRY", sal::static_int_cast<sal_uInt32>(WB_DEF_RETRY) ); in InitMessDefButton()
/AOO42X/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx507 { WB_DEF_RETRY, awt::VclWindowPeerAttribute::DEF_RETRY, NULL, NOTYPE, 0, 0 },
/AOO42X/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx229 nWinBits |= WB_DEF_RETRY; in ImplGetWinBits()
/AOO42X/main/sc/source/ui/docshell/
H A Ddocsh.cxx809 … WarningBox aBox( GetActiveDialogParent(), WinBits( WB_RETRY_CANCEL | WB_DEF_RETRY ), aMessage ); in Notify()
/AOO42X/main/rsc/doku/feinkonz.43/
H A Drsc.doc2945 WB_DEF_CANCEL, WB_DEF_RETRY, WB_DEF_YES, oder WB_DEF_CANCEL
/AOO42X/main/automation/source/server/
H A Dstatemnt.cxx6662 else if ( Style & WB_DEF_RETRY ) in Execute()