LibreOffice Module sc (master) 1
Functions
vbachart.cxx File Reference
#include "vbachart.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/sheet/XCellRangeAddressable.hpp>
#include <com/sun/star/chart/XAxisXSupplier.hpp>
#include <com/sun/star/chart/XAxisYSupplier.hpp>
#include <com/sun/star/chart/XAxisZSupplier.hpp>
#include <com/sun/star/chart/XTwoAxisXSupplier.hpp>
#include <com/sun/star/chart/XTwoAxisYSupplier.hpp>
#include <com/sun/star/chart/XChartDataArray.hpp>
#include <com/sun/star/chart/ChartSymbolType.hpp>
#include <com/sun/star/chart/ChartSolidType.hpp>
#include <com/sun/star/chart/ChartDataRowSource.hpp>
#include <ooo/vba/excel/XlChartType.hpp>
#include <ooo/vba/excel/XlRowCol.hpp>
#include <ooo/vba/excel/XlAxisType.hpp>
#include <ooo/vba/excel/XlAxisGroup.hpp>
#include <basic/sberrors.hxx>
#include "vbachartobject.hxx"
#include "vbarange.hxx"
#include "vbacharttitle.hxx"
#include "vbaaxes.hxx"
#include <document.hxx>
#include <utility>
Include dependency graph for vbachart.cxx:

Go to the source code of this file.

Functions

constexpr OUStringLiteral CHART_NAME (u"Name")
 
constexpr OUStringLiteral DEFAULTSERIESPREFIX (u"Series")
 
constexpr OUStringLiteral DATAROWSOURCE (u"DataRowSource")
 
constexpr OUStringLiteral UPDOWN (u"UpDown")
 
constexpr OUStringLiteral VOLUME (u"Volume")
 
constexpr OUStringLiteral LINES (u"Lines")
 
constexpr OUStringLiteral SPLINETYPE (u"SplineType")
 
constexpr OUStringLiteral SYMBOLTYPE (u"SymbolType")
 
constexpr OUStringLiteral DEEP (u"Deep")
 
constexpr OUStringLiteral SOLIDTYPE (u"SolidType")
 
constexpr OUStringLiteral VERTICAL (u"Vertical")
 
constexpr OUStringLiteral PERCENT (u"Percent")
 
constexpr OUStringLiteral STACKED (u"Stacked")
 
constexpr OUStringLiteral DIM3D (u"Dim3D")
 
constexpr OUStringLiteral HASMAINTITLE (u"HasMainTitle")
 
constexpr OUStringLiteral HASLEGEND (u"HasLegend")
 

Function Documentation

◆ CHART_NAME()

constexpr OUStringLiteral CHART_NAME ( u"Name"  )
constexpr

Referenced by ScVbaChart::getName().

◆ DATAROWSOURCE()

constexpr OUStringLiteral DATAROWSOURCE ( u"DataRowSource"  )
constexpr

◆ DEEP()

constexpr OUStringLiteral DEEP ( u"Deep"  )
constexpr

◆ DEFAULTSERIESPREFIX()

constexpr OUStringLiteral DEFAULTSERIESPREFIX ( u"Series"  )
constexpr

◆ DIM3D()

constexpr OUStringLiteral DIM3D ( u"Dim3D"  )
constexpr

◆ HASLEGEND()

constexpr OUStringLiteral HASLEGEND ( u"HasLegend"  )
constexpr

◆ HASMAINTITLE()

constexpr OUStringLiteral HASMAINTITLE ( u"HasMainTitle"  )
constexpr

◆ LINES()

constexpr OUStringLiteral LINES ( u"Lines"  )
constexpr

◆ PERCENT()

constexpr OUStringLiteral PERCENT ( u"Percent"  )
constexpr

◆ SOLIDTYPE()

constexpr OUStringLiteral SOLIDTYPE ( u"SolidType"  )
constexpr

◆ SPLINETYPE()

constexpr OUStringLiteral SPLINETYPE ( u"SplineType"  )
constexpr

◆ STACKED()

constexpr OUStringLiteral STACKED ( u"Stacked"  )
constexpr

◆ SYMBOLTYPE()

constexpr OUStringLiteral SYMBOLTYPE ( u"SymbolType"  )
constexpr

◆ UPDOWN()

constexpr OUStringLiteral UPDOWN ( u"UpDown"  )
constexpr

◆ VERTICAL()

constexpr OUStringLiteral VERTICAL ( u"Vertical"  )
constexpr

◆ VOLUME()

constexpr OUStringLiteral VOLUME ( u"Volume"  )
constexpr