Home
last modified time | relevance | path

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

/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx2767 sal_Unicode nSVCharCode = 0; in ImplHandleKeyMsg() local
2797 nSVCharCode = ImplConvertKey( pFrame, nMP1, nMP2 ); in ImplHandleKeyMsg()
2799 debug_printf("nSVCode %04x nSVCharCode %04x\n",nSVCode,nSVCharCode ); in ImplHandleKeyMsg()
2805 if ( !nSVCharCode ) in ImplHandleKeyMsg()
2809 nSVCharCode = nLastChar; in ImplHandleKeyMsg()
2823 nLastChar = nSVCharCode; in ImplHandleKeyMsg()
2826 if ( nSVCode || nSVCharCode ) in ImplHandleKeyMsg()
2832 aKeyEvt.mnCharCode = nSVCharCode; in ImplHandleKeyMsg()