Searched refs:nSVCharCode (Results 1 – 1 of 1) sorted by relevance
2767 sal_Unicode nSVCharCode = 0; in ImplHandleKeyMsg() local2797 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()