Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx918 if (! (bits & (WB_RETRY_CANCEL | WB_YES_NO_CANCEL | WB_ABORT_RETRY_IGNORE )))
920 if (! (bits & (WB_RETRY_CANCEL | WB_ABORT_RETRY_IGNORE)))
922 if ( bits & WB_ABORT_RETRY_IGNORE )
/AOO41X/main/tools/inc/tools/
H A Dwintypes.hxx256 #define WB_ABORT_RETRY_IGNORE ((WinBits)SAL_CONST_INT64(0x1000000000)) macro
/AOO41X/main/vcl/source/window/
H A Dmsgbox.cxx134 else if ( nStyle & WB_ABORT_RETRY_IGNORE ) in ImplInitButtons()
/AOO41X/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()
/AOO41X/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1309 nAddWinBits |= WB_ABORT_RETRY_IGNORE; in createMessageBox()
/AOO41X/main/basic/source/runtime/
H A Dmethods.cxx4239 WB_ABORT_RETRY_IGNORE, // MB_ABORTRETRYIGNORE in RTLFUNC()