LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
sc::SparklineAttributes::Implementation Class Reference

Holder of sparkline attributes. More...

Collaboration diagram for sc::SparklineAttributes::Implementation:
[legend]

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
 

Detailed Description

Holder of sparkline attributes.

Definition at line 16 of file SparklineAttributes.cxx.

Constructor & Destructor Documentation

◆ Implementation() [1/2]

sc::SparklineAttributes::Implementation::Implementation ( )
inline

Definition at line 55 of file SparklineAttributes.cxx.

References sc::Zero.

◆ Implementation() [2/2]

sc::SparklineAttributes::Implementation::Implementation ( Implementation const &  pOther)
inline

Definition at line 82 of file SparklineAttributes.cxx.

Member Function Documentation

◆ operator==()

bool sc::SparklineAttributes::Implementation::operator== ( const Implementation rImpl) const
inline

Member Data Documentation

◆ COL_STANDARD_BLUE

constexpr ::Color sc::SparklineAttributes::Implementation::COL_STANDARD_BLUE = 0x2a6099
static

Definition at line 53 of file SparklineAttributes.cxx.

◆ COL_STANDARD_RED

constexpr ::Color sc::SparklineAttributes::Implementation::COL_STANDARD_RED = 0xff0000
static

Definition at line 52 of file SparklineAttributes.cxx.

◆ m_aColorAxis

Color sc::SparklineAttributes::Implementation::m_aColorAxis

Definition at line 21 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aColorFirst

Color sc::SparklineAttributes::Implementation::m_aColorFirst

Definition at line 23 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aColorHigh

Color sc::SparklineAttributes::Implementation::m_aColorHigh

Definition at line 25 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aColorLast

Color sc::SparklineAttributes::Implementation::m_aColorLast

Definition at line 24 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aColorLow

Color sc::SparklineAttributes::Implementation::m_aColorLow

Definition at line 26 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aColorMarkers

Color sc::SparklineAttributes::Implementation::m_aColorMarkers

Definition at line 22 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aColorNegative

Color sc::SparklineAttributes::Implementation::m_aColorNegative

Definition at line 20 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aColorSeries

Color sc::SparklineAttributes::Implementation::m_aColorSeries

Definition at line 19 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aManualMax

std::optional<double> sc::SparklineAttributes::Implementation::m_aManualMax

Definition at line 49 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_aManualMin

std::optional<double> sc::SparklineAttributes::Implementation::m_aManualMin

Definition at line 50 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bDateAxis

bool sc::SparklineAttributes::Implementation::m_bDateAxis

Definition at line 35 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bDisplayHidden

bool sc::SparklineAttributes::Implementation::m_bDisplayHidden

Definition at line 46 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bDisplayXAxis

bool sc::SparklineAttributes::Implementation::m_bDisplayXAxis

Definition at line 45 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bFirst

bool sc::SparklineAttributes::Implementation::m_bFirst

Definition at line 42 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bHigh

bool sc::SparklineAttributes::Implementation::m_bHigh

Definition at line 40 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bLast

bool sc::SparklineAttributes::Implementation::m_bLast

Definition at line 43 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bLow

bool sc::SparklineAttributes::Implementation::m_bLow

Definition at line 41 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bMarkers

bool sc::SparklineAttributes::Implementation::m_bMarkers

Definition at line 39 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bNegative

bool sc::SparklineAttributes::Implementation::m_bNegative

Definition at line 44 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_bRightToLeft

bool sc::SparklineAttributes::Implementation::m_bRightToLeft

Definition at line 47 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_eDisplayEmptyCellsAs

DisplayEmptyCellsAs sc::SparklineAttributes::Implementation::m_eDisplayEmptyCellsAs

Definition at line 37 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_eMaxAxisType

AxisType sc::SparklineAttributes::Implementation::m_eMaxAxisType

Definition at line 29 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_eMinAxisType

AxisType sc::SparklineAttributes::Implementation::m_eMinAxisType

Definition at line 28 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_eType

SparklineType sc::SparklineAttributes::Implementation::m_eType

Definition at line 33 of file SparklineAttributes.cxx.

Referenced by operator==().

◆ m_fLineWeight

double sc::SparklineAttributes::Implementation::m_fLineWeight

Definition at line 31 of file SparklineAttributes.cxx.

Referenced by operator==().


The documentation for this class was generated from the following file: