Searched refs:ShadeColor (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1100 struct ShadeColor struct 1105 ShadeColor( const Color& rC, double fR ) : aColor( rC ), fDist( fR ) {}; in ShadeColor() argument 1108 …ger, const DffPropertyReader& rProperties, SvStream& rIn, std::vector< ShadeColor >& rShadeColors ) in GetShadeColors() 1123 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - … 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 …Manager& rManager, SvStream& rIn, SfxItemSet& rSet, const std::vector< ShadeColor >& rShadeColors,… in ApplyRectangularGradientAsBitmap() 1206 std::vector< ShadeColor >::const_iterator aIter( rShadeColors.begin() ); in ApplyRectangularGradientAsBitmap() 1328 std::vector< ShadeColor > aShadeColors; in ApplyFillAttributes()
|
Completed in 87 milliseconds