Searched refs:aMP2 (Results 1 – 1 of 1) sorted by relevance
2590 static USHORT ImplSalGetKeyCode( Os2SalFrame* pFrame, MPARAM aMP1, MPARAM aMP2 ) in ImplSalGetKeyCode() argument2593 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplSalGetKeyCode()2594 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplSalGetKeyCode()2736 static sal_Unicode ImplConvertKey( Os2SalFrame* pFrame, MPARAM aMP1, MPARAM aMP2 ) in ImplConvertKey() argument2739 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplConvertKey()2740 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplConvertKey()