Lines Matching refs:EventMultiplexer

729 EventMultiplexer::EventMultiplexer( EventQueue&             rEventQueue,  in EventMultiplexer()  function in slideshow::internal::EventMultiplexer
735 EventMultiplexer::~EventMultiplexer() in ~EventMultiplexer()
740 void EventMultiplexer::clear() in clear()
745 void EventMultiplexer::setAutomaticMode( bool bIsAuto ) in setAutomaticMode()
755 bool EventMultiplexer::getAutomaticMode() const in getAutomaticMode()
760 void EventMultiplexer::setAutomaticTimeout( double nTimeout ) in setAutomaticTimeout()
765 double EventMultiplexer::getAutomaticTimeout() const in getAutomaticTimeout()
770 void EventMultiplexer::addNextEffectHandler( in addNextEffectHandler()
783 void EventMultiplexer::removeNextEffectHandler( in removeNextEffectHandler()
792 void EventMultiplexer::addSlideStartHandler( in addSlideStartHandler()
798 void EventMultiplexer::removeSlideStartHandler( in removeSlideStartHandler()
804 void EventMultiplexer::addSlideEndHandler( in addSlideEndHandler()
810 void EventMultiplexer::removeSlideEndHandler( in removeSlideEndHandler()
816 void EventMultiplexer::addAnimationStartHandler( in addAnimationStartHandler()
822 void EventMultiplexer::removeAnimationStartHandler( in removeAnimationStartHandler()
828 void EventMultiplexer::addAnimationEndHandler( in addAnimationEndHandler()
834 void EventMultiplexer::removeAnimationEndHandler( in removeAnimationEndHandler()
840 void EventMultiplexer::addSlideAnimationsEndHandler( in addSlideAnimationsEndHandler()
846 void EventMultiplexer::removeSlideAnimationsEndHandler( in removeSlideAnimationsEndHandler()
852 void EventMultiplexer::addAudioStoppedHandler( in addAudioStoppedHandler()
858 void EventMultiplexer::removeAudioStoppedHandler( in removeAudioStoppedHandler()
864 void EventMultiplexer::addCommandStopAudioHandler( in addCommandStopAudioHandler()
870 void EventMultiplexer::removeCommandStopAudioHandler( in removeCommandStopAudioHandler()
876 void EventMultiplexer::addPauseHandler( in addPauseHandler()
882 void EventMultiplexer::removePauseHandler( in removePauseHandler()
888 void EventMultiplexer::addViewHandler( in addViewHandler()
894 void EventMultiplexer::removeViewHandler( const ViewEventHandlerWeakPtr& rHandler ) in removeViewHandler()
899 void EventMultiplexer::addViewRepaintHandler( const ViewRepaintHandlerSharedPtr& rHandler ) in addViewRepaintHandler()
904 void EventMultiplexer::removeViewRepaintHandler( const ViewRepaintHandlerSharedPtr& rHandler ) in removeViewRepaintHandler()
909 void EventMultiplexer::addShapeListenerHandler( const ShapeListenerEventHandlerSharedPtr& rHandler ) in addShapeListenerHandler()
914 void EventMultiplexer::removeShapeListenerHandler( const ShapeListenerEventHandlerSharedPtr& rHandl… in removeShapeListenerHandler()
919 void EventMultiplexer::addUserPaintHandler( const UserPaintEventHandlerSharedPtr& rHandler ) in addUserPaintHandler()
924 void EventMultiplexer::removeUserPaintHandler( const UserPaintEventHandlerSharedPtr& rHandler ) in removeUserPaintHandler()
929 void EventMultiplexer::addShapeCursorHandler( const ShapeCursorEventHandlerSharedPtr& rHandler ) in addShapeCursorHandler()
934 void EventMultiplexer::removeShapeCursorHandler( const ShapeCursorEventHandlerSharedPtr& rHandler ) in removeShapeCursorHandler()
939 void EventMultiplexer::addClickHandler( in addClickHandler()
952 void EventMultiplexer::removeClickHandler( in removeClickHandler()
964 void EventMultiplexer::addDoubleClickHandler( in addDoubleClickHandler()
977 void EventMultiplexer::removeDoubleClickHandler( in removeDoubleClickHandler()
989 void EventMultiplexer::addMouseMoveHandler( in addMouseMoveHandler()
1002 void EventMultiplexer::removeMouseMoveHandler( in removeMouseMoveHandler()
1015 void EventMultiplexer::addHyperlinkHandler( const HyperlinkHandlerSharedPtr& rHandler, in addHyperlinkHandler()
1024 void EventMultiplexer::removeHyperlinkHandler( const HyperlinkHandlerSharedPtr& rHandler ) in removeHyperlinkHandler()
1032 bool EventMultiplexer::notifyShapeListenerAdded( in notifyShapeListenerAdded()
1043 bool EventMultiplexer::notifyShapeListenerRemoved( in notifyShapeListenerRemoved()
1054 bool EventMultiplexer::notifyShapeCursorChange( in notifyShapeCursorChange()
1065 bool EventMultiplexer::notifyUserPaintColor( RGBColor const& rUserColor ) in notifyUserPaintColor()
1073 bool EventMultiplexer::notifyUserPaintStrokeWidth( double rUserStrokeWidth ) in notifyUserPaintStrokeWidth()
1081 bool EventMultiplexer::notifyUserPaintDisabled() in notifyUserPaintDisabled()
1087 bool EventMultiplexer::notifySwitchPenMode(){ in notifySwitchPenMode()
1092 bool EventMultiplexer::notifySwitchEraserMode(){ in notifySwitchEraserMode()
1098 bool EventMultiplexer::notifyEraseAllInk( bool const& rEraseAllInk ) in notifyEraseAllInk()
1107 bool EventMultiplexer::notifyEraseInkWidth( sal_Int32 rEraseInkSize ) in notifyEraseInkWidth()
1115 bool EventMultiplexer::notifyNextEffect() in notifyNextEffect()
1120 bool EventMultiplexer::notifySlideStartEvent() in notifySlideStartEvent()
1126 bool EventMultiplexer::notifySlideEndEvent() in notifySlideEndEvent()
1132 bool EventMultiplexer::notifyAnimationStart( in notifyAnimationStart()
1139 bool EventMultiplexer::notifyAnimationEnd( in notifyAnimationEnd()
1146 bool EventMultiplexer::notifySlideAnimationsEnd() in notifySlideAnimationsEnd()
1152 bool EventMultiplexer::notifyAudioStopped( in notifyAudioStopped()
1160 bool EventMultiplexer::notifyCommandStopAudio( in notifyCommandStopAudio()
1168 bool EventMultiplexer::notifyPauseMode( bool bPauseShow ) in notifyPauseMode()
1175 bool EventMultiplexer::notifyViewAdded( const UnoViewSharedPtr& rView ) in notifyViewAdded()
1197 bool EventMultiplexer::notifyViewRemoved( const UnoViewSharedPtr& rView ) in notifyViewRemoved()
1220 bool EventMultiplexer::notifyViewChanged( const UnoViewSharedPtr& rView ) in notifyViewChanged()
1228 bool EventMultiplexer::notifyViewChanged( const uno::Reference<presentation::XSlideShowView>& xView… in notifyViewChanged()
1238 bool EventMultiplexer::notifyViewsChanged() in notifyViewsChanged()
1244 bool EventMultiplexer::notifyViewClobbered( in notifyViewClobbered()
1258 bool EventMultiplexer::notifyHyperlinkClicked( in notifyHyperlinkClicked()
1267 bool EventMultiplexer::notifySlideTransitionStarted() in notifySlideTransitionStarted()