Home
last modified time | relevance | path

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

1...<<111213

/trunk/main/sd/source/ui/inc/
H A DOutlineViewShell.hxx120 virtual sal_Bool KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin);
H A DSlideViewShell.hxx87 virtual sal_Bool KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin);
H A Dsdtreelb.hxx209 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/svx/inc/svx/
H A Ddlgctl3d.hxx191 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dfmview.hxx127 sal_Bool KeyInput(const KeyEvent& rKEvt, Window* pWin);
H A Dfmgridcl.hxx118 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dsvdview.hxx228 sal_Bool KeyInput(const KeyEvent& rKEvt, Window* pWin);
H A Dsvdedxv.hxx250 virtual sal_Bool KeyInput(const KeyEvent& rKEvt, Window* pWin);
/trunk/main/svtools/inc/svtools/
H A Dsvxbox.hxx178 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/sc/source/ui/inc/
H A Dinputwin.hxx82 virtual void KeyInput(const KeyEvent& rKEvt);
H A Dolinewin.hxx230 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dpreview.hxx108 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dfieldwnd.hxx163 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx1075 bool SlideShow::keyInput(const KeyEvent& rKEvt) in keyInput() argument
1077 return mxController.is() ? mxController->keyInput(rKEvt) : false; in keyInput()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.hxx89 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/cui/source/dialogs/
H A Dthesdlg_impl.hxx159 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/dbaccess/source/ui/inc/
H A Ddbtreelistbox.hxx124 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx160 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/vcl/inc/vcl/
H A Dscrbar.hxx102 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dtabctrl.hxx105 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/svx/inc/
H A Dgalbrws2.hxx81 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1322 bool ChartController::execute_KeyInput( const KeyEvent& rKEvt ) in execute_KeyInput() argument
1340 KeyCode aKeyCode( rKEvt.GetKeyCode()); in execute_KeyInput()
1354 if( pDrawViewWrapper->KeyInput(rKEvt,m_pChartWindow) ) in execute_KeyInput()
/trunk/main/starmath/source/
H A Dview.cxx345 void SmGraphicWindow::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
347 if (! (GetView() && GetView()->KeyInput(rKEvt)) ) in KeyInput()
348 ScrollableWindow::KeyInput(rKEvt); in KeyInput()
/trunk/main/basctl/source/inc/
H A Ddlged.hxx179 sal_Bool KeyInput( const KeyEvent& rKEvt );
/trunk/main/starmath/inc/
H A Dview.hxx70 virtual void KeyInput(const KeyEvent& rKEvt);

Completed in 90 milliseconds

1...<<111213