Lines Matching refs:rEvent

179         virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
184 virtual void SAL_CALL notifyEvent (const css::document::EventObject& rEvent)
189 virtual void SAL_CALL statusChanged (const css::frame::FeatureStateEvent& rEvent)
245 virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
611 void SAL_CALL PresenterToolBar::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
614 (void)rEvent; in windowResized()
621 void SAL_CALL PresenterToolBar::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
624 (void)rEvent; in windowMoved()
630 void SAL_CALL PresenterToolBar::windowShown (const lang::EventObject& rEvent) in windowShown() argument
633 (void)rEvent; in windowShown()
640 void SAL_CALL PresenterToolBar::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
643 (void)rEvent; in windowHidden()
651 void SAL_CALL PresenterToolBar::windowPaint (const css::awt::PaintEvent& rEvent) in windowPaint() argument
662 PresenterGeometryHelper::CreatePolygon(rEvent.UpdateRect, mxCanvas->getDevice())); in windowPaint()
667 Paint(rEvent.UpdateRect, aViewState); in windowPaint()
680 void SAL_CALL PresenterToolBar::mousePressed (const css::awt::MouseEvent& rEvent) in mousePressed() argument
683 CheckMouseOver(rEvent, true, true); in mousePressed()
689 void SAL_CALL PresenterToolBar::mouseReleased (const css::awt::MouseEvent& rEvent) in mouseReleased() argument
692 CheckMouseOver(rEvent, true); in mouseReleased()
698 void SAL_CALL PresenterToolBar::mouseEntered (const css::awt::MouseEvent& rEvent) in mouseEntered() argument
701 CheckMouseOver(rEvent, true); in mouseEntered()
707 void SAL_CALL PresenterToolBar::mouseExited (const css::awt::MouseEvent& rEvent) in mouseExited() argument
710 CheckMouseOver(rEvent, false); in mouseExited()
718 void SAL_CALL PresenterToolBar::mouseMoved (const css::awt::MouseEvent& rEvent) in mouseMoved() argument
723 CheckMouseOver(rEvent, true); in mouseMoved()
729 void SAL_CALL PresenterToolBar::mouseDragged (const css::awt::MouseEvent& rEvent) in mouseDragged() argument
733 (void)rEvent; in mouseDragged()
1109 const css::awt::MouseEvent& rEvent, in CheckMouseOver() argument
1126 && aBox.X <= rEvent.X in CheckMouseOver()
1127 && aBox.Width+aBox.X-1 >= rEvent.X in CheckMouseOver()
1128 && aBox.Y <= rEvent.Y in CheckMouseOver()
1129 && aBox.Height+aBox.Y-1 >= rEvent.Y; in CheckMouseOver()
1132 bIsOver && rEvent.Buttons!=0 && bMouseDown && rEvent.ClickCount>0); in CheckMouseOver()
1249 void SAL_CALL PresenterToolBarView::windowPaint (const css::awt::PaintEvent& rEvent) in windowPaint() argument
1256 rEvent.UpdateRect, in windowPaint()
1561 void SAL_CALL Element::disposing (const css::lang::EventObject& rEvent) in disposing() argument
1564 (void)rEvent; in disposing()
1572 void SAL_CALL Element::notifyEvent (const css::document::EventObject& rEvent) in notifyEvent() argument
1575 (void)rEvent; in notifyEvent()
1584 void SAL_CALL Element::statusChanged (const css::frame::FeatureStateEvent& rEvent) in statusChanged() argument
1588 bool bIsEnabled (rEvent.IsEnabled); in statusChanged()
1589 rEvent.State >>= bIsSelected; in statusChanged()
1843 void SAL_CALL Button::disposing (const css::lang::EventObject& rEvent) in disposing() argument
1846 (void)rEvent; in disposing()
1848 Element::disposing(rEvent); in disposing()