Searched refs:bExit (Results 1 – 4 of 4) sorted by relevance
311 bool bExit = false; in FX_ParseDateUsingFormat() local317 if (bExit) in FX_ParseDateUsingFormat()500 bExit = true; in FX_ParseDateUsingFormat()508 bExit = true; in FX_ParseDateUsingFormat()515 bExit = true; in FX_ParseDateUsingFormat()518 bExit = true; in FX_ParseDateUsingFormat()
432 bool bExit; in OnKeyDown() local433 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnKeyDown()442 if (bExit) in OnKeyDown()490 bool bExit = false; in OnChar() local515 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnChar()526 if (bExit) in OnChar()
262 bool bExit; in OnNotifySelectionChanged() local263 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()270 return bExit; in OnNotifySelectionChanged()
937 bool bExit = false; in OnBeforeKeyStroke() local945 bExit = true; in OnBeforeKeyStroke()954 return {false, bExit}; in OnBeforeKeyStroke()