Lines Matching refs:EffectRewinder

81 EffectRewinder::EffectRewinder (  in EffectRewinder()  function in slideshow::internal::EffectRewinder
102 void EffectRewinder::initialize (void) in initialize()
112 ::boost::bind(&EffectRewinder::notifyAnimationStart, this, _1))); in initialize()
117 ::boost::bind(&EffectRewinder::resetEffectCount, this))); in initialize()
122 ::boost::bind(&EffectRewinder::resetEffectCount, this))); in initialize()
129 EffectRewinder::~EffectRewinder (void) in ~EffectRewinder()
137 void EffectRewinder::dispose (void) in dispose()
167 void EffectRewinder::setRootAnimationNode ( in setRootAnimationNode()
176 bool EffectRewinder::rewind ( in rewind()
207 &EffectRewinder::asynchronousRewindToPreviousSlide, in rewind()
218 &EffectRewinder::asynchronousRewind, in rewind()
235 void EffectRewinder::skipAllMainSequenceEffects (void) in skipAllMainSequenceEffects()
247 &EffectRewinder::asynchronousRewind, in skipAllMainSequenceEffects()
259 sal_Int32 EffectRewinder::countMainSequenceEffects (void) in countMainSequenceEffects()
305 void EffectRewinder::skipSomeMainSequenceEffects (sal_Int32 nSkipCount) in skipSomeMainSequenceEffects()
314 void EffectRewinder::skipSingleMainSequenceEffects (void) in skipSingleMainSequenceEffects()
327 bool EffectRewinder::resetEffectCount (void) in resetEffectCount()
336 bool EffectRewinder::notifyAnimationStart (const AnimationNodeSharedPtr& rpNode) in notifyAnimationStart()
371 void EffectRewinder::asynchronousRewind ( in asynchronousRewind()
386 &EffectRewinder::asynchronousRewind, in asynchronousRewind()
417 void EffectRewinder::asynchronousRewindToPreviousSlide ( in asynchronousRewindToPreviousSlide()