Searched refs:rShadeColors (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1108 …ger, const DffPropertyReader& rProperties, SvStream& rIn, std::vector< ShadeColor >& rShadeColors ) in GetShadeColors() argument 1123 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - … in GetShadeColors() 1127 if ( !rShadeColors.size() ) in GetShadeColors() 1129 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors() 1130 …rShadeColors.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 31 milliseconds