|
LibreOffice Module sc (master) 1
|
#include <condformatbuffer.hxx>
Public Member Functions | |
| ColorScaleRuleModelEntry () | |
Public Attributes | |
| ::Color | maColor |
| double | mnVal |
| bool | mbMin |
| bool | mbMax |
| bool | mbPercent |
| bool | mbPercentile |
| bool | mbNum |
| OUString | maFormula |
Definition at line 72 of file condformatbuffer.hxx.
|
inline |
Definition at line 84 of file condformatbuffer.hxx.
| ::Color oox::xls::ColorScaleRuleModelEntry::maColor |
Definition at line 74 of file condformatbuffer.hxx.
| OUString oox::xls::ColorScaleRuleModelEntry::maFormula |
Definition at line 82 of file condformatbuffer.hxx.
Referenced by oox::xls::IconSetRule::importFormula().
| bool oox::xls::ColorScaleRuleModelEntry::mbMax |
Definition at line 78 of file condformatbuffer.hxx.
| bool oox::xls::ColorScaleRuleModelEntry::mbMin |
Definition at line 77 of file condformatbuffer.hxx.
| bool oox::xls::ColorScaleRuleModelEntry::mbNum |
Definition at line 81 of file condformatbuffer.hxx.
Referenced by oox::xls::IconSetRule::importFormula().
| bool oox::xls::ColorScaleRuleModelEntry::mbPercent |
Definition at line 79 of file condformatbuffer.hxx.
Referenced by oox::xls::IconSetRule::importFormula().
| bool oox::xls::ColorScaleRuleModelEntry::mbPercentile |
Definition at line 80 of file condformatbuffer.hxx.
Referenced by oox::xls::IconSetRule::importFormula().
| double oox::xls::ColorScaleRuleModelEntry::mnVal |
Definition at line 75 of file condformatbuffer.hxx.
Referenced by oox::xls::IconSetRule::importFormula().