Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcolorscale.hxx95 struct SC_DLLPUBLIC ScDataBarFormatData struct
97 ScDataBarFormatData(): in ScDataBarFormatData() function
109 ScDataBarFormatData(const ScDataBarFormatData& r): in ScDataBarFormatData() function
134 Color maPositiveColor;
140 std::optional<Color> mxNegativeColor;
145 Color maAxisColor;
152 bool mbGradient;
167 databar::ScAxisPosition meAxisPosition;
172 double mnMinLength;
177 double mnMaxLength;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcolorscale.hxx95 struct SC_DLLPUBLIC ScDataBarFormatData struct
97 ScDataBarFormatData(): in ScDataBarFormatData() argument
109 ScDataBarFormatData(const ScDataBarFormatData& r): in ScDataBarFormatData() function
135 Color maPositiveColor;
141 std::unique_ptr<Color> mpNegativeColor;
146 Color maAxisColor;
153 bool mbGradient;
168 databar::ScAxisPosition meAxisPosition;
173 double mnMinLength;
178 double mnMaxLength;
[all …]