Searched refs:setColorInterpolation (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 1408 …xColor->setColorInterpolation( (nColorSpace == 0) ? AnimationColorSpace::RGB : AnimationColorSpace… in fillNode() 1916 xColor->setColorInterpolation( implGetColorSpace( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer() 1924 … xColor->setColorInterpolation( implGetColorSpace( nFromMode, nFromA, nFromB, nFromC ) ); in importAnimateColorContainer() 1932 xColor->setColorInterpolation( implGetColorSpace( nToMode, nToA, nToB, nToC ) ); in importAnimateColorContainer()
|
/trunk/main/oox/source/ppt/ |
H A D | timenode.cxx | 405 xAnimateColor->setColorInterpolation( nInt16 ); in setNode()
|
/trunk/main/animations/source/animcore/ |
H A D | animcore.cxx | 222 virtual void SAL_CALL setColorInterpolation( sal_Int16 _colorspace ) throw (RuntimeException); 1541 void SAL_CALL AnimationNode::setColorInterpolation( sal_Int16 _colorspace ) throw (RuntimeException) in setColorInterpolation() function in animcore::AnimationNode
|
/trunk/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 1110 …xAnimateColor->setColorInterpolation( IsXMLToken( rValue, XML_HSL ) ? AnimationColorSpace::HSL : A… in init_node()
|
Completed in 48 milliseconds