Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx2063 sal_Bool AnimationExporter::getColorAny( const Any& rAny, const sal_Int16 nColorSpace, sal_Int32& r… in getColorAny() argument
2068 if ( nColorSpace == AnimationColorSpace::HSL ) in getColorAny()
2109 sal_Int16 nColorSpace = xColor->getColorInterpolation(); in exportAnimateColor() local
2114 if ( getColorAny( aAny, nColorSpace, nByMode, nByA, nByB, nByC ) ) in exportAnimateColor()
2120 if ( getColorAny( aAny, nColorSpace, nFromMode, nFromA, nFromB, nFromC ) ) in exportAnimateColor()
2126 if ( getColorAny( aAny, nColorSpace, nToMode, nToA, nToB, nToC ) ) in exportAnimateColor()
H A Dpptexanimations.hxx81 …sal_Bool getColorAny( const ::com::sun::star::uno::Any& rAny, const sal_Int16 nColorSpace, sal_Int…
/aoo41x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1406 sal_Int32 nColorSpace = 0; in fillNode() local
1407 rSet.getProperty( DFF_ANIM_COLORSPACE ) >>= nColorSpace; in fillNode()
1408 …xColor->setColorInterpolation( (nColorSpace == 0) ? AnimationColorSpace::RGB : AnimationColorSpace… in fillNode()
3531 sal_Int32 nColorSpace; in dump() local
3532 if( aAny >>= nColorSpace ) in dump()
3534 …fprintf( mpFile, " colorSpace=\"%s\"", (nColorSpace == 0) ? "rgb" : (nColorSpace == 1) ? "hsl" : "… in dump()

Completed in 28 milliseconds