Searched refs:makeEvent (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | sequentialtimecontainer.cxx | 59 makeEvent( in activate_st() 87 makeEvent( in skipEffect() 113 mpCurrentSkipEvent = makeEvent( in resolveChild() 119 mpCurrentRewindEvent = makeEvent( in resolveChild()
|
H A D | animationaudionode.cxx | 98 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st() 123 makeEvent( boost::bind( &EventMultiplexer::notifyAudioStopped, in deactivate_st()
|
H A D | paralleltimecontainer.cxx | 49 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
|
H A D | animationcommandnode.cxx | 120 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
|
H A D | animationsetnode.cxx | 74 aParms.mpEndEvent = makeEvent( in createActivity()
|
H A D | animationbasenode.cxx | 478 pEndEvent = makeEvent( in fillCommonParameters()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | effectrewinder.cxx | 205 mpAsynchronousRewindEvent = makeEvent( in rewind() 216 mpAsynchronousRewindEvent = makeEvent( in rewind() 245 mpAsynchronousRewindEvent = makeEvent( in skipAllMainSequenceEffects() 384 mpAsynchronousRewindEvent = makeEvent( in asynchronousRewind()
|
H A D | slideshowimpl.cxx | 552 makeEvent( in handleEvent() 878 makeEvent( in createSlideTransition() 1179 makeEvent( in displaySlide() 1205 makeEvent( in displaySlide() 1244 makeEvent( in redisplayCurrentSlide() 2304 makeEvent( boost::bind<void>( in notifySlideAnimationsEnded()
|
H A D | eventmultiplexer.cxx | 362 makeEvent( boost::bind( &EventMultiplexerImpl::mousePressed, in mousePressed() 377 makeEvent( boost::bind( &EventMultiplexerImpl::mouseReleased, in mouseReleased() 405 makeEvent( boost::bind( &EventMultiplexerImpl::mouseDragged, in mouseDragged() 420 makeEvent( boost::bind( &EventMultiplexerImpl::mouseMoved, in mouseMoved()
|
H A D | slideview.cxx | 1077 makeEvent( boost::bind( (bool (EventMultiplexer::*)( in modified() 1095 makeEvent( boost::bind( &EventMultiplexer::notifyViewClobbered, in windowPaint()
|
H A D | usereventqueue.cxx | 335 makeEvent( boost::bind( &EventMultiplexer::notifyNextEffect, in handleEvent_impl()
|
/aoo42x/main/slideshow/source/inc/ |
H A D | delayevent.hxx | 112 #define makeEvent(f, d) makeEvent_(f) macro 144 #define makeEvent(f, d) makeDelay_(f, 0.0, \ macro
|
H A D | interruptabledelayevent.hxx | 137 aRes.mpImmediateEvent = makeEvent( rFunctor, "makeInterruptableDelay"); in makeInterruptableDelay()
|
Completed in 114 milliseconds