Lines Matching refs:rKEvt

311 void __EXPORT MyView::KeyInput( const KeyEvent& rKEvt )  in KeyInput()  argument
313 pEditView->PostKeyEvent( rKEvt ); in KeyInput()
1530 void __EXPORT EditViewWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1532 sal_Unicode nCharCode = rKEvt.GetCharCode(); in KeyInput()
1534 USHORT nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
1536 if ( ( nCode == KEY_A) && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1538 else if ( ( nCode == KEY_R ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1540 else if ( ( nCode == KEY_L ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1547 else if ( ( nCode == KEY_Z ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1551 else if ( ( nCode == KEY_V ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1556 else if ( ( ( nCode == KEY_ADD ) || ( nCode == KEY_SUBTRACT ) )&& rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1569 if ( rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1576 else if ( rKEvt.GetKeyCode().IsMod2() && in KeyInput()
1580 if( rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1615 else if ( ( nCode == KEY_O ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1622 else if ( ( nCode == KEY_B ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1628 else if ( ( nCode == KEY_P ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1638 else if ( rKEvt.GetKeyCode().IsMod2() && in KeyInput()
1654 else if ( rKEvt.GetKeyCode().IsMod2() && ( nCode == KEY_0 ) ) in KeyInput()
1669 else if ( ( nCode == KEY_J ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1680 else if ( ( nCode == KEY_H ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1699 BOOL bDone = pEditView->PostKeyEvent( rKEvt ); in KeyInput()
1701 Window::KeyInput( rKEvt ); in KeyInput()