Lines Matching refs:rKEvt
1428 void ValueSet::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1437 Control::KeyInput( rKEvt ); in KeyInput()
1449 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
1475 if ( rKEvt.GetKeyCode().GetCode()==KEY_LEFT ) in KeyInput()
1518 if( rKEvt.GetKeyCode().GetCode() != KEY_PAGEUP || in KeyInput()
1519 …( !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsMod2() ) ) in KeyInput()
1521 … const long nLineCount = ( ( KEY_UP == rKEvt.GetKeyCode().GetCode() ) ? 1 : mnVisLines ); in KeyInput()
1562 Control::KeyInput( rKEvt ); in KeyInput()
1569 if( rKEvt.GetKeyCode().GetCode() != KEY_PAGEDOWN || in KeyInput()
1570 …( !rKEvt.GetKeyCode().IsShift() && !rKEvt.GetKeyCode().IsMod1() && !rKEvt.GetKeyCode().IsMod2() ) ) in KeyInput()
1572 … const long nLineCount = ( ( KEY_DOWN == rKEvt.GetKeyCode().GetCode() ) ? 1 : mnVisLines ); in KeyInput()
1583 if( (KEY_DOWN == rKEvt.GetKeyCode().GetCode() ) && (GetStyle() & WB_MENUSTYLEVALUESET) ) in KeyInput()
1587 pParent->KeyInput( rKEvt ); in KeyInput()
1607 Control::KeyInput( rKEvt ); in KeyInput()
1620 Control::KeyInput( rKEvt ); in KeyInput()