Lines Matching refs:rEvt
435 void OTableWindow::MouseMove( const MouseEvent& rEvt ) in MouseMove() argument
437 Window::MouseMove(rEvt); in MouseMove()
443 Point aPos = rEvt.GetPosPixel(); in MouseMove()
477 void OTableWindow::MouseButtonDown( const MouseEvent& rEvt ) in MouseButtonDown() argument
485 Window::MouseButtonDown( rEvt ); in MouseButtonDown()
563 sal_Bool OTableWindow::HandleKeyInput( const KeyEvent& rEvt ) in HandleKeyInput() argument
565 const KeyCode& rCode = rEvt.GetKeyCode(); in HandleKeyInput()
629 void OTableWindow::Command(const CommandEvent& rEvt) in Command() argument
631 switch (rEvt.GetCommand()) in Command()
639 if ( rEvt.IsMouseEvent() ) in Command()
640 ptWhere = rEvt.GetMousePosPixel(); in Command()
661 Window::Command(rEvt); in Command()