Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/core/
H A DEffectMigration.cxx662 CustomAnimationEffectPtr pShapeEffect; in SetTextAnimationEffect() local
667 pShapeEffect = (*aIterOnlyBackground); in SetTextAnimationEffect()
674 pShapeEffect = (*aIterAsWhole); in SetTextAnimationEffect()
685 pShapeEffect.reset( new CustomAnimationEffect( xNode ) ); in SetTextAnimationEffect()
686 pShapeEffect->setTarget( makeAny( xShape ) ); in SetTextAnimationEffect()
687 pShapeEffect->setDuration( 0.1 ); in SetTextAnimationEffect()
688 pMainSequence->append( pShapeEffect ); in SetTextAnimationEffect()
692 pShapeEffect->setNodeType( EffectNodeType::AFTER_PREVIOUS ); in SetTextAnimationEffect()
697 if( pShapeEffect.get() ) in SetTextAnimationEffect()
705 createTextGroup( pShapeEffect, 10, bManual ? -1 : 0.0, sal_True, sal_False ); in SetTextAnimationEffect()

Completed in 15 milliseconds