Searched refs:nByB (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 2100 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()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 1904 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 27 milliseconds