Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx334 drawinglayer::animation::AnimationEntryList aAnimationList; in createTextPrimitive() local
335 rText.getBlinkTextTiming(aAnimationList); in createTextPrimitive()
337 if(0.0 != aAnimationList.getDuration()) in createTextPrimitive()
344 return Primitive2DReference(new AnimatedBlinkPrimitive2D(aAnimationList, aContent, true)); in createTextPrimitive()
412 drawinglayer::animation::AnimationEntryList aAnimationList; in createTextPrimitive() local
416 rText.getScrollTextTiming(aAnimationList, aScale.getX(), aScaledRange.getWidth()); in createTextPrimitive()
420 rText.getScrollTextTiming(aAnimationList, aScale.getY(), aScaledRange.getHeight()); in createTextPrimitive()
423 if(0.0 != aAnimationList.getDuration()) in createTextPrimitive()
436 …ve2DReference xRefA(new AnimatedInterpolatePrimitive2D(aMatrixStack, aAnimationList, aAnimSequence… in createTextPrimitive()
/trunk/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 20 milliseconds