Home
last modified time | relevance | path

Searched refs:WB_ABORT_RETRY_IGNORE (Results 1 – 6 of 6) sorted by relevance

/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx909 if (! (bits & (WB_RETRY_CANCEL | WB_YES_NO_CANCEL | WB_ABORT_RETRY_IGNORE )))
911 if (! (bits & (WB_RETRY_CANCEL | WB_ABORT_RETRY_IGNORE)))
913 if ( bits & WB_ABORT_RETRY_IGNORE )
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx256 #define WB_ABORT_RETRY_IGNORE ((WinBits)SAL_CONST_INT64(0x1000000000)) macro
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx134 else if ( nStyle & WB_ABORT_RETRY_IGNORE ) in ImplInitButtons()
/trunk/main/rsc/source/parser/
H A Drscibas.cxx488 …ssButtons, "WB_ABORT_RETRY_IGNORE", sal::static_int_cast<sal_uInt32>(WB_ABORT_RETRY_IGNORE) ); in InitMessButtons()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1309 nAddWinBits |= WB_ABORT_RETRY_IGNORE; in createMessageBox()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4239 WB_ABORT_RETRY_IGNORE, // MB_ABORTRETRYIGNORE in RTLFUNC()