Lines Matching refs:xAnimate
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()
1158 aTemp = xAnimate->getFrom(); in exportAnimate()
1165 aTemp = xAnimate->getBy(); in exportAnimate()
1172 aTemp = xAnimate->getTo(); in exportAnimate()
1182 Sequence< double > aKeyTimes( xAnimate->getKeyTimes() ); in exportAnimate()
1198 OUString sTemp( xAnimate->getFormula() ); in exportAnimate()
1206 nTemp = xAnimate->getCalcMode(); in exportAnimate()
1214 bTemp = xAnimate->getAccumulate(); in exportAnimate()
1218 nTemp = xAnimate->getAdditive(); in exportAnimate()
1226 Sequence< TimeFilterPair > aTimeFilter( xAnimate->getTimeFilter() ); in exportAnimate()
1264 Reference< XAnimateMotion > xAnimateMotion( xAnimate, UNO_QUERY_THROW ); in exportAnimate()
1282 Reference< XAnimateColor > xAnimateColor( xAnimate, UNO_QUERY_THROW ); in exportAnimate()
1298 Reference< XAnimateTransform > xTransform( xAnimate, UNO_QUERY_THROW ); in exportAnimate()
1307 Reference< XTransitionFilter > xTransitionFilter( xAnimate, UNO_QUERY ); in exportAnimate()