LibreOffice Module xmloff (master)
1
|
#include <com/sun/star/chart2/XDataSeries.hpp>
#include <com/sun/star/chart2/data/XLabeledDataSequence.hpp>
#include <vector>
#include <map>
#include <optional>
Go to the source code of this file.
Classes | |
struct | SchXMLCell |
struct | SchXMLTable |
struct | SchXMLAxis |
struct | GlobalSeriesImportInfo |
struct | RegressionStyle |
struct | DataRowPointStyle |
Macros | |
#define | SCH_XML_CATEGORIES_INDEX (static_cast<tSchXMLIndex>(-1)) |
Typedefs | |
typedef sal_Int32 | tSchXMLIndex |
typedef ::std::pair< tSchXMLIndex, SchXMLLabeledSequencePart > | tSchXMLIndexWithPart |
typedef ::std::multimap< tSchXMLIndexWithPart, css::uno::Reference< css::chart2::data::XLabeledDataSequence > > | tSchXMLLSequencesPerIndex |
typedef ::std::multimap< OUString, css::uno::Reference< css::chart2::data::XDataSequence > > | tSchXMLRangeSequenceMap |
Functions | |
bool | operator< (const tSchXMLIndexWithPart &rFirst, const tSchXMLIndexWithPart &rSecond) |
#define SCH_XML_CATEGORIES_INDEX (static_cast<tSchXMLIndex>(-1)) |
Definition at line 78 of file transporttypes.hxx.
Referenced by SchXMLTools::CreateCategories(), and SchXMLTableHelper::switchRangesFromOuterToInternalIfNecessary().
typedef sal_Int32 tSchXMLIndex |
Definition at line 77 of file transporttypes.hxx.
typedef ::std::pair< tSchXMLIndex, SchXMLLabeledSequencePart > tSchXMLIndexWithPart |
Definition at line 85 of file transporttypes.hxx.
typedef ::std::multimap< tSchXMLIndexWithPart, css::uno::Reference< css::chart2::data::XLabeledDataSequence > > tSchXMLLSequencesPerIndex |
Definition at line 88 of file transporttypes.hxx.
typedef ::std::multimap< OUString, css::uno::Reference< css::chart2::data::XDataSequence > > tSchXMLRangeSequenceMap |
Definition at line 211 of file transporttypes.hxx.
enum SchXMLAxisDimension |
Enumerator | |
---|---|
SCH_XML_AXIS_X | |
SCH_XML_AXIS_Y | |
SCH_XML_AXIS_Z | |
SCH_XML_AXIS_UNDEF |
Definition at line 92 of file transporttypes.hxx.
enum SchXMLCellType |
Enumerator | |
---|---|
SCH_CELL_TYPE_UNKNOWN | |
SCH_CELL_TYPE_FLOAT | |
SCH_CELL_TYPE_STRING | |
SCH_CELL_TYPE_COMPLEX_STRING |
Definition at line 28 of file transporttypes.hxx.
Enumerator | |
---|---|
SCH_XML_PART_LABEL | |
SCH_XML_PART_VALUES | |
SCH_XML_PART_ERROR_BARS |
Definition at line 79 of file transporttypes.hxx.
bool operator< | ( | const tSchXMLIndexWithPart & | rFirst, |
const tSchXMLIndexWithPart & | rSecond | ||
) |
Definition at line 23 of file transporttypes.cxx.