Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1097 struct ShadeColor struct
1102 ShadeColor( const Color& rC, double fR ) : aColor( rC ), fDist( fR ) {}; in ShadeColor() argument
1105 …ger, const DffPropertyReader& rProperties, SvStream& rIn, std::vector< ShadeColor >& rShadeColors ) in GetShadeColors()
1120 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - … in GetShadeColors()
1126 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
1127 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
1141 …Manager& rManager, SvStream& rIn, SfxItemSet& rSet, const std::vector< ShadeColor >& rShadeColors,… in ApplyRectangularGradientAsBitmap()
1203 std::vector< ShadeColor >::const_iterator aIter( rShadeColors.begin() ); in ApplyRectangularGradientAsBitmap()
1325 std::vector< ShadeColor > aShadeColors; in ApplyFillAttributes()