LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
XclImpChChart3d Class Reference

Represents the CHCHART3D record that contains 3D view settings. More...

#include <xichart.hxx>

Collaboration diagram for XclImpChChart3d:
[legend]

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
 

Detailed Description

Represents the CHCHART3D record that contains 3D view settings.

Definition at line 905 of file xichart.hxx.

Member Function Documentation

◆ Convert()

void XclImpChChart3d::Convert ( ScfPropertySet rPropSet,
bool  b3dWallChart 
) const

◆ IsClustered()

bool XclImpChChart3d::IsClustered ( ) const
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.

◆ ReadChChart3d()

void XclImpChChart3d::ReadChChart3d ( XclImpStream rStrm)

Member Data Documentation

◆ maData

XclChChart3d XclImpChChart3d::maData
private

Definition at line 916 of file xichart.hxx.

Referenced by Convert(), IsClustered(), and ReadChChart3d().


The documentation for this class was generated from the following files: