Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2771 sal_Unicode nSVCharCode = 0; in ImplHandleKeyMsg() local
2801 nSVCharCode = ImplConvertKey( pFrame, nMP1, nMP2 ); in ImplHandleKeyMsg()
2803 debug_printf("nSVCode %04x nSVCharCode %04x\n",nSVCode,nSVCharCode ); in ImplHandleKeyMsg()
2809 if ( !nSVCharCode ) in ImplHandleKeyMsg()
2813 nSVCharCode = nLastChar; in ImplHandleKeyMsg()
2827 nLastChar = nSVCharCode; in ImplHandleKeyMsg()
2830 if ( nSVCode || nSVCharCode ) in ImplHandleKeyMsg()
2836 aKeyEvt.mnCharCode = nSVCharCode; in ImplHandleKeyMsg()

Completed in 31 milliseconds