LibreOffice Module sc (master) 1
|
#include <fillinfo.hxx>
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 |
Definition at line 62 of file fillinfo.hxx.
|
inline |
Definition at line 85 of file fillinfo.hxx.
|
inline |
Definition at line 71 of file fillinfo.hxx.
References maColor, mbGradient, mnLength, and mnZero.
Color ScDataBarInfo::maAxisColor |
Definition at line 69 of file fillinfo.hxx.
Color ScDataBarInfo::maColor |
Definition at line 65 of file fillinfo.hxx.
Referenced by operator==().
bool ScDataBarInfo::mbGradient |
Definition at line 67 of file fillinfo.hxx.
Referenced by operator==().
bool ScDataBarInfo::mbShowValue |
Definition at line 68 of file fillinfo.hxx.
Referenced by ScOutputData::LayoutStrings().
double ScDataBarInfo::mnLength |
Definition at line 66 of file fillinfo.hxx.
Referenced by operator==().
double ScDataBarInfo::mnZero |
Definition at line 64 of file fillinfo.hxx.
Referenced by operator==().