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.cxx184 … const WrappedMouseMotionEvent& rEvent ) throw( uno::Exception ) in implTypedNotify()
188 case WrappedMouseMotionEvent::DRAGGED: in implTypedNotify()
192 case WrappedMouseMotionEvent::MOVED: in implTypedNotify()
622 WrappedMouseMotionEvent aEvent; in mouseDragged()
623 aEvent.meType = WrappedMouseMotionEvent::DRAGGED; in mouseDragged()
638 WrappedMouseMotionEvent aEvent; in mouseMoved()
639 aEvent.meType = WrappedMouseMotionEvent::MOVED; in mouseMoved()
H A Dslideshowviewimpl.hxx98 struct WrappedMouseMotionEvent : public ::com::sun::star::lang::EventObject struct
173WrappedMouseMotionEvent > SlideShowViewMouseMotionListeners_Base;
182 … const WrappedMouseMotionEvent& rEvent ) throw( ::com::sun::star::uno::Exception );

Completed in 17 milliseconds