LibreOffice Module oox (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
oox::drawingml::chart::DataSequenceModel Struct Reference

#include <datasourcemodel.hxx>

Public Types

typedef ::std::map< sal_Int32, css::uno::Any > AnyMap
 

Public Member Functions

 DataSequenceModel ()
 Type of number format in maFormatCode. More...
 
 ~DataSequenceModel ()
 

Public Attributes

AnyMap maData
 
OUString maFormula
 Map of values, indexed by point identifier. More...
 
OUString maFormatCode
 Formula reference, e.g. into a spreadsheet. More...
 
sal_Int32 mnPointCount
 Number format for double values. More...
 
sal_Int32 mnLevelCount
 Number of points in this series source. More...
 
SvNumFormatType meFormatType
 Number of category levels. More...
 

Detailed Description

Definition at line 35 of file datasourcemodel.hxx.

Member Typedef Documentation

◆ AnyMap

typedef ::std::map< sal_Int32, css::uno::Any > oox::drawingml::chart::DataSequenceModel::AnyMap

Definition at line 37 of file datasourcemodel.hxx.

Constructor & Destructor Documentation

◆ DataSequenceModel()

oox::drawingml::chart::DataSequenceModel::DataSequenceModel ( )
explicit

Type of number format in maFormatCode.

Definition at line 25 of file datasourcemodel.cxx.

References UNDEFINED.

◆ ~DataSequenceModel()

oox::drawingml::chart::DataSequenceModel::~DataSequenceModel ( )

Definition at line 32 of file datasourcemodel.cxx.

Member Data Documentation

◆ maData

AnyMap oox::drawingml::chart::DataSequenceModel::maData

◆ maFormatCode

OUString oox::drawingml::chart::DataSequenceModel::maFormatCode

Formula reference, e.g. into a spreadsheet.

Definition at line 41 of file datasourcemodel.hxx.

◆ maFormula

OUString oox::drawingml::chart::DataSequenceModel::maFormula

Map of values, indexed by point identifier.

Definition at line 40 of file datasourcemodel.hxx.

Referenced by oox::drawingml::chart::TextContext::onCharacters().

◆ meFormatType

SvNumFormatType oox::drawingml::chart::DataSequenceModel::meFormatType

Number of category levels.

Definition at line 44 of file datasourcemodel.hxx.

Referenced by oox::drawingml::chart::DataSequenceConverter::createDataSequence().

◆ mnLevelCount

sal_Int32 oox::drawingml::chart::DataSequenceModel::mnLevelCount

Number of points in this series source.

Definition at line 43 of file datasourcemodel.hxx.

Referenced by oox::drawingml::chart::ChartConverter::createDataSequence().

◆ mnPointCount

sal_Int32 oox::drawingml::chart::DataSequenceModel::mnPointCount

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