LibreOffice Module sc (master) 1
|
The CHPIEFORMAT record containing data point formatting data for pie segments. More...
#include <xichart.hxx>
Public Member Functions | |
XclImpChPieFormat () | |
void | ReadChPieFormat (XclImpStream &rStrm) |
Reads the CHPIEFORMAT record (pie segment properties). More... | |
void | Convert (ScfPropertySet &rPropSet) const |
Converts and writes the contained data to the passed property set. More... | |
Private Attributes | |
sal_uInt16 | mnPieDist |
The CHPIEFORMAT record containing data point formatting data for pie segments.
Definition at line 587 of file xichart.hxx.
|
explicit |
Definition at line 1328 of file xichart.cxx.
void XclImpChPieFormat::Convert | ( | ScfPropertySet & | rPropSet | ) | const |
Converts and writes the contained data to the passed property set.
Definition at line 1338 of file xichart.cxx.
References EXC_CHPROP_OFFSET, mnPieDist, and ScfPropertySet::SetProperty().
void XclImpChPieFormat::ReadChPieFormat | ( | XclImpStream & | rStrm | ) |
Reads the CHPIEFORMAT record (pie segment properties).
Definition at line 1333 of file xichart.cxx.
|
private |
Definition at line 597 of file xichart.hxx.
Referenced by Convert(), and ReadChPieFormat().