Home
last modified time | relevance | path

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

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

Completed in 38 milliseconds