Home
last modified time | relevance | path

Searched refs:WrappedMouseMotionEvent (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx173 … 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()
H A Dslideshowviewimpl.hxx96 struct WrappedMouseMotionEvent : public ::com::sun::star::lang::EventObject struct
163WrappedMouseMotionEvent > SlideShowViewMouseMotionListeners_Base;
172 …const WrappedMouseMotionEvent& rEvent ) throw( ::com::sun::star::uno::Exception…