20#ifndef INCLUDED_OOX_DRAWINGML_CHART_DATASOURCEMODEL_HXX 
   21#define INCLUDED_OOX_DRAWINGML_CHART_DATASOURCEMODEL_HXX 
   25#include <com/sun/star/uno/Any.hxx> 
   27#include <rtl/ustring.hxx> 
   37    typedef ::std::map< sal_Int32, css::uno::Any > 
AnyMap;
 
DataSequenceModel()
Type of number format in maFormatCode.
 
sal_Int32 mnPointCount
Number format for double values.
 
sal_Int32 mnLevelCount
Number of points in this series source.
 
OUString maFormula
Map of values, indexed by point identifier.
 
::std::map< sal_Int32, css::uno::Any > AnyMap
 
OUString maFormatCode
Formula reference, e.g. into a spreadsheet.
 
SvNumFormatType meFormatType
Number of category levels.
 
ModelRef< DataSequenceModel > DataSequenceRef
 
DataSourceModel()
The data sequence or formula link of this source.
 
DataSequenceRef mxDataSeq