Home
last modified time | relevance | path

Searched refs:rKEvt (Results 301 – 314 of 314) sorted by relevance

1...<<111213

/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx270 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx250 bool keyInput(const KeyEvent& rKEvt);
/trunk/main/sw/source/ui/inc/
H A Dmailmergehelper.hxx99 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5710 void ToolBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
5712 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
5807 DockingWindow::KeyInput( rKEvt ); in KeyInput()
5856 Application::GetFocusWindow()->KeyInput( rKEvt ); in KeyInput()
5892 DockingWindow::KeyInput( rKEvt ); in KeyInput()
H A Dwindow.cxx4880 void Window::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
4886 NotifyEvent aNEvt( EVENT_KEYINPUT, this, &rKEvt ); in KeyInput()
4893 void Window::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
4899 NotifyEvent aNEvt( EVENT_KEYUP, this, &rKEvt ); in KeyUp()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx1396 sal_Bool ScModule::InputKeyEvent( const KeyEvent& rKEvt, sal_Bool bStartEdit ) in InputKeyEvent() argument
1399 return ( pHdl ? pHdl->KeyInput( rKEvt, bStartEdit ) : sal_False ); in InputKeyEvent()
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx538 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx375 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx895 void SvxColorWindow_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
897 aColorSet.KeyInput(rKEvt); in KeyInput()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx313 void CustomAnimationPane::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
316 mpCustomAnimationList->KeyInput( rKEvt ); in KeyInput()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx263 sal_Bool PostKeyEvent( const KeyEvent& rKEvt );
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2785 KeyEvent rKEvt( 0 , tempKeycode ); in KeyInput() local
2786 ((Window*)&pEditWindow)->KeyInput( rKEvt ); in KeyInput()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx2241 sal_Bool SvImpLBox::KeyInput( const KeyEvent& rKEvt) in KeyInput() argument
2244 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
/trunk/main/sc/inc/
H A Ddocument.hxx1802 void KeyInput( const KeyEvent& rKEvt ); // TimerDelays etc.

Completed in 188 milliseconds

1...<<111213