Lines Matching refs:mpImpl

731     mpImpl( new EventMultiplexerImpl(rEventQueue, rViewContainer) )  in EventMultiplexer()
742 mpImpl->clear(); in clear()
747 if( bIsAuto == mpImpl->mbIsAutoMode ) in setAutomaticMode()
750 mpImpl->mbIsAutoMode = bIsAuto; in setAutomaticMode()
752 mpImpl->handleTicks(); in setAutomaticMode()
757 return mpImpl->mbIsAutoMode; in getAutomaticMode()
762 mpImpl->mnTimeout = nTimeout; in setAutomaticTimeout()
767 return mpImpl->mnTimeout; in getAutomaticTimeout()
774 mpImpl->maNextEffectHandlers.addSorted( in addNextEffectHandler()
780 mpImpl->handleTicks(); in addNextEffectHandler()
786 mpImpl->maNextEffectHandlers.remove( in removeNextEffectHandler()
795 mpImpl->maSlideStartHandlers.add( rHandler ); in addSlideStartHandler()
801 mpImpl->maSlideStartHandlers.remove( rHandler ); in removeSlideStartHandler()
807 mpImpl->maSlideEndHandlers.add( rHandler ); in addSlideEndHandler()
813 mpImpl->maSlideEndHandlers.remove( rHandler ); in removeSlideEndHandler()
819 mpImpl->maAnimationStartHandlers.add( rHandler ); in addAnimationStartHandler()
825 mpImpl->maAnimationStartHandlers.remove( rHandler ); in removeAnimationStartHandler()
831 mpImpl->maAnimationEndHandlers.add( rHandler ); in addAnimationEndHandler()
837 mpImpl->maAnimationEndHandlers.remove( rHandler ); in removeAnimationEndHandler()
843 mpImpl->maSlideAnimationsEndHandlers.add( rHandler ); in addSlideAnimationsEndHandler()
849 mpImpl->maSlideAnimationsEndHandlers.remove( rHandler ); in removeSlideAnimationsEndHandler()
855 mpImpl->maAudioStoppedHandlers.add( rHandler ); in addAudioStoppedHandler()
861 mpImpl->maAudioStoppedHandlers.remove( rHandler ); in removeAudioStoppedHandler()
867 mpImpl->maCommandStopAudioHandlers.add( rHandler ); in addCommandStopAudioHandler()
873 mpImpl->maCommandStopAudioHandlers.remove( rHandler ); in removeCommandStopAudioHandler()
879 mpImpl->maPauseHandlers.add( rHandler ); in addPauseHandler()
885 mpImpl->maPauseHandlers.remove( rHandler ); in removePauseHandler()
891 mpImpl->maViewHandlers.add( rHandler ); in addViewHandler()
896 mpImpl->maViewHandlers.remove( rHandler ); in removeViewHandler()
901 mpImpl->maViewRepaintHandlers.add( rHandler ); in addViewRepaintHandler()
906 mpImpl->maViewRepaintHandlers.remove( rHandler ); in removeViewRepaintHandler()
911 mpImpl->maShapeListenerHandlers.add( rHandler ); in addShapeListenerHandler()
916 mpImpl->maShapeListenerHandlers.remove( rHandler ); in removeShapeListenerHandler()
921 mpImpl->maUserPaintEventHandlers.add( rHandler ); in addUserPaintHandler()
926 mpImpl->maUserPaintEventHandlers.remove( rHandler ); in removeUserPaintHandler()
931 mpImpl->maShapeCursorHandlers.add( rHandler ); in addShapeCursorHandler()
936 mpImpl->maShapeCursorHandlers.remove( rHandler ); in removeShapeCursorHandler()
943 mpImpl->addMouseHandler( in addClickHandler()
944 mpImpl->maMouseClickHandlers, in addClickHandler()
947 mpImpl->isMouseListenerRegistered() in addClickHandler()
955 mpImpl->maMouseClickHandlers.remove( in removeClickHandler()
960 if( !mpImpl->isMouseListenerRegistered() ) in removeClickHandler()
961 mpImpl->forEachView( &presentation::XSlideShowView::removeMouseListener ); in removeClickHandler()
968 mpImpl->addMouseHandler( in addDoubleClickHandler()
969 mpImpl->maMouseDoubleClickHandlers, in addDoubleClickHandler()
972 mpImpl->isMouseListenerRegistered() in addDoubleClickHandler()
980 mpImpl->maMouseDoubleClickHandlers.remove( in removeDoubleClickHandler()
985 if( !mpImpl->isMouseListenerRegistered() ) in removeDoubleClickHandler()
986 mpImpl->forEachView( &presentation::XSlideShowView::removeMouseListener ); in removeDoubleClickHandler()
993 mpImpl->addMouseHandler( in addMouseMoveHandler()
994 mpImpl->maMouseMoveHandlers, in addMouseMoveHandler()
997 mpImpl->maMouseMoveHandlers.isEmpty() in addMouseMoveHandler()
1005 mpImpl->maMouseMoveHandlers.remove( in removeMouseMoveHandler()
1010 if( mpImpl->maMouseMoveHandlers.isEmpty() ) in removeMouseMoveHandler()
1011 mpImpl->forEachView( in removeMouseMoveHandler()
1018 mpImpl->maHyperlinkHandlers.addSorted( in addHyperlinkHandler()
1026 mpImpl->maHyperlinkHandlers.remove( in removeHyperlinkHandler()
1036 return mpImpl->maShapeListenerHandlers.applyAll( in notifyShapeListenerAdded()
1047 return mpImpl->maShapeListenerHandlers.applyAll( in notifyShapeListenerRemoved()
1058 return mpImpl->maShapeCursorHandlers.applyAll( in notifyShapeCursorChange()
1067 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintColor()
1075 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintStrokeWidth()
1083 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintDisabled()
1088 return mpImpl->maUserPaintEventHandlers.applyAll( in notifySwitchPenMode()
1093 return mpImpl->maUserPaintEventHandlers.applyAll( in notifySwitchEraserMode()
1100 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyEraseAllInk()
1109 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyEraseInkWidth()
1117 return mpImpl->notifyNextEffect(); in notifyNextEffect()
1122 return mpImpl->maSlideStartHandlers.applyAll( in notifySlideStartEvent()
1128 return mpImpl->maSlideEndHandlers.applyAll( in notifySlideEndEvent()
1135 return mpImpl->notifyAllAnimationHandlers( mpImpl->maAnimationStartHandlers, in notifyAnimationStart()
1142 return mpImpl->notifyAllAnimationHandlers( mpImpl->maAnimationEndHandlers, in notifyAnimationEnd()
1148 return mpImpl->maSlideAnimationsEndHandlers.applyAll( in notifySlideAnimationsEnd()
1155 return mpImpl->notifyAllAnimationHandlers( in notifyAudioStopped()
1156 mpImpl->maAudioStoppedHandlers, in notifyAudioStopped()
1163 return mpImpl->notifyAllAnimationHandlers( in notifyCommandStopAudio()
1164 mpImpl->maCommandStopAudioHandlers, in notifyCommandStopAudio()
1170 return mpImpl->maPauseHandlers.applyAll( in notifyPauseMode()
1183 if( mpImpl->isMouseListenerRegistered() ) in notifyViewAdded()
1185 mpImpl->mxListener.get() ); in notifyViewAdded()
1187 if( !mpImpl->maMouseMoveHandlers.isEmpty() ) in notifyViewAdded()
1189 mpImpl->mxListener.get() ); in notifyViewAdded()
1191 return mpImpl->maViewHandlers.applyAll( in notifyViewAdded()
1206 if( mpImpl->isMouseListenerRegistered() ) in notifyViewRemoved()
1208 mpImpl->mxListener.get() ); in notifyViewRemoved()
1210 if( !mpImpl->maMouseMoveHandlers.isEmpty() ) in notifyViewRemoved()
1212 mpImpl->mxListener.get() ); in notifyViewRemoved()
1214 return mpImpl->maViewHandlers.applyAll( in notifyViewRemoved()
1222 return mpImpl->maViewHandlers.applyAll( in notifyViewChanged()
1230 UnoViewSharedPtr pView( mpImpl->findUnoView(xView) ); in notifyViewChanged()
1240 return mpImpl->maViewHandlers.applyAll( in notifyViewsChanged()
1247 UnoViewSharedPtr pView( mpImpl->findUnoView(xView) ); in notifyViewClobbered()
1252 return mpImpl->maViewRepaintHandlers.applyAll( in notifyViewClobbered()
1261 return mpImpl->maHyperlinkHandlers.apply( in notifyHyperlinkClicked()