Home
last modified time | relevance | path

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

/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx3883 MSG aCharMsg; in ImplHandleKeyMsg() local
3901 bCharPeek = ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
3903 if ( bCharPeek && (nDeadChar == aCharMsg.wParam) ) in ImplHandleKeyMsg()
3910 ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
3919 bCharPeek = ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
3925 aKeyEvt.mnCharCode = ImplGetCharCode( pFrame, aCharMsg.wParam ); in ImplHandleKeyMsg()
3975 ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()