Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx305 drawinglayer::animation::AnimationEntryList aAnimationList; in createTextPrimitive() local
306 rText.getBlinkTextTiming(aAnimationList); in createTextPrimitive()
308 if(0.0 != aAnimationList.getDuration()) in createTextPrimitive()
315 return Primitive2DReference(new AnimatedBlinkPrimitive2D(aAnimationList, aContent, true)); in createTextPrimitive()
383 drawinglayer::animation::AnimationEntryList aAnimationList; in createTextPrimitive() local
387 rText.getScrollTextTiming(aAnimationList, aScale.getX(), aScaledRange.getWidth()); in createTextPrimitive()
391 rText.getScrollTextTiming(aAnimationList, aScale.getY(), aScaledRange.getHeight()); in createTextPrimitive()
394 if(0.0 != aAnimationList.getDuration()) in createTextPrimitive()
407 …ve2DReference xRefA(new AnimatedInterpolatePrimitive2D(aMatrixStack, aAnimationList, aAnimSequence… in createTextPrimitive()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx249 animation::AnimationEntryList aAnimationList; in create2DDecompositionOfGraphic() local
250 aAnimationList.append(aAnimationLoop); in create2DDecompositionOfGraphic()
255 aAnimationList, in create2DDecompositionOfGraphic()

Completed in 26 milliseconds