LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScDataBarInfo Struct Reference

#include <fillinfo.hxx>

Collaboration diagram for ScDataBarInfo:
[legend]

Public Member Functions

bool operator== (const ScDataBarInfo &r) const
 
bool operator!= (const ScDataBarInfo &r) const
 

Public Attributes

double mnZero
 
Color maColor
 
double mnLength
 
bool mbGradient
 
bool mbShowValue
 
Color maAxisColor
 

Detailed Description

Definition at line 62 of file fillinfo.hxx.

Member Function Documentation

◆ operator!=()

bool ScDataBarInfo::operator!= ( const ScDataBarInfo r) const
inline

Definition at line 85 of file fillinfo.hxx.

◆ operator==()

bool ScDataBarInfo::operator== ( const ScDataBarInfo r) const
inline

Definition at line 71 of file fillinfo.hxx.

References maColor, mbGradient, mnLength, and mnZero.

Member Data Documentation

◆ maAxisColor

Color ScDataBarInfo::maAxisColor

Definition at line 69 of file fillinfo.hxx.

◆ maColor

Color ScDataBarInfo::maColor

Definition at line 65 of file fillinfo.hxx.

Referenced by operator==().

◆ mbGradient

bool ScDataBarInfo::mbGradient

Definition at line 67 of file fillinfo.hxx.

Referenced by operator==().

◆ mbShowValue

bool ScDataBarInfo::mbShowValue

Definition at line 68 of file fillinfo.hxx.

Referenced by ScOutputData::LayoutStrings().

◆ mnLength

double ScDataBarInfo::mnLength

Definition at line 66 of file fillinfo.hxx.

Referenced by operator==().

◆ mnZero

double ScDataBarInfo::mnZero

Definition at line 64 of file fillinfo.hxx.

Referenced by operator==().


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