LibreOffice Module sc (master) 1
|
The CH3DDATAFORMAT record containing the bar type in 3D bar charts. More...
#include <xichart.hxx>
Public Member Functions | |
void | ReadCh3dDataFormat (XclImpStream &rStrm) |
Reads the CH3DDATAFORMAT record (3D bar properties). More... | |
void | Convert (ScfPropertySet &rPropSet) const |
Converts and writes the contained data to the passed property set. More... | |
Private Attributes | |
XclCh3dDataFormat | maData |
The CH3DDATAFORMAT record containing the bar type in 3D bar charts.
Definition at line 619 of file xichart.hxx.
void XclImpCh3dDataFormat::Convert | ( | ScfPropertySet & | rPropSet | ) | const |
Converts and writes the contained data to the passed property set.
Definition at line 1360 of file xichart.cxx.
References EXC_CH3DDATAFORMAT_RECT, EXC_CH3DDATAFORMAT_STRAIGHT, EXC_CHPROP_GEOMETRY3D, maData, XclCh3dDataFormat::mnBase, XclCh3dDataFormat::mnTop, and ScfPropertySet::SetProperty().
void XclImpCh3dDataFormat::ReadCh3dDataFormat | ( | XclImpStream & | rStrm | ) |
Reads the CH3DDATAFORMAT record (3D bar properties).
Definition at line 1354 of file xichart.cxx.
References maData, XclCh3dDataFormat::mnBase, XclCh3dDataFormat::mnTop, and rStrm.
|
private |
Definition at line 628 of file xichart.hxx.
Referenced by Convert(), and ReadCh3dDataFormat().