Searched defs:GradientFillModel (Results 1 – 2 of 2) sorted by relevance
616 struct GradientFillModel struct618 typedef ::std::map< double, Color > ColorMap;620 sal_Int32 mnType; /// Gradient type, linear or path.621 double mfAngle; /// Rotation angle for type linear.622 double mfLeft; /// Left convergence for type path.623 double mfRight; /// Right convergence for type path.624 double mfTop; /// Top convergence for type path.625 double mfBottom; /// Bottom convergence for type path.626 ColorMap maColors; /// Gradient colors.
1850 GradientFillModel::GradientFillModel() : in GradientFillModel() function in oox::xls::GradientFillModel
Completed in 46 milliseconds