Lines Matching refs:rEvent

575 void SAL_CALL PresenterSlideShowView::disposing (const lang::EventObject& rEvent)  in disposing()  argument
578 if (rEvent.Source == mxViewWindow) in disposing()
580 else if (rEvent.Source == mxSlideShow) in disposing()
589 void SAL_CALL PresenterSlideShowView::windowPaint (const awt::PaintEvent& rEvent) in windowPaint() argument
600 if (rEvent.Source == mxWindow) in windowPaint()
601 PaintOuterWindow(rEvent.UpdateRect); in windowPaint()
603 PaintEndSlide(rEvent.UpdateRect); in windowPaint()
605 PaintInnerWindow(rEvent); in windowPaint()
613 void SAL_CALL PresenterSlideShowView::mousePressed (const awt::MouseEvent& rEvent) in mousePressed() argument
616 awt::MouseEvent aEvent (rEvent); in mousePressed()
630 mpPresenterController->HandleMouseClick(rEvent); in mousePressed()
636 void SAL_CALL PresenterSlideShowView::mouseReleased (const awt::MouseEvent& rEvent) in mouseReleased() argument
639 awt::MouseEvent aEvent (rEvent); in mouseReleased()
652 void SAL_CALL PresenterSlideShowView::mouseEntered (const awt::MouseEvent& rEvent) in mouseEntered() argument
655 awt::MouseEvent aEvent (rEvent); in mouseEntered()
668 void SAL_CALL PresenterSlideShowView::mouseExited (const awt::MouseEvent& rEvent) in mouseExited() argument
671 awt::MouseEvent aEvent (rEvent); in mouseExited()
686 void SAL_CALL PresenterSlideShowView::mouseDragged (const awt::MouseEvent& rEvent) in mouseDragged() argument
689 awt::MouseEvent aEvent (rEvent); in mouseDragged()
702 void SAL_CALL PresenterSlideShowView::mouseMoved (const awt::MouseEvent& rEvent) in mouseMoved() argument
705 awt::MouseEvent aEvent (rEvent); in mouseMoved()
720 void SAL_CALL PresenterSlideShowView::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
723 (void)rEvent; in windowResized()
735 void SAL_CALL PresenterSlideShowView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
738 (void)rEvent; in windowMoved()
746 void SAL_CALL PresenterSlideShowView::windowShown (const lang::EventObject& rEvent) in windowShown() argument
749 (void)rEvent; in windowShown()
756 void SAL_CALL PresenterSlideShowView::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
759 (void)rEvent; in windowHidden()
934 void PresenterSlideShowView::PaintInnerWindow (const awt::PaintEvent& rEvent) in PaintInnerWindow() argument
937 awt::PaintEvent aEvent (rEvent); in PaintInnerWindow()