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 );
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 …]
/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/vcl/source/window/
H A Dmenu.cxx509 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() argument
5719 if ( !ImplHandleKeyEvent( rKEvent ) ) in KeyInput()
5720 Window::KeyInput( rKEvent ); in KeyInput()
5732 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in ImplHandleKeyEvent()
[all …]
/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.hxx108 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 bFromMenu = sal_T…

Completed in 121 milliseconds