Lines Matching refs:rEvent

419 void SAL_CALL PresenterScrollBar::windowResized (const css::awt::WindowEvent& rEvent)  in windowResized()  argument
422 (void)rEvent; in windowResized()
429 void SAL_CALL PresenterScrollBar::windowMoved (const css::awt::WindowEvent& rEvent) in windowMoved() argument
432 (void)rEvent; in windowMoved()
438 void SAL_CALL PresenterScrollBar::windowShown (const css::lang::EventObject& rEvent) in windowShown() argument
441 (void)rEvent; in windowShown()
447 void SAL_CALL PresenterScrollBar::windowHidden (const css::lang::EventObject& rEvent) in windowHidden() argument
450 (void)rEvent; in windowHidden()
458 void SAL_CALL PresenterScrollBar::windowPaint (const css::awt::PaintEvent& rEvent) in windowPaint() argument
463 awt::Rectangle aRepaintBox (rEvent.UpdateRect); in windowPaint()
480 void SAL_CALL PresenterScrollBar::mousePressed (const css::awt::MouseEvent& rEvent) in mousePressed() argument
483 maDragAnchor.X = rEvent.X; in mousePressed()
484 maDragAnchor.Y = rEvent.Y; in mousePressed()
485 meButtonDownArea = GetArea(rEvent.X, rEvent.Y); in mousePressed()
493 void SAL_CALL PresenterScrollBar::mouseReleased (const css::awt::MouseEvent& rEvent) in mouseReleased() argument
496 (void)rEvent; in mouseReleased()
507 void SAL_CALL PresenterScrollBar::mouseEntered (const css::awt::MouseEvent& rEvent) in mouseEntered() argument
510 (void)rEvent; in mouseEntered()
516 void SAL_CALL PresenterScrollBar::mouseExited (const css::awt::MouseEvent& rEvent) in mouseExited() argument
519 (void)rEvent; in mouseExited()
538 void SAL_CALL PresenterScrollBar::mouseMoved (const css::awt::MouseEvent& rEvent) in mouseMoved() argument
541 const Area eArea (GetArea(rEvent.X, rEvent.Y)); in mouseMoved()
557 void SAL_CALL PresenterScrollBar::mouseDragged (const css::awt::MouseEvent& rEvent) in mouseDragged() argument
568 const double nDragDistance (GetDragDistance(rEvent.X,rEvent.Y)); in mouseDragged()
581 void SAL_CALL PresenterScrollBar::disposing (const css::lang::EventObject& rEvent) in disposing() argument
584 if (rEvent.Source == mxWindow) in disposing()