Lines Matching refs:xShape

468 		const Reference< XShape > xShape( pShape );  in SetAnimationEffect()  local
470 …EffectSequence::iterator aIterOnlyBackground( ImplFindEffect( pMainSequence, xShape, ShapeAnimatio… in SetAnimationEffect()
471 …EffectSequence::iterator aIterAsWhole( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubTyp… in SetAnimationEffect()
479 …EffectSequence::iterator aIterOnlyText( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubTy… in SetAnimationEffect()
493 …EffectSequence::iterator aIter( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubType::ONLY… in SetAnimationEffect()
518 pEffect->setTarget( makeAny( xShape ) ); in SetAnimationEffect()
573 const Reference< XShape > xShape( pShape ); in GetAnimationEffect() local
580 if( pEffect->getTargetShape() == xShape ) in GetAnimationEffect()
644 const Reference< XShape > xShape( pShape ); in SetTextAnimationEffect() local
646 …EffectSequence::iterator aIterOnlyText( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubTy… in SetTextAnimationEffect()
664 …EffectSequence::iterator aIterOnlyBackground( ImplFindEffect( pMainSequence, xShape, ShapeAnimatio… in SetTextAnimationEffect()
671 …EffectSequence::iterator aIterAsWhole( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubTyp… in SetTextAnimationEffect()
686 pShapeEffect->setTarget( makeAny( xShape ) ); in SetTextAnimationEffect()
761 const Reference< XShape > xShape( pShape ); in GetTextAnimationEffect() local
762 …EffectSequence::iterator aIter( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubType::ONLY… in GetTextAnimationEffect()
861 const Reference< XShape > xShape( pShape ); in SetAnimationSpeed() local
869 if( pEffect->getTargetShape() == xShape ) in SetAnimationSpeed()
888 const Reference< XShape > xShape( pShape ); in GetAnimationSpeed() local
897 if( pEffect->getTargetShape() == xShape ) in GetAnimationSpeed()
941 const Reference< XShape > xShape( pShape ); in SetDimColor() local
949 if( pEffect->getTargetShape() == xShape ) in SetDimColor()
974 const Reference< XShape > xShape( pShape ); in GetDimColor() local
980 if( (pEffect->getTargetShape() == xShape) && in GetDimColor()
1012 const Reference< XShape > xShape( pShape ); in SetDimHide() local
1020 if( pEffect->getTargetShape() == xShape ) in SetDimHide()
1046 const Reference< XShape > xShape( pShape ); in GetDimHide() local
1052 if( pEffect->getTargetShape() == xShape ) in GetDimHide()
1086 const Reference< XShape > xShape( pShape ); in SetDimPrevious() local
1094 if( pEffect->getTargetShape() == xShape ) in SetDimPrevious()
1120 const Reference< XShape > xShape( pShape ); in GetDimPrevious() local
1126 if( pEffect->getTargetShape() == xShape ) in GetDimPrevious()
1281 const Reference< XShape > xShape( pShape ); in UpdateSoundEffect() local
1293 if( pEffect->getTargetShape() == xShape ) in UpdateSoundEffect()
1325 const Reference< XShape > xShape( pShape ); in GetSoundFile() local
1334 if( pEffect->getTargetShape() == xShape ) in GetSoundFile()
1364 const Reference< XShape > xShape( pShape ); in SetAnimationPath() local
1370 … CustomAnimationEffectPtr pCreated( pMainSequence->append( *pPathObj, makeAny( xShape ), -1.0 ) ); in SetAnimationPath()