Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dmnemonicengine.cxx82 bool MnemonicEngine::HandleKeyEvent( const KeyEvent& _rKEvt ) in HandleKeyEvent() argument
84 bool bAccelKey = _rKEvt.GetKeyCode().IsMod2(); in HandleKeyEvent()
88 sal_Unicode cChar = _rKEvt.GetCharCode(); in HandleKeyEvent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Drichtextviewport.cxx63 void RichTextViewPort::KeyInput( const KeyEvent& _rKEvt ) in KeyInput() argument
65 if ( !m_pView->PostKeyEvent( _rKEvt ) ) in KeyInput()
66 Control::KeyInput( _rKEvt ); in KeyInput()
H A Drichtextviewport.hxx48 virtual void KeyInput( const KeyEvent& _rKEvt ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Drichtextviewport.cxx63 void RichTextViewPort::KeyInput( const KeyEvent& _rKEvt ) in KeyInput() argument
65 if ( !m_pView->PostKeyEvent( _rKEvt ) ) in KeyInput()
66 Control::KeyInput( _rKEvt ); in KeyInput()
H A Drichtextviewport.hxx49 virtual void KeyInput( const KeyEvent& _rKEvt ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dmnemonicengine.hxx144 bool HandleKeyEvent( const KeyEvent& _rKEvt );
H A Dquickselectionengine.hxx74 bool HandleKeyEvent( const KeyEvent& _rKEvt );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dquickselectionengine.hxx74 bool HandleKeyEvent( const KeyEvent& _rKEvt );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/app/
H A DAppDetailView.hxx136 bool HandleKeyInput( const KeyEvent& _rKEvt ) in HandleKeyInput() argument
138 return m_aCreation->HandleKeyInput( _rKEvt ); in HandleKeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dtreelistbox.cxx1023 bool SvTreeListBox::HandleKeyInput( const KeyEvent& _rKEvt ) in HandleKeyInput() argument
1025 if ( _rKEvt.GetKeyCode().IsMod1() ) in HandleKeyInput()
1029 && mpImpl->m_aMnemonicEngine.HandleKeyEvent( _rKEvt ) in HandleKeyInput()
1036 const bool bHandled = mpImpl->m_aQuickSelectionEngine.HandleKeyEvent( _rKEvt ); in HandleKeyInput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dtreelistbox.cxx991 bool SvTreeListBox::HandleKeyInput( const KeyEvent& _rKEvt ) in HandleKeyInput() argument
993 if ( _rKEvt.GetKeyCode().IsMod1() ) in HandleKeyInput()
999 const bool bHandled = mpImpl->m_aQuickSelectionEngine.HandleKeyEvent( _rKEvt ); in HandleKeyInput()