Searched refs:_rKEvt (Results 1 – 7 of 7) sorted by relevance
99 bool MnemonicEngine::HandleKeyEvent( const KeyEvent& _rKEvt ) in HandleKeyEvent() argument101 sal_Bool bAccelKey = _rKEvt.GetKeyCode().IsMod2(); in HandleKeyEvent()105 sal_Unicode cChar = _rKEvt.GetCharCode(); in HandleKeyEvent()
74 void RichTextViewPort::KeyInput( const KeyEvent& _rKEvt ) in KeyInput() argument76 if ( !m_pView->PostKeyEvent( _rKEvt ) ) in KeyInput()77 Control::KeyInput( _rKEvt ); in KeyInput()
58 virtual void KeyInput( const KeyEvent& _rKEvt );
166 inline bool HandleKeyInput( const KeyEvent& _rKEvt ) in HandleKeyInput() argument168 return m_aCreation.HandleKeyInput( _rKEvt ); in HandleKeyInput()
146 bool HandleKeyEvent( const KeyEvent& _rKEvt );
77 bool HandleKeyEvent( const KeyEvent& _rKEvt );
1623 bool SvLBox::HandleKeyInput( const KeyEvent& _rKEvt ) in HandleKeyInput() argument1626 && pLBoxImpl->m_aMnemonicEngine.HandleKeyEvent( _rKEvt ) in HandleKeyInput()1633 const bool bHandled = pLBoxImpl->m_aQuickSelectionEngine.HandleKeyEvent( _rKEvt ); in HandleKeyInput()
Completed in 32 milliseconds