Lines Matching refs:CustomAnimationEffect

142 CustomAnimationEffect::CustomAnimationEffect( const ::com::sun::star::uno::Reference< ::com::sun::s…  in CustomAnimationEffect()  function in sd::CustomAnimationEffect
167 void CustomAnimationEffect::setNode( const ::com::sun::star::uno::Reference< ::com::sun::star::anim… in setNode()
288 sal_Int32 CustomAnimationEffect::getNumberOfSubitems( const Any& aTarget, sal_Int16 nIterateType ) in getNumberOfSubitems()
389 CustomAnimationEffect::~CustomAnimationEffect() in ~CustomAnimationEffect()
395 CustomAnimationEffectPtr CustomAnimationEffect::clone() const in clone()
399 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in clone()
406 sal_Int32 CustomAnimationEffect::get_node_type( const Reference< XAnimationNode >& xNode ) in get_node_type()
434 void CustomAnimationEffect::setPresetClass( sal_Int16 nPresetClass ) in setPresetClass()
475 void CustomAnimationEffect::setNodeType( sal_Int16 nNodeType ) in setNodeType()
518 void CustomAnimationEffect::setGroupId( sal_Int32 nGroupId ) in setGroupId()
561 bool CustomAnimationEffect::checkForText() in checkForText()
622 bool CustomAnimationEffect::calculateIterateDuration() in calculateIterateDuration()
660 void CustomAnimationEffect::setTarget( const ::com::sun::star::uno::Any& rTarget ) in setTarget()
715 void CustomAnimationEffect::setTargetSubItem( sal_Int16 nSubItem ) in setTargetSubItem()
752 void CustomAnimationEffect::setDuration( double fDuration ) in setDuration()
802 void CustomAnimationEffect::setBegin( double fBegin ) in setBegin()
817 void CustomAnimationEffect::setAcceleration( double fAcceleration ) in setAcceleration()
831 void CustomAnimationEffect::setDecelerate( double fDecelerate ) in setDecelerate()
846 void CustomAnimationEffect::setAutoReverse( sal_Bool bAutoReverse ) in setAutoReverse()
861 void CustomAnimationEffect::replaceNode( const ::com::sun::star::uno::Reference< ::com::sun::star::… in replaceNode()
898 Reference< XShape > CustomAnimationEffect::getTargetShape() const in getTargetShape()
914 Any CustomAnimationEffect::getRepeatCount() const in getRepeatCount()
929 Any CustomAnimationEffect::getEnd() const in getEnd()
944 sal_Int16 CustomAnimationEffect::getFill() const in getFill()
954 void CustomAnimationEffect::setRepeatCount( const Any& rRepeatCount ) in setRepeatCount()
962 void CustomAnimationEffect::setEnd( const Any& rEnd ) in setEnd()
970 void CustomAnimationEffect::setFill( sal_Int16 nFill ) in setFill()
978 Reference< XAnimationNode > CustomAnimationEffect::createAfterEffectNode() const throw (Exception) in createAfterEffectNode()
1032 void CustomAnimationEffect::setIterateType( sal_Int16 nIterateType ) in setIterateType()
1123 void CustomAnimationEffect::setIterateInterval( double fIterateInterval ) in setIterateInterval()
1142 ::rtl::OUString CustomAnimationEffect::getPath() const in getPath()
1171 void CustomAnimationEffect::setPath( const ::rtl::OUString& rPath ) in setPath()
1198 Any CustomAnimationEffect::getProperty( sal_Int32 nNodeType, const OUString& rAttributeName, EValue… in getProperty()
1250 bool CustomAnimationEffect::setProperty( sal_Int32 nNodeType, const OUString& rAttributeName, EValu… in setProperty()
1337 Any CustomAnimationEffect::getColor( sal_Int32 nIndex ) in getColor()
1387 void CustomAnimationEffect::setColor( sal_Int32 nIndex, const Any& rColor ) in setColor()
1441 Any CustomAnimationEffect::getTransformationProperty( sal_Int32 nTransformType, EValue eValue ) in getTransformationProperty()
1490 bool CustomAnimationEffect::setTransformationProperty( sal_Int32 nTransformType, EValue eValue, con… in setTransformationProperty()
1564 void CustomAnimationEffect::createAudio( const ::com::sun::star::uno::Any& rSource, double fVolume … in createAudio()
1609 void CustomAnimationEffect::removeAudio() in removeAudio()
1643 void CustomAnimationEffect::setAudio( const Reference< ::com::sun::star::animations::XAudio >& xAud… in setAudio()
1663 void CustomAnimationEffect::setStopAudio() in setStopAudio()
1690 bool CustomAnimationEffect::getStopAudio() const in getStopAudio()
1697 SdrPathObj* CustomAnimationEffect::createSdrPathObjFromPath() in createSdrPathObjFromPath()
1706 void CustomAnimationEffect::updateSdrPathObjFromPath( SdrPathObj& rPathObj ) in updateSdrPathObjFromPath()
1732 void CustomAnimationEffect::updatePathFromSdrPathObj( const SdrPathObj& rPathObj ) in updatePathFromSdrPathObj()
1877 pEffect.reset( new CustomAnimationEffect( xNode ) ); in append()
1919 pEffect.reset( new CustomAnimationEffect( xEffectNode ) ); in append()
3115 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xChildNode ) ); in createEffects()
3354 sal_Int32 nNodeType = CustomAnimationEffect::get_node_type( xChildNode ); in createMainSequence()