LibreOffice Module sc (master) 1
|
Holder of sparkline attributes. More...
Public Member Functions | |
Implementation () | |
Implementation (Implementation const &pOther) | |
bool | operator== (const Implementation &rImpl) const |
Public Attributes | |
Color | m_aColorSeries |
Color | m_aColorNegative |
Color | m_aColorAxis |
Color | m_aColorMarkers |
Color | m_aColorFirst |
Color | m_aColorLast |
Color | m_aColorHigh |
Color | m_aColorLow |
AxisType | m_eMinAxisType |
AxisType | m_eMaxAxisType |
double | m_fLineWeight |
SparklineType | m_eType |
bool | m_bDateAxis |
DisplayEmptyCellsAs | m_eDisplayEmptyCellsAs |
bool | m_bMarkers |
bool | m_bHigh |
bool | m_bLow |
bool | m_bFirst |
bool | m_bLast |
bool | m_bNegative |
bool | m_bDisplayXAxis |
bool | m_bDisplayHidden |
bool | m_bRightToLeft |
std::optional< double > | m_aManualMax |
std::optional< double > | m_aManualMin |
Static Public Attributes | |
static constexpr ::Color | COL_STANDARD_RED = 0xff0000 |
static constexpr ::Color | COL_STANDARD_BLUE = 0x2a6099 |
Holder of sparkline attributes.
Definition at line 16 of file SparklineAttributes.cxx.
|
inline |
Definition at line 55 of file SparklineAttributes.cxx.
References sc::Zero.
|
inline |
Definition at line 82 of file SparklineAttributes.cxx.
|
inline |
Definition at line 111 of file SparklineAttributes.cxx.
References m_aColorAxis, m_aColorFirst, m_aColorHigh, m_aColorLast, m_aColorLow, m_aColorMarkers, m_aColorNegative, m_aColorSeries, m_aManualMax, m_aManualMin, m_bDateAxis, m_bDisplayHidden, m_bDisplayXAxis, m_bFirst, m_bHigh, m_bLast, m_bLow, m_bMarkers, m_bNegative, m_bRightToLeft, m_eDisplayEmptyCellsAs, m_eMaxAxisType, m_eMinAxisType, m_eType, and m_fLineWeight.
|
static |
Definition at line 53 of file SparklineAttributes.cxx.
|
static |
Definition at line 52 of file SparklineAttributes.cxx.
Color sc::SparklineAttributes::Implementation::m_aColorAxis |
Definition at line 21 of file SparklineAttributes.cxx.
Referenced by operator==().
Color sc::SparklineAttributes::Implementation::m_aColorFirst |
Definition at line 23 of file SparklineAttributes.cxx.
Referenced by operator==().
Color sc::SparklineAttributes::Implementation::m_aColorHigh |
Definition at line 25 of file SparklineAttributes.cxx.
Referenced by operator==().
Color sc::SparklineAttributes::Implementation::m_aColorLast |
Definition at line 24 of file SparklineAttributes.cxx.
Referenced by operator==().
Color sc::SparklineAttributes::Implementation::m_aColorLow |
Definition at line 26 of file SparklineAttributes.cxx.
Referenced by operator==().
Color sc::SparklineAttributes::Implementation::m_aColorMarkers |
Definition at line 22 of file SparklineAttributes.cxx.
Referenced by operator==().
Color sc::SparklineAttributes::Implementation::m_aColorNegative |
Definition at line 20 of file SparklineAttributes.cxx.
Referenced by operator==().
Color sc::SparklineAttributes::Implementation::m_aColorSeries |
Definition at line 19 of file SparklineAttributes.cxx.
Referenced by operator==().
std::optional<double> sc::SparklineAttributes::Implementation::m_aManualMax |
Definition at line 49 of file SparklineAttributes.cxx.
Referenced by operator==().
std::optional<double> sc::SparklineAttributes::Implementation::m_aManualMin |
Definition at line 50 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bDateAxis |
Definition at line 35 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bDisplayHidden |
Definition at line 46 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bDisplayXAxis |
Definition at line 45 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bFirst |
Definition at line 42 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bHigh |
Definition at line 40 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bLast |
Definition at line 43 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bLow |
Definition at line 41 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bMarkers |
Definition at line 39 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bNegative |
Definition at line 44 of file SparklineAttributes.cxx.
Referenced by operator==().
bool sc::SparklineAttributes::Implementation::m_bRightToLeft |
Definition at line 47 of file SparklineAttributes.cxx.
Referenced by operator==().
DisplayEmptyCellsAs sc::SparklineAttributes::Implementation::m_eDisplayEmptyCellsAs |
Definition at line 37 of file SparklineAttributes.cxx.
Referenced by operator==().
AxisType sc::SparklineAttributes::Implementation::m_eMaxAxisType |
Definition at line 29 of file SparklineAttributes.cxx.
Referenced by operator==().
AxisType sc::SparklineAttributes::Implementation::m_eMinAxisType |
Definition at line 28 of file SparklineAttributes.cxx.
Referenced by operator==().
SparklineType sc::SparklineAttributes::Implementation::m_eType |
Definition at line 33 of file SparklineAttributes.cxx.
Referenced by operator==().
double sc::SparklineAttributes::Implementation::m_fLineWeight |
Definition at line 31 of file SparklineAttributes.cxx.
Referenced by operator==().