Home
last modified time | relevance | path

Searched refs:nButtonCombination (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/vcl/win/source/app/
H A Dsalinfo.cxx258 …NativeMessageBox(const String& rTitle, const String& rMessage, int nButtonCombination, int nDefaul… in ShowNativeMessageBox() argument
260 DBG_ASSERT( nButtonCombination >= SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK && in ShowNativeMessageBox()
261 nButtonCombination <= SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL && in ShowNativeMessageBox()
265 int nFlags = MB_TASKMODAL | MB_SETFOREGROUND | MB_ICONWARNING | nButtonCombination; in ShowNativeMessageBox()
267 if (nButtonCombination >= SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK && in ShowNativeMessageBox()
268 nButtonCombination <= SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL && in ShowNativeMessageBox()
271 nFlags |= DEFAULT_BTN_MAPPING_TABLE[nButtonCombination][nDefaultButton]; in ShowNativeMessageBox()
/trunk/main/vcl/unx/headless/
H A Dsvpdummies.hxx88 int nButtonCombination,
/trunk/main/vcl/unx/generic/app/
H A Dsalsys.cxx169 …NativeMessageBox(const String& rTitle, const String& rMessage, int nButtonCombination, int nDefaul… in ShowNativeMessageBox() argument
175 if( nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK || in ShowNativeMessageBox()
176 nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK_CANCEL ) in ShowNativeMessageBox()
181 if( nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO_CANCEL || in ShowNativeMessageBox()
182 nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO ) in ShowNativeMessageBox()
191 if( nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK_CANCEL || in ShowNativeMessageBox()
192 nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO_CANCEL || in ShowNativeMessageBox()
193 nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL ) in ShowNativeMessageBox()
195 if( nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL ) in ShowNativeMessageBox()
205 if( nButtonCombination == SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_ABORT_RETRY_IGNORE ) in ShowNativeMessageBox()
/trunk/main/vcl/inc/win/
H A Dsalsys.h74 int nButtonCombination,
/trunk/main/vcl/os2/source/app/
H A Dsalinfo.cxx63 int nButtonCombination,
130 …NativeMessageBox(const String& rTitle, const String& rMessage, int nButtonCombination, int nDefaul… in ShowNativeMessageBox() argument
132 DBG_ASSERT( nButtonCombination >= SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK && in ShowNativeMessageBox()
133 nButtonCombination <= SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL && in ShowNativeMessageBox()
137 int nFlags = MB_APPLMODAL | MB_WARNING | COMBI_BTN_MAPPING_TABLE[nButtonCombination]; in ShowNativeMessageBox()
139 if (nButtonCombination >= SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK && in ShowNativeMessageBox()
140 nButtonCombination <= SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL && in ShowNativeMessageBox()
143 nFlags |= DEFAULT_BTN_MAPPING_TABLE[nButtonCombination][nDefaultButton]; in ShowNativeMessageBox()
/trunk/main/vcl/inc/unx/
H A Dsalsys.h59 int nButtonCombination,
/trunk/main/vcl/inc/
H A Dsalsys.hxx136 int nButtonCombination,
/trunk/main/vcl/inc/aqua/
H A Dsalsys.h51 int nButtonCombination,
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx138 int nButtonCombination, in ShowNativeMessageBox() argument
173 if( aButtonIds[nC].nCombination == nButtonCombination ) in ShowNativeMessageBox()

Completed in 26 milliseconds