Searched refs:rKEvent (Results 1 – 14 of 14) sorted by relevance
80 virtual void KeyInput( const KeyEvent& rKEvent );802 void TextWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument805 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput()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()831 if ( !mbIgnoreTab || 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()1485 const KeyEvent& rKEvent = *rNEvt.GetKeyEvent(); in PreNotify() local[all …]
509 virtual void KeyInput( const KeyEvent& rKEvent );698 … sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu = sal_True );723 virtual void KeyInput( const KeyEvent& rKEvent );3424 sal_Bool MenuBar::ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu ) in ImplHandleKeyEvent() argument3436 bDone = ((MenuBarWindow*)pWin)->ImplHandleKeyEvent( rKEvent, bFromMenu ); in ImplHandleKeyEvent()4947 void MenuFloatingWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument4952 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput()4972 if( nCode == KEY_F6 && !rKEvent.GetKeyCode().IsMod1() ) in KeyInput()4984 … ((MenuBarWindow*)((MenuBar*)pMenu->pStartedFrom)->ImplGetWindow())->KeyInput( rKEvent ); in KeyInput()5006 … ((MenuBarWindow*)((MenuBar*)pMenu->pStartedFrom)->ImplGetWindow())->KeyInput( rKEvent ); in KeyInput()[all …]
38 void InfoEdit_Impl::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument40 if ( rKEvent.GetCharCode() != '~' ) in KeyInput()41 Edit::KeyInput( rKEvent ); in KeyInput()
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 );
106 virtual void KeyInput( const KeyEvent& rKEvent );
208 virtual void KeyInput( const KeyEvent& rKEvent );
414 …SAL_DLLPRIVATE sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMen…