LibreOffice Module sc (master) 1
|
Represents the CHCHART3D record that contains 3D view settings. More...
#include <xichart.hxx>
Public Member Functions | |
void | ReadChChart3d (XclImpStream &rStrm) |
Reads the CHCHART3D record (properties for 3D charts). More... | |
bool | IsClustered () const |
Returns true, if the data points are clustered on the X axis. More... | |
void | Convert (ScfPropertySet &rPropSet, bool b3dWallChart) const |
Converts and writes the contained data to the passed property set. More... | |
Private Attributes | |
XclChChart3d | maData |
Represents the CHCHART3D record that contains 3D view settings.
Definition at line 905 of file xichart.hxx.
void XclImpChChart3d::Convert | ( | ScfPropertySet & | rPropSet, |
bool | b3dWallChart | ||
) | const |
Converts and writes the contained data to the passed property set.
Definition at line 2444 of file xichart.cxx.
References XclImpChRoot::ConvertPieRotation(), EXC_CHCHART3D_REAL3D, EXC_CHPROP_3DRELATIVEHEIGHT, EXC_CHPROP_D3DSCENEAMBIENTCOLOR, EXC_CHPROP_D3DSCENELIGHTCOLOR2, EXC_CHPROP_D3DSCENELIGHTDIR2, EXC_CHPROP_D3DSCENELIGHTON1, EXC_CHPROP_D3DSCENELIGHTON2, EXC_CHPROP_D3DSCENEPERSPECTIVE, EXC_CHPROP_D3DSCENESHADEMODE, EXC_CHPROP_PERSPECTIVE, EXC_CHPROP_RIGHTANGLEDAXES, EXC_CHPROP_ROTATIONHORIZONTAL, EXC_CHPROP_ROTATIONVERTICAL, get_flag(), maData, XclChChart3d::mnElevation, XclChChart3d::mnEyeDist, XclChChart3d::mnFlags, XclChChart3d::mnRelHeight, XclChChart3d::mnRotation, ScfPropertySet::SetBoolProperty(), ScfPropertySet::SetColorProperty(), and ScfPropertySet::SetProperty().
|
inline |
Returns true, if the data points are clustered on the X axis.
Definition at line 911 of file xichart.hxx.
References EXC_CHCHART3D_CLUSTER, get_flag(), maData, and XclChChart3d::mnFlags.
void XclImpChChart3d::ReadChChart3d | ( | XclImpStream & | rStrm | ) |
Reads the CHCHART3D record (properties for 3D charts).
Definition at line 2433 of file xichart.cxx.
References maData, XclChChart3d::mnDepthGap, XclChChart3d::mnElevation, XclChChart3d::mnEyeDist, XclChChart3d::mnFlags, XclChChart3d::mnRelDepth, XclChChart3d::mnRelHeight, XclChChart3d::mnRotation, SvStream::ReadInt16(), and rStrm.
|
private |
Definition at line 916 of file xichart.hxx.
Referenced by Convert(), IsClustered(), and ReadChChart3d().