Home
last modified time | relevance | path

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

/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx3884 BOOL bCharPeek = FALSE; in ImplHandleKeyMsg() local
3901 bCharPeek = ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
3903 if ( bCharPeek && (nDeadChar == aCharMsg.wParam) ) in ImplHandleKeyMsg()
3905 bCharPeek = FALSE; in ImplHandleKeyMsg()
3917 if ( !bCharPeek ) in ImplHandleKeyMsg()
3919 bCharPeek = ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
3924 if ( bCharPeek ) in ImplHandleKeyMsg()
3960 bIgnoreCharMsg = bCharPeek ? TRUE : FALSE; in ImplHandleKeyMsg()
3970 if ( bCharPeek ) in ImplHandleKeyMsg()