|
LibreOffice Module xmloff (master) 1
|
#include "SchXMLPlotAreaContext.hxx"#include <SchXMLImport.hxx>#include "SchXMLAxisContext.hxx"#include "SchXMLSeries2Context.hxx"#include "SchXMLTools.hxx"#include <comphelper/processfactory.hxx>#include <comphelper/sequence.hxx>#include <sal/log.hxx>#include <comphelper/diagnose_ex.hxx>#include <utility>#include <xmloff/xmlnamespace.hxx>#include <xmloff/namespacemap.hxx>#include <xmloff/xmluconv.hxx>#include <xmloff/prstylei.hxx>#include <xmloff/xmlstyle.hxx>#include <oox/helper/containerhelper.hxx>#include <com/sun/star/awt/Point.hpp>#include <com/sun/star/awt/Size.hpp>#include <com/sun/star/chart/ErrorBarStyle.hpp>#include <com/sun/star/chart/X3DDisplay.hpp>#include <com/sun/star/chart/XStatisticDisplay.hpp>#include <com/sun/star/chart/XDiagramPositioning.hpp>#include <com/sun/star/chart/XChartDocument.hpp>#include <com/sun/star/chart2/XChartDocument.hpp>#include <com/sun/star/chart2/data/XDataSink.hpp>#include <com/sun/star/chart2/data/XRangeXMLConversion.hpp>#include <com/sun/star/chart2/data/LabeledDataSequence.hpp>#include <com/sun/star/drawing/CameraGeometry.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <com/sun/star/xml/sax/XAttributeList.hpp>Go to the source code of this file.
Functions | |
| static void | lcl_setErrorBarSequence (const uno::Reference< chart2::XChartDocument > &xDoc, const uno::Reference< beans::XPropertySet > &xBarProp, const OUString &aXMLRange, bool bPositiveValue, bool bYError, tSchXMLLSequencesPerIndex &rSequences) |
|
static |
Definition at line 991 of file SchXMLPlotAreaContext.cxx.
References comphelper::getProcessComponentContext(), SCH_XML_PART_ERROR_BARS, and SchXMLTools::setXMLRangePropertyAtDataSequence().
Referenced by SchXMLStatisticsObjectContext::startFastElement().