Searched refs:xAnimateColor (Results 1 – 3 of 3) sorted by relevance
299 Reference< XAnimateColor > xAnimateColor( xNode, UNO_QUERY ); in setNode() local402 if( xAnimateColor.is() ) in setNode()405 xAnimateColor->setColorInterpolation( nInt16 ); in setNode()413 if( xAnimateColor.is() ) in setNode()416 xAnimateColor->setDirection( bBool ); in setNode()
1108 Reference< XAnimateColor > xAnimateColor( mxNode, UNO_QUERY ); in init_node() local1109 if( xAnimateColor.is() ) in init_node()1110 …xAnimateColor->setColorInterpolation( IsXMLToken( rValue, XML_HSL ) ? AnimationColorSpace::HSL : A… in init_node()1116 Reference< XAnimateColor > xAnimateColor( mxNode, UNO_QUERY ); in init_node() local1117 if( xAnimateColor.is() ) in init_node()1118 xAnimateColor->setDirection( IsXMLToken( rValue, XML_CLOCKWISE ) ); in init_node()
1282 Reference< XAnimateColor > xAnimateColor( xAnimate, UNO_QUERY_THROW ); in exportAnimate() local1284 nTemp = xAnimateColor->getColorInterpolation(); in exportAnimate()1287 bTemp = xAnimateColor->getDirection(); in exportAnimate()
Completed in 28 milliseconds