Home
last modified time | relevance | path

Searched refs:rKEvent (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx80 virtual void KeyInput( const KeyEvent& rKEvent );
802 void TextWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument
805 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 …]
/trunk/main/vcl/source/window/
H A Dmenu.cxx509 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() argument
3436 bDone = ((MenuBarWindow*)pWin)->ImplHandleKeyEvent( rKEvent, bFromMenu ); in ImplHandleKeyEvent()
4947 void MenuFloatingWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument
4952 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 …]
/trunk/main/sfx2/source/dialog/
H A Ddinfedt.cxx38 void InfoEdit_Impl::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument
40 if ( rKEvent.GetCharCode() != '~' ) in KeyInput()
41 Edit::KeyInput( rKEvent ); in KeyInput()
/trunk/main/sw/source/ui/misc/
H A Dglosbib.cxx534 void FEdit::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument
536 KeyCode aCode = rKEvent.GetKeyCode(); in KeyInput()
540 SVT_SEARCHPATH_DELIMITER != rKEvent.GetCharCode() ) in KeyInput()
541 Edit::KeyInput( rKEvent ); in KeyInput()
/trunk/main/cui/source/options/
H A Doptinet2.cxx135 void SvxNoSpaceEdit::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument
139 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()
H A Doptinet2.hxx75 virtual void KeyInput( const KeyEvent& rKEvent );
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1227 void ToolbarMenu::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument
1230 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput()
1266 if( nCode == KEY_F6 && !rKEvent.GetKeyCode().IsMod1() ) in KeyInput()
1300 pForwardControl->KeyInput( rKEvent ); in KeyInput()
/trunk/main/basctl/source/basicide/
H A Dbastype4.hxx45 virtual void KeyInput( const KeyEvent& rKEvent );
/trunk/main/sfx2/inc/sfx2/
H A Ddinfedt.hxx43 virtual void KeyInput( const KeyEvent& rKEvent );
/trunk/main/sw/source/ui/inc/
H A Dglosbib.hxx51 virtual void KeyInput( const KeyEvent& rKEvent );
/trunk/main/svtools/inc/svtools/
H A Dtoolbarmenu.hxx66 virtual void KeyInput( const KeyEvent& rKEvent );
/trunk/main/cui/source/inc/
H A Doptdict.hxx106 virtual void KeyInput( const KeyEvent& rKEvent );
H A Dautocdlg.hxx208 virtual void KeyInput( const KeyEvent& rKEvent );
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx414 …SAL_DLLPRIVATE sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMen…