Lines Matching refs:rCode
565 const KeyCode& rCode = rEvt.GetKeyCode(); in HandleKeyInput() local
566 sal_uInt16 nCode = rCode.GetCode(); in HandleKeyInput()
567 sal_Bool bShift = rCode.IsShift(); in HandleKeyInput()
568 sal_Bool bCtrl = rCode.IsMod1(); in HandleKeyInput()
676 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify() local
677 if ( rCode.IsMod1() ) in PreNotify()
680 if ( rCode.IsShift() ) in PreNotify()
686 switch( rCode.GetCode() ) in PreNotify()
707 if ( rCode.IsShift() ) in PreNotify()
783 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify() local
784 sal_uInt16 nKeyCode = rCode.GetCode(); in PreNotify()
785 …if ( rCode.IsMod2() && nKeyCode != KEY_UP && nKeyCode != KEY_DOWN && nKeyCode != KEY_LEFT && nKeyC… in PreNotify()