Lines Matching defs:rEvent
575 void SAL_CALL PresenterSlideShowView::disposing (const lang::EventObject& rEvent) in disposing()
589 void SAL_CALL PresenterSlideShowView::windowPaint (const awt::PaintEvent& rEvent) in windowPaint()
613 void SAL_CALL PresenterSlideShowView::mousePressed (const awt::MouseEvent& rEvent) in mousePressed()
636 void SAL_CALL PresenterSlideShowView::mouseReleased (const awt::MouseEvent& rEvent) in mouseReleased()
652 void SAL_CALL PresenterSlideShowView::mouseEntered (const awt::MouseEvent& rEvent) in mouseEntered()
668 void SAL_CALL PresenterSlideShowView::mouseExited (const awt::MouseEvent& rEvent) in mouseExited()
686 void SAL_CALL PresenterSlideShowView::mouseDragged (const awt::MouseEvent& rEvent) in mouseDragged()
702 void SAL_CALL PresenterSlideShowView::mouseMoved (const awt::MouseEvent& rEvent) in mouseMoved()
720 void SAL_CALL PresenterSlideShowView::windowResized (const awt::WindowEvent& rEvent) in windowResized()
735 void SAL_CALL PresenterSlideShowView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
746 void SAL_CALL PresenterSlideShowView::windowShown (const lang::EventObject& rEvent) in windowShown()
756 void SAL_CALL PresenterSlideShowView::windowHidden (const lang::EventObject& rEvent) in windowHidden()
934 void PresenterSlideShowView::PaintInnerWindow (const awt::PaintEvent& rEvent) in PaintInnerWindow()