Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/runtime/
H A Dmethods.cxx4256 WinBits nWinDefBits; in RTLFUNC() local
4257 nWinDefBits = (WB_DEF_OK | WB_DEF_RETRY | WB_DEF_YES); in RTLFUNC()
4261 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
4263 nWinDefBits = WB_DEF_RETRY; in RTLFUNC()
4265 nWinDefBits = (WB_DEF_CANCEL | WB_DEF_RETRY | WB_DEF_NO); in RTLFUNC()
4270 nWinDefBits = WB_DEF_IGNORE; in RTLFUNC()
4272 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
4275 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
4276 nWinBits |= nWinDefBits; in RTLFUNC()

Completed in 100 milliseconds