Home
last modified time | relevance | path

Searched refs:xColor (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1394 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in fillNode() local
1395 if( xColor.is() ) in fillNode()
1401 xColor->setDirection( (sal_Bool)!bDirection ); in fillNode()
1884 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in importAnimateColorContainer() local
1887 if( pAtom && xColor.is() ) in importAnimateColorContainer()
1915 xColor->setBy( implGetColorAny( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer()
1916 xColor->setColorInterpolation( implGetColorSpace( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer()
1923 xColor->setFrom( implGetColorAny( nFromMode, nFromA, nFromB, nFromC ) ); in importAnimateColorContainer()
1924xColor->setColorInterpolation( implGetColorSpace( nFromMode, nFromA, nFromB, nFromC ) ); in importAnimateColorContainer()
1931 xColor->setTo( implGetColorAny( nToMode, nToA, nToB, nToC ) ); in importAnimateColorContainer()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1095 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in exportAnimPropertySet() local
1096 if( xColor.is() ) in exportAnimPropertySet()
1101 sal_Bool bDirection = !xColor->getDirection(); in exportAnimPropertySet()
2092 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in exportAnimateColor() local
2093 if ( xColor.is() ) in exportAnimateColor()
2109 sal_Int16 nColorSpace = xColor->getColorInterpolation(); in exportAnimateColor()
2111 Any aAny( xColor->getBy() ); in exportAnimateColor()
2117 aAny = xColor->getFrom(); in exportAnimateColor()
2123 aAny = xColor->getTo(); in exportAnimateColor()

Completed in 40 milliseconds