Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dimpgraph.cxx129 mpAnimation ( NULL ), in ImpGraphic()
165 if( rImpGraphic.mpAnimation ) in ImpGraphic()
167 mpAnimation = new Animation( *rImpGraphic.mpAnimation ); in ImpGraphic()
168 maEx = mpAnimation->GetBitmapEx(); in ImpGraphic()
171 mpAnimation = NULL; in ImpGraphic()
180 mpAnimation ( NULL ), in ImpGraphic()
197 mpAnimation ( NULL ), in ImpGraphic()
213 : mpAnimation( NULL ), in ImpGraphic()
231 mpAnimation ( new Animation( rAnimation ) ), in ImpGraphic()
248 mpAnimation ( NULL ), in ImpGraphic()
[all …]
/AOO41X/main/slideshow/source/engine/animationnodes/
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
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::__anon05a4f9d20111::HSLWrapper
/AOO41X/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()
/AOO41X/main/vcl/inc/
H A Dimpgraph.hxx63 Animation* mpAnimation; member in ImpGraphic