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

The CHSERIESFORMAT record containing additional settings for a data series. More...

#include <xichart.hxx>

Public Member Functions

 XclImpChSeriesFormat ()
 
void ReadChSeriesFormat (XclImpStream &rStrm)
 Reads the CHSERIESFORMAT record (additional settings for a series). More...
 
bool HasSpline () const
 Returns true, if the series line is smoothed. More...
 

Private Attributes

sal_uInt16 mnFlags
 

Detailed Description

The CHSERIESFORMAT record containing additional settings for a data series.

Definition at line 603 of file xichart.hxx.

Constructor & Destructor Documentation

◆ XclImpChSeriesFormat()

XclImpChSeriesFormat::XclImpChSeriesFormat ( )
explicit

Definition at line 1344 of file xichart.cxx.

Member Function Documentation

◆ HasSpline()

bool XclImpChSeriesFormat::HasSpline ( ) const
inline

Returns true, if the series line is smoothed.

Definition at line 610 of file xichart.hxx.

References EXC_CHSERIESFORMAT_SMOOTHED, get_flag(), and mnFlags.

◆ ReadChSeriesFormat()

void XclImpChSeriesFormat::ReadChSeriesFormat ( XclImpStream rStrm)

Reads the CHSERIESFORMAT record (additional settings for a series).

Definition at line 1349 of file xichart.cxx.

References mnFlags, and rStrm.

Member Data Documentation

◆ mnFlags

sal_uInt16 XclImpChSeriesFormat::mnFlags
private

Definition at line 613 of file xichart.hxx.

Referenced by HasSpline(), and ReadChSeriesFormat().


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