Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx2100 sal_Int32 nByMode, nByA, nByB, nByC; in exportAnimateColor() local
2101 nByMode = nByA = nByB = nByC = 0; in exportAnimateColor()
2114 if ( getColorAny( aAny, nColorSpace, nByMode, nByA, nByB, nByC ) ) in exportAnimateColor()
2130 << nByMode << nByA << nByB << nByC in exportAnimateColor()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1904 sal_Int32 nByMode, nByA, nByB, nByC; in importAnimateColorContainer() local
1908 mrStCtrl >> nByMode >> nByA >> nByB >> nByC; in importAnimateColorContainer()
1915 xColor->setBy( implGetColorAny( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer()
1916 xColor->setColorInterpolation( implGetColorSpace( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer()

Completed in 28 milliseconds