Home
last modified time | relevance | path

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

/AOO41X/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()
1408xColor->setColorInterpolation( (nColorSpace == 0) ? AnimationColorSpace::RGB : AnimationColorSpace… in fillNode()
1884 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in importAnimateColorContainer() local
1886 …DBG_ASSERT( pAtom && pAtom->getType() == DFF_msofbtAnimateColor && xColor.is(), "invalid call to p… in importAnimateColorContainer()
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()
[all …]
/AOO41X/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()