Searched refs:WrappedMouseMotionEvent (Results 1 – 2 of 2) sorted by relevance
173 … const WrappedMouseMotionEvent& rEvent ) throw( uno::Exception ) in implTypedNotify()177 case WrappedMouseMotionEvent::DRAGGED: in implTypedNotify()181 case WrappedMouseMotionEvent::MOVED: in implTypedNotify()609 WrappedMouseMotionEvent aEvent; in mouseDragged()610 aEvent.meType = WrappedMouseMotionEvent::DRAGGED; in mouseDragged()625 WrappedMouseMotionEvent aEvent; in mouseMoved()626 aEvent.meType = WrappedMouseMotionEvent::MOVED; in mouseMoved()
96 struct WrappedMouseMotionEvent : public ::com::sun::star::lang::EventObject struct163 … WrappedMouseMotionEvent > SlideShowViewMouseMotionListeners_Base;172 …const WrappedMouseMotionEvent& rEvent ) throw( ::com::sun::star::uno::Exception…