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

The CHMARKERFORMAT record containing data point marker formatting data. More...

#include <xichart.hxx>

Collaboration diagram for XclImpChMarkerFormat:
[legend]

Public Member Functions

void ReadChMarkerFormat (XclImpStream &rStrm)
 Reads the CHMARKERFORMAT record (data point marker properties). More...
 
bool IsAuto () const
 Returns true, if the marker format is set to automatic. More...
 
void Convert (const XclImpChRoot &rRoot, ScfPropertySet &rPropSet, sal_uInt16 nFormatIdx, sal_Int16 nLineWeight) const
 Converts and writes the contained data to the passed property set. More...
 
void ConvertColor (const XclImpChRoot &rRoot, ScfPropertySet &rPropSet, sal_uInt16 nFormatIdx) const
 Sets the marker fill color as main color to the passed property set. More...
 

Private Attributes

XclChMarkerFormat maData
 

Detailed Description

The CHMARKERFORMAT record containing data point marker formatting data.

Definition at line 564 of file xichart.hxx.

Member Function Documentation

◆ Convert()

void XclImpChMarkerFormat::Convert ( const XclImpChRoot rRoot,
ScfPropertySet rPropSet,
sal_uInt16  nFormatIdx,
sal_Int16  nLineWeight 
) const

◆ ConvertColor()

void XclImpChMarkerFormat::ConvertColor ( const XclImpChRoot rRoot,
ScfPropertySet rPropSet,
sal_uInt16  nFormatIdx 
) const

Sets the marker fill color as main color to the passed property set.

Definition at line 1321 of file xichart.cxx.

References EXC_CHPROP_COLOR, XclImpChRoot::GetSeriesLineAutoColor(), IsAuto(), maData, XclChMarkerFormat::maFillColor, and ScfPropertySet::SetColorProperty().

◆ IsAuto()

bool XclImpChMarkerFormat::IsAuto ( ) const
inline

Returns true, if the marker format is set to automatic.

Definition at line 571 of file xichart.hxx.

References EXC_CHMARKERFORMAT_AUTO, get_flag(), maData, and XclChMarkerFormat::mnFlags.

Referenced by Convert(), and ConvertColor().

◆ ReadChMarkerFormat()

void XclImpChMarkerFormat::ReadChMarkerFormat ( XclImpStream rStrm)

Member Data Documentation

◆ maData

XclChMarkerFormat XclImpChMarkerFormat::maData
private

Definition at line 581 of file xichart.hxx.

Referenced by Convert(), ConvertColor(), IsAuto(), and ReadChMarkerFormat().


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