|
LibreOffice Module xmloff (master) 1
|
#include <sax/tools/converter.hxx>#include "SchXMLTableContext.hxx"#include "SchXMLParagraphContext.hxx"#include "SchXMLTextListContext.hxx"#include <SchXMLImport.hxx>#include "SchXMLTools.hxx"#include "transporttypes.hxx"#include <XMLStringBufferImportContext.hxx>#include <o3tl/safeint.hxx>#include <o3tl/string_view.hxx>#include <sal/log.hxx>#include <xmloff/xmlnamespace.hxx>#include <xmloff/xmltoken.hxx>#include <xmloff/namespacemap.hxx>#include <comphelper/sequence.hxx>#include <comphelper/string.hxx>#include <com/sun/star/chart2/XAnyDescriptionAccess.hpp>#include <com/sun/star/chart2/XDataSeriesContainer.hpp>#include <com/sun/star/chart2/XChartDocument.hpp>#include <com/sun/star/chart2/XChartTypeContainer.hpp>#include <com/sun/star/chart2/XInternalDataProvider.hpp>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>#include <limits>#include <vector>#include <algorithm>#include <iterator>#include <string_view>Go to the source code of this file.
Functions | |
| static void | lcl_ApplyCellToComplexLabel (const SchXMLCell &rCell, Sequence< uno::Any > &rComplexLabel) |
|
static |
Definition at line 663 of file SchXMLTableContext.cxx.
References SchXMLCell::aComplexString, SchXMLCell::aString, SchXMLCell::eType, SchXMLCell::fValue, nCount, SCH_CELL_TYPE_COMPLEX_STRING, SCH_CELL_TYPE_FLOAT, and SCH_CELL_TYPE_STRING.
Referenced by SchXMLTableHelper::applyTableToInternalDataProvider().