LibreOffice Module oox (master) 1
|
#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... | |
Definition at line 35 of file datasourcemodel.hxx.
typedef ::std::map< sal_Int32, css::uno::Any > oox::drawingml::chart::DataSequenceModel::AnyMap |
Definition at line 37 of file datasourcemodel.hxx.
|
explicit |
Type of number format in maFormatCode.
Definition at line 25 of file datasourcemodel.cxx.
References UNDEFINED.
oox::drawingml::chart::DataSequenceModel::~DataSequenceModel | ( | ) |
Definition at line 32 of file datasourcemodel.cxx.
AnyMap oox::drawingml::chart::DataSequenceModel::maData |
Definition at line 39 of file datasourcemodel.hxx.
Referenced by oox::drawingml::chart::ChartConverter::createDataSequence(), and oox::drawingml::chart::DataSequenceConverter::createDataSequence().
OUString oox::drawingml::chart::DataSequenceModel::maFormatCode |
Formula reference, e.g. into a spreadsheet.
Definition at line 41 of file datasourcemodel.hxx.
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().
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().
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().
sal_Int32 oox::drawingml::chart::DataSequenceModel::mnPointCount |
Number format for double values.
Definition at line 42 of file datasourcemodel.hxx.
Referenced by oox::drawingml::chart::ChartConverter::createDataSequence(), and oox::drawingml::chart::DataSequenceConverter::createDataSequence().