Home
last modified time | relevance | path

Searched refs:mpAnimation (Results 1 – 5 of 5) sorted by path

/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationcolornode.cxx54 : mpAnimation( rAnimation ) in HSLWrapper()
57 mpAnimation, in HSLWrapper()
68 mpAnimation->start( rShape, rAttrLayer ); in start()
73 mpAnimation->end(); in end()
78 return (*mpAnimation)( RGBColor( rColor ) ); in operator ()()
83 return HSLColor( mpAnimation->getUnderlyingValue() ); in getUnderlyingValue()
87 ColorAnimationSharedPtr mpAnimation; member in slideshow::internal::__anon063c83a20111::HSLWrapper
H A Dsetactivity.hxx58 : mpAnimation( rAnimation ), in SetActivity()
66 ENSURE_OR_THROW( mpAnimation, "Invalid animation" ); in SetActivity()
72 mpAnimation.reset(); in dispose()
93 if (mpAnimation && mpAttributeLayer && mpShape) { in perform()
94 mpAnimation->start( mpShape, mpAttributeLayer ); in perform()
95 (*mpAnimation)(maToValue); in perform()
96 mpAnimation->end(); in perform()
130 AnimationSharedPtrT mpAnimation; member in slideshow::internal::SetActivity
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx175 Animation* mpAnimation; member in GraphicCacheEntry
209 mpAnimation ( NULL ), in GraphicCacheEntry()
224 delete mpAnimation; in ~GraphicCacheEntry()
243 if( mpAnimation ) in ImplInit()
244 delete mpAnimation, mpAnimation = NULL; in ImplInit()
256 mpAnimation = new Animation( rGraphic.GetAnimation() ); in ImplInit()
313 else if( mpAnimation ) in ImplFillSubstitute()
315 rSubstitute = *mpAnimation; in ImplFillSubstitute()
409 delete mpAnimation, mpAnimation = NULL; in GraphicObjectWasSwappedOut()
/trunk/main/vcl/inc/
H A Dimpgraph.hxx63 Animation* mpAnimation; member in ImpGraphic
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx167 mpAnimation = new Animation( *rImpGraphic.mpAnimation ); in ImpGraphic()
284 delete mpAnimation; in operator =()
288 mpAnimation = new Animation( *rImpGraphic.mpAnimation ); in operator =()
368 if( rImpGraphic.mpAnimation && ( *rImpGraphic.mpAnimation == *mpAnimation ) ) in operator ==()
656 aRetBmpEx = ( mpAnimation ? mpAnimation->GetBitmapEx() : maEx ); in ImplGetBitmapEx()
687 if( mpAnimation ) in ImplGetAnimation()
1045 if( mpAnimation ) in ImplSetAnimationNotifyHdl()
1055 if( mpAnimation ) in ImplGetAnimationNotifyHdl()
1065 return( mpAnimation ? mpAnimation->GetLoopCount() : 0UL ); in ImplGetAnimationLoopCount()
1072 if( mpAnimation ) in ImplResetAnimationLoopCount()
[all …]

Completed in 45 milliseconds