Lines Matching refs:rKeyCode
1836 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
1837 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify()
1845 sal_Bool bShift = rKeyCode.IsShift(); in PreNotify()
1846 sal_Bool bCtrl = rKeyCode.IsMod1(); in PreNotify()
2659 const KeyCode& rKeyCode = pKEvt->GetKeyCode(); in PreNotify() local
2660 sal_uInt16 nKeyGroup = rKeyCode.GetGroup(); in PreNotify()
2661 sal_uInt16 nKey = rKeyCode.GetCode(); in PreNotify()
2662 if ( KEYGROUP_ALPHA == nKeyGroup && !isHandledKey( rKeyCode ) ) in PreNotify()
2667 else if ( rKeyCode.IsMod1() && ( KEY_F4 == nKey || KEY_W == nKey ) ) in PreNotify()
3264 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local
3265 sal_uInt16 nKey = rKeyCode.GetCode(); in PreNotify()
3266 if ( ( rKeyCode.IsMod2() && ( KEY_LEFT == nKey || KEY_RIGHT == nKey ) ) || in PreNotify()
3267 ( !rKeyCode.GetModifier() && KEY_BACKSPACE == nKey && !pIndexWin->HasFocusOnEdit() ) ) in PreNotify()
3269 DoAction( rKeyCode.GetCode() == KEY_RIGHT ? TBI_FORWARD : TBI_BACKWARD ); in PreNotify()
3272 else if ( rKeyCode.IsMod1() && ( KEY_F4 == nKey || KEY_W == nKey ) ) in PreNotify()