Searched refs:pShapeEffect (Results 1 – 1 of 1) sorted by relevance
662 CustomAnimationEffectPtr pShapeEffect; in SetTextAnimationEffect() local667 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 20 milliseconds