Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1105 …ger, const DffPropertyReader& rProperties, SvStream& rIn, std::vector< ShadeColor >& rShadeColors ) in GetShadeColors() argument
1120rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - … in GetShadeColors()
1124 if ( !rShadeColors.size() ) in GetShadeColors()
1126rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
1127rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
1141 …er, SvStream& rIn, SfxItemSet& rSet, const std::vector< ShadeColor >& rShadeColors, const DffObjDa… in ApplyRectangularGradientAsBitmap() argument
1203 std::vector< ShadeColor >::const_iterator aIter( rShadeColors.begin() ); in ApplyRectangularGradientAsBitmap()
1208 while ( aIter != rShadeColors.end() ) in ApplyRectangularGradientAsBitmap()
1303 aBitmap.Rotate( nFix16Angle / 10, rShadeColors[ 0 ].aColor ); in ApplyRectangularGradientAsBitmap()