Searched defs:DataSequenceModel (Results 1 – 3 of 3) sorted by relevance
36 struct DataSequenceModel struct38 typedef ::std::map< sal_Int32, ::com::sun::star::uno::Any > AnyMap;40 AnyMap maData; /// Map of values, indexed by point identifier.43 sal_Int32 mnPointCount; /// Number of points in this series source.
32 DataSequenceModel::DataSequenceModel() : in DataSequenceModel() function in oox::drawingml::chart::DataSequenceModel
80 …> ChartConverter::createDataSequence( const Reference< XDataProvider >&, const DataSequenceModel& ) in createDataSequence()
Completed in 13 milliseconds