Home
last modified time | relevance | path

Searched defs:DataSequenceModel (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/drawingml/chart/
H A Ddatasourcemodel.hxx33 struct DataSequenceModel struct
35 typedef ::std::map< sal_Int32, css::uno::Any > AnyMap;
37 AnyMap maData; /// Map of values, indexed by point identifier.
38 OUString maFormula; /// Formula reference, e.g. into a spreadsheet.
39 OUString maFormatCode; /// Number format for double values.
40 sal_Int32 mnPointCount; /// Number of points in this series source.
41 sal_Int32 mnLevelCount; /// Number of category levels.
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/drawingml/chart/
H A Ddatasourcemodel.hxx35 struct DataSequenceModel struct
37 typedef ::std::map< sal_Int32, css::uno::Any > AnyMap;
39 AnyMap maData; /// Map of values, indexed by point identifier.
40 OUString maFormula; /// Formula reference, e.g. into a spreadsheet.
41 OUString maFormatCode; /// Number format for double values.
42 sal_Int32 mnPointCount; /// Number of points in this series source.
43 sal_Int32 mnLevelCount; /// Number of category levels.
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/chart/
H A Ddatasourcemodel.cxx24 DataSequenceModel::DataSequenceModel() : in DataSequenceModel() function in oox::drawingml::chart::DataSequenceModel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/chart/
H A Ddatasourcemodel.cxx26 DataSequenceModel::DataSequenceModel() : in DataSequenceModel() function in oox::drawingml::chart::DataSequenceModel