Lines Matching refs:nKey
269 sal_uInt16 nKey = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
272 if( KEY_UP == nKey || KEY_DOWN == nKey || in KeyInput()
273 KEY_LEFT == nKey || KEY_RIGHT == nKey || in KeyInput()
274 KEY_ESCAPE == nKey ||KEY_RETURN == nKey ) in KeyInput()
279 switch(nKey) in KeyInput()
320 else if(KEY_MOD1 == nModifier && KEY_RETURN == nKey) in KeyInput()
631 sal_uInt16 nKey = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
634 if( KEY_LEFT == nKey || KEY_RIGHT == nKey || in KeyInput()
635 KEY_RETURN == nKey ||KEY_ESCAPE == nKey || in KeyInput()
636 KEY_UP == nKey) in KeyInput()
640 switch(nKey) in KeyInput()
669 else if(KEY_MOD1 == nModifier && KEY_RETURN == nKey) in KeyInput()