Home
last modified time | relevance | path

Searched refs:xAnimateColor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dtimenode.cxx299 Reference< XAnimateColor > xAnimateColor( xNode, UNO_QUERY ); in setNode() local
402 if( xAnimateColor.is() ) in setNode()
405 xAnimateColor->setColorInterpolation( nInt16 ); in setNode()
413 if( xAnimateColor.is() ) in setNode()
416 xAnimateColor->setDirection( bBool ); in setNode()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1108 Reference< XAnimateColor > xAnimateColor( mxNode, UNO_QUERY ); in init_node() local
1109 if( xAnimateColor.is() ) in init_node()
1110xAnimateColor->setColorInterpolation( IsXMLToken( rValue, XML_HSL ) ? AnimationColorSpace::HSL : A… in init_node()
1116 Reference< XAnimateColor > xAnimateColor( mxNode, UNO_QUERY ); in init_node() local
1117 if( xAnimateColor.is() ) in init_node()
1118 xAnimateColor->setDirection( IsXMLToken( rValue, XML_CLOCKWISE ) ); in init_node()
H A Danimationexport.cxx1282 Reference< XAnimateColor > xAnimateColor( xAnimate, UNO_QUERY_THROW ); in exportAnimate() local
1284 nTemp = xAnimateColor->getColorInterpolation(); in exportAnimate()
1287 bTemp = xAnimateColor->getDirection(); in exportAnimate()

Completed in 34 milliseconds