Home
last modified time | relevance | path

Searched defs:GradientFillModel (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx616 struct GradientFillModel struct
618 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.
/aoo42x/main/oox/source/xls/
H A Dstylesbuffer.cxx1850 GradientFillModel::GradientFillModel() : in GradientFillModel() function in oox::xls::GradientFillModel

Completed in 46 milliseconds