LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChDataFormat () | |
Additional flags. More... | |
Public Attributes | |
XclChDataPointPos | maPointPos |
sal_uInt16 | mnFormatIdx |
Position of the data point or series. More... | |
sal_uInt16 | mnFlags |
Formatting index for automatic colors. More... | |
Definition at line 907 of file xlchart.hxx.
|
explicit |
Additional flags.
Definition at line 183 of file xlchart.cxx.
XclChDataPointPos XclChDataFormat::maPointPos |
Definition at line 909 of file xlchart.hxx.
Referenced by XclExpChDataFormat::ConvertDataSeries(), XclImpChDataFormat::GetPointPos(), XclExpChDataFormat::IsSeriesFormat(), XclImpChDataFormat::ReadHeaderRecord(), XclImpChDataFormat::SetPointPos(), XclExpChDataFormat::WriteBody(), and XclExpChDataFormat::XclExpChDataFormat().
sal_uInt16 XclChDataFormat::mnFlags |
Formatting index for automatic colors.
Definition at line 911 of file xlchart.hxx.
Referenced by XclImpChDataFormat::ReadHeaderRecord(), and XclExpChDataFormat::WriteBody().
sal_uInt16 XclChDataFormat::mnFormatIdx |
Position of the data point or series.
Definition at line 910 of file xlchart.hxx.
Referenced by XclImpChDataFormat::Convert(), XclExpChDataFormat::ConvertDataSeries(), XclImpChDataFormat::GetFormatIdx(), XclImpChDataFormat::ReadHeaderRecord(), XclImpChDataFormat::SetPointPos(), XclExpChDataFormat::WriteBody(), and XclExpChDataFormat::XclExpChDataFormat().