Searched refs:rKEvent (Results 1 – 14 of 14) sorted by relevance
80 virtual void KeyInput( const KeyEvent& rKEvent );807 ( (nCode == KEY_A) && rKEvent.GetKeyCode().IsMod1() && !rKEvent.GetKeyCode().IsMod2() ) in KeyInput()813 else if ( (nCode == KEY_S) && rKEvent.GetKeyCode().IsShift() && rKEvent.GetKeyCode().IsMod1() ) in KeyInput()832 bDone = mpExtTextView->KeyInput( rKEvent ); in KeyInput()836 bDone = mpExtTextView->KeyInput( rKEvent ); in KeyInput()840 Window::KeyInput( rKEvent ); in KeyInput()1486 …if ( ( rKEvent.GetKeyCode().GetCode() == KEY_W ) && rKEvent.GetKeyCode().IsMod1() && rKEvent.GetKe… in PreNotify()1496 if ( !rKEvent.GetKeyCode().IsShift() && ( rKEvent.GetKeyCode().GetGroup() == KEYGROUP_CURSOR ) ) in PreNotify()1507 switch ( rKEvent.GetKeyCode().GetCode() ) in PreNotify()1547 if ( rKEvent.GetKeyCode().IsMod1() ) in PreNotify()[all …]
38 void InfoEdit_Impl::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument40 if ( rKEvent.GetCharCode() != '~' ) in KeyInput()41 Edit::KeyInput( rKEvent ); in KeyInput()
509 virtual void KeyInput( const KeyEvent& rKEvent );723 virtual void KeyInput( const KeyEvent& rKEvent );4952 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput()5077 xub_Unicode nCharCode = rKEvent.GetCharCode(); in KeyInput()5097 …if ( !rKEvent.GetKeyCode().IsMod2() && ( nCode != KEY_HELP ) && ( rKEvent.GetKeyCode().GetGroup() … in KeyInput()5099 FloatingWindow::KeyInput( rKEvent ); in KeyInput()5717 void MenuBarWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument5719 if ( !ImplHandleKeyEvent( rKEvent ) ) in KeyInput()5720 Window::KeyInput( rKEvent ); in KeyInput()5732 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in ImplHandleKeyEvent()[all …]
534 void FEdit::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument536 KeyCode aCode = rKEvent.GetKeyCode(); in KeyInput()540 SVT_SEARCHPATH_DELIMITER != rKEvent.GetCharCode() ) in KeyInput()541 Edit::KeyInput( rKEvent ); in KeyInput()
135 void SvxNoSpaceEdit::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument139 const KeyCode& rKeyCode = rKEvent.GetKeyCode(); in KeyInput()150 Edit::KeyInput(rKEvent); in KeyInput()152 else if( rKEvent.GetKeyCode().GetCode() != KEY_SPACE ) in KeyInput()153 Edit::KeyInput(rKEvent); in KeyInput()
75 virtual void KeyInput( const KeyEvent& rKEvent );
1227 void ToolbarMenu::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument1230 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput()1266 if( nCode == KEY_F6 && !rKEvent.GetKeyCode().IsMod1() ) in KeyInput()1300 pForwardControl->KeyInput( rKEvent ); in KeyInput()
45 virtual void KeyInput( const KeyEvent& rKEvent );
43 virtual void KeyInput( const KeyEvent& rKEvent );
51 virtual void KeyInput( const KeyEvent& rKEvent );
66 virtual void KeyInput( const KeyEvent& rKEvent );
108 virtual void KeyInput( const KeyEvent& rKEvent );
208 virtual void KeyInput( const KeyEvent& rKEvent );
414 …SAL_DLLPRIVATE sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu = sal_T…
Completed in 76 milliseconds