LibreOffice Module sc (master) 1
|
The CHSERIESFORMAT record containing additional settings for a data series. More...
#include <xichart.hxx>
Public Member Functions | |
XclImpChSeriesFormat () | |
void | ReadChSeriesFormat (XclImpStream &rStrm) |
Reads the CHSERIESFORMAT record (additional settings for a series). More... | |
bool | HasSpline () const |
Returns true, if the series line is smoothed. More... | |
Private Attributes | |
sal_uInt16 | mnFlags |
The CHSERIESFORMAT record containing additional settings for a data series.
Definition at line 603 of file xichart.hxx.
|
explicit |
Definition at line 1344 of file xichart.cxx.
|
inline |
Returns true, if the series line is smoothed.
Definition at line 610 of file xichart.hxx.
References EXC_CHSERIESFORMAT_SMOOTHED, get_flag(), and mnFlags.
void XclImpChSeriesFormat::ReadChSeriesFormat | ( | XclImpStream & | rStrm | ) |
Reads the CHSERIESFORMAT record (additional settings for a series).
Definition at line 1349 of file xichart.cxx.
|
private |
Definition at line 613 of file xichart.hxx.
Referenced by HasSpline(), and ReadChSeriesFormat().