Searched refs:nKeyFlags (Results 1 – 1 of 1) sorted by relevance
2596 USHORT nKeyFlags = SHORT1FROMMP( aMP1 ); in ImplSalGetKeyCode() local2604 if ( (nKeyFlags & KC_VIRTUALKEY) && (nKeyCode < KEY_TAB_SIZE) ) in ImplSalGetKeyCode()2612 if ( (nCharCode >= '0') && (nCharCode <= '9') && (!rSVCode || !(nKeyFlags & KC_SHIFT)) ) in ImplSalGetKeyCode()2654 if ( (nCharCode >= '0') && (nCharCode <= '9') && !(nKeyFlags & KC_SHIFT) ) in ImplSalGetKeyCode()2707 static sal_Unicode ImplGetCharCode( Os2SalFrame* pFrame, USHORT nKeyFlags, in ImplGetCharCode() argument2742 USHORT nKeyFlags = SHORT1FROMMP( aMP1 ); in ImplConvertKey() local2752 if ( (nKeyFlags & KC_CHAR) || (nKeyFlags & KC_CTRL) || (nKeyFlags & KC_ALT) ) in ImplConvertKey()2753 rSVCharCode = ImplGetCharCode( pFrame, nKeyFlags, nCharCode, nScanCode); in ImplConvertKey()3560 USHORT nKeyFlags = SHORT1FROMMP( pMsg->mp1 ); in SalFrameWndProc() local3563 if ( !(nKeyFlags & KC_KEYUP) && (nKeyFlags & KC_VIRTUALKEY) && in SalFrameWndProc()[all …]
Completed in 33 milliseconds