Lines Matching refs:sal_uInt16
38 static sal_uInt16 aImplKeyFuncTab[(KEYFUNC_FRONT+1)*4] =
63 void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3,… in ImplGetKeyCode()
65 sal_uInt16 nIndex = (sal_uInt16)eFunc; in ImplGetKeyCode()
77 sal_uInt16 nDummy; in KeyCode()
100 sal_uInt16 nDummy; in KeyCode()
104 nCode = sal::static_int_cast<sal_uInt16>(nKeyCode | nModifier); in KeyCode()
133 sal_uInt16 nCompCode = GetModifier() | GetCode(); in GetFunction()
136 for ( sal_uInt16 i = (sal_uInt16)KEYFUNC_NEW; i < (sal_uInt16)KEYFUNC_FRONT; i++ ) in GetFunction()
138 sal_uInt16 nKeyCode1; in GetFunction()
139 sal_uInt16 nKeyCode2; in GetFunction()
140 sal_uInt16 nKeyCode3; in GetFunction()
141 sal_uInt16 nKeyCode4; in GetFunction()