| /AOO41X/main/oox/source/ppt/ |
| H A D | timenode.cxx | 298 Reference< XAnimate > xAnimate( xNode, UNO_QUERY ); in setNode() local 318 if( xAnimate.is() ) in setNode() 319 xAnimate->setTo( aValue ); in setNode() 322 if( xAnimate.is() ) in setNode() 323 xAnimate->setFrom( aValue ); in setNode() 326 if( xAnimate.is() ) in setNode() 327 xAnimate->setBy( aValue ); in setNode() 330 if( xAnimate.is() ) in setNode() 331 xAnimate->setTarget( aValue ); in setNode() 334 if( xAnimate.is() ) in setNode() [all …]
|
| /AOO41X/main/sd/source/core/ |
| H A D | CustomAnimationEffect.cxx | 270 Reference< XAnimate > xAnimate( xChildNode, UNO_QUERY ); in setNode() local 271 if( xAnimate.is() ) in setNode() 273 maTarget = xAnimate->getTarget(); in setNode() 274 mnTargetSubItem = xAnimate->getSubItem(); in setNode() 691 Reference< XAnimate > xAnimate( aElem, UNO_QUERY ); in setTarget() local 692 if( xAnimate.is() ) in setTarget() 693 xAnimate->setTarget( rTarget ); in setTarget() 736 Reference< XAnimate > xAnimate( xEnumeration->nextElement(), UNO_QUERY ); in setTargetSubItem() local 737 if( xAnimate.is() ) in setTargetSubItem() 738 xAnimate->setSubItem( mnTargetSubItem ); in setTargetSubItem() [all …]
|
| H A D | CustomAnimationCloner.cxx | 196 Reference< XAnimate > xAnimate( xNode, UNO_QUERY_THROW ); in transformNode() local 197 xAnimate->setTarget( transformValue( xAnimate->getTarget() ) ); in transformNode()
|
| H A D | EffectMigration.cxx | 1421 Reference< XAnimate > xAnimate(xAnimateSetForLast, UNO_QUERY); in createVisibilityOnOffNode() local 1424 xAnimate->setTarget(aAny); in createVisibilityOnOffNode() 1427 xAnimate->setAttributeName(OUString(RTL_CONSTASCII_USTRINGPARAM("Visibility"))); in createVisibilityOnOffNode() 1431 xAnimate->setTo(aAny); in createVisibilityOnOffNode()
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | animationimport.cxx | 796 Reference< XAnimate > xAnimate( mxNode, UNO_QUERY ); in init_node() local 938 if( xAnimate.is() ) in init_node() 940 xAnimate->setTarget( aTarget ); in init_node() 978 if( xAnimate.is() ) in init_node() 980 xAnimate->setSubItem( (sal_Int16)nEnum ); in init_node() 992 if( xAnimate.is() ) in init_node() 1009 xAnimate->setAttributeName( aName ); in init_node() 1040 if( xAnimate.is() ) in init_node() 1041 xAnimate->setKeyTimes( mpHelper->convertKeyTimes( rValue ) ); in init_node() 1047 if( xAnimate.is() ) in init_node() [all …]
|
| H A D | animationexport.cxx | 710 Reference< XAnimate > xAnimate( xNode, UNO_QUERY_THROW ); in prepareNode() local 711 prepareValue( xAnimate->getTarget() ); in prepareNode() 975 Reference< XAnimate > xAnimate( xNode, UNO_QUERY_THROW ); in exportNode() local 976 exportAnimate( xAnimate ); in exportNode() 1084 void AnimationsExporterImpl::exportAnimate( const Reference< XAnimate >& xAnimate ) in exportAnimate() argument 1088 const sal_Int16 nNodeType = xAnimate->getType(); in exportAnimate() 1094 Any aTemp( xAnimate->getTarget() ); in exportAnimate() 1101 nTemp = xAnimate->getSubItem(); in exportAnimate() 1124 OUString sTemp( xAnimate->getAttributeName() ); in exportAnimate() 1149 Sequence< Any > aValues( xAnimate->getValues() ); in exportAnimate() [all …]
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | pptexanimations.cxx | 1629 Reference< XAnimate > xAnimate( xNode, UNO_QUERY ); in exportAnimate() local 1630 if ( xAnimate.is() ) in exportAnimate() 1632 Any aBy ( xAnimate->getBy() ); in exportAnimate() 1633 Any aFrom( xAnimate->getFrom() ); in exportAnimate() 1634 Any aTo ( xAnimate->getTo() ); in exportAnimate() 1640 sal_Int16 nTmp = xAnimate->getCalcMode(); in exportAnimate() 1642 nTmp = xAnimate->getValueType(); in exportAnimate() 1643 sal_uInt32 nValueType = GetValueTypeForAttributeName( xAnimate->getAttributeName() ); in exportAnimate() 1663 exportAnimateKeyPoints( rStrm, xAnimate ); in exportAnimate() 1671 Reference< XAnimate > xAnimate( xNode, UNO_QUERY ); in exportAnimateTarget() local [all …]
|
| H A D | pptexanimations.hxx | 103 …Strm, const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimate >& xAnimate );
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptinanimations.cxx | 677 Reference< XAnimate > xAnimate( xNode, UNO_QUERY ); in convertAnimationNode() local 678 if( !xAnimate.is() ) in convertAnimationNode() 681 if( !xAnimate->getTarget().hasValue() ) in convertAnimationNode() 689 OUString aAttributeName( xAnimate->getAttributeName() ); in convertAnimationNode() 725 xAnimate->setAttributeName( aAttributeName ); in convertAnimationNode() 729 Any aAny( xAnimate->getFrom() ); in convertAnimationNode() 733 xAnimate->setFrom( aAny ); in convertAnimationNode() 736 aAny = xAnimate->getBy(); in convertAnimationNode() 740 xAnimate->setBy( aAny ); in convertAnimationNode() 743 aAny = xAnimate->getTo(); in convertAnimationNode() [all …]
|
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | randomnode.cxx | 600 Reference< XAnimate > xAnimate( xEnumeration->nextElement(), UNO_QUERY ); in createEnumeration() local 601 if( xAnimate.is() ) in createEnumeration() 602 xAnimate->setTarget( maTarget ); in createEnumeration() 666 Reference< XAnimate > xAnimate( newChild, UNO_QUERY ); in appendChild() local 667 if( xAnimate.is() ) in appendChild() 669 Any aTarget( xAnimate->getTarget() ); in appendChild() 675 mxFirstNode = xAnimate; in appendChild()
|
| /AOO41X/main/slideshow/source/engine/animationnodes/ |
| H A D | basenode.cxx | 709 uno::Reference<animations::XAnimate> const xAnimate( mxAnimationNode, in showState() local 711 if( xAnimate.is() ) in showState() 713 uno::Reference< drawing::XShape > xTargetShape( xAnimate->getTarget(), in showState() 721 if( (xAnimate->getTarget() >>= aTarget) ) in showState()
|