Home
last modified time | relevance | path

Searched refs:mpAnim (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx167 mpAnim( rAnim ), in FromToByActivity()
171 ENSURE_OR_THROW( mpAnim, "Invalid animation object" ); in FromToByActivity()
180 if (this->isDisposed() || !mpAnim) in startAnimation()
185 mpAnim->start( BaseType::getShape(), in startAnimation()
192 const ValueType aAnimationStartValue( mpAnim->getUnderlyingValue() ); in startAnimation()
240 if (mpAnim) in endAnimation()
241 mpAnim->end(); in endAnimation()
247 if (this->isDisposed() || !mpAnim) in perform()
249 (*mpAnim)( in perform()
263 if (this->isDisposed() || !mpAnim) in perform()
[all …]