Home
last modified time | relevance | path

Searched refs:_rKEvt (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/vcl/source/window/
H A Dmnemonicengine.cxx99 bool MnemonicEngine::HandleKeyEvent( const KeyEvent& _rKEvt ) in HandleKeyEvent() argument
101 sal_Bool bAccelKey = _rKEvt.GetKeyCode().IsMod2(); in HandleKeyEvent()
105 sal_Unicode cChar = _rKEvt.GetCharCode(); in HandleKeyEvent()
/aoo41x/main/forms/source/richtext/
H A Drichtextviewport.cxx74 void RichTextViewPort::KeyInput( const KeyEvent& _rKEvt ) in KeyInput() argument
76 if ( !m_pView->PostKeyEvent( _rKEvt ) ) in KeyInput()
77 Control::KeyInput( _rKEvt ); in KeyInput()
H A Drichtextviewport.hxx58 virtual void KeyInput( const KeyEvent& _rKEvt );
/aoo41x/main/dbaccess/source/ui/app/
H A DAppDetailView.hxx166 inline bool HandleKeyInput( const KeyEvent& _rKEvt ) in HandleKeyInput() argument
168 return m_aCreation.HandleKeyInput( _rKEvt ); in HandleKeyInput()
/aoo41x/main/vcl/inc/vcl/
H A Dmnemonicengine.hxx146 bool HandleKeyEvent( const KeyEvent& _rKEvt );
H A Dquickselectionengine.hxx77 bool HandleKeyEvent( const KeyEvent& _rKEvt );
/aoo41x/main/svtools/source/contnr/
H A Dsvlbox.cxx1623 bool SvLBox::HandleKeyInput( const KeyEvent& _rKEvt ) in HandleKeyInput() argument
1626 && pLBoxImpl->m_aMnemonicEngine.HandleKeyEvent( _rKEvt ) in HandleKeyInput()
1633 const bool bHandled = pLBoxImpl->m_aQuickSelectionEngine.HandleKeyEvent( _rKEvt ); in HandleKeyInput()

Completed in 50 milliseconds