35 css::uno::Reference< css::uno::XComponentContext >
const & xContext,
36 const OUString & rServiceName,
39 bool bHasLines =
true,
51 virtual ::cppu::IPropertyArrayHelper & SAL_CALL
getInfoHelper()
override;
54 virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
60 bool bAdaptProperties )
override;
66 ::sal_Int32 nChartTypeGroupIndex,
67 ::sal_Int32 nSeriesIndex,
68 ::sal_Int32 nSeriesCount )
override;
For creating diagrams and modifying existing diagrams.
virtual sal_Int32 getDimension() const override
returns 2 by default. Supported are 2 and 3
LineChartTypeTemplate(css::uno::Reference< css::uno::XComponentContext > const &xContext, const OUString &rServiceName, StackMode eStackMode, bool bSymbols, bool bHasLines=true, sal_Int32 nDim=2)
virtual rtl::Reference< ::chart::ChartType > getChartTypeForIndex(sal_Int32 nChartTypeIndex) override
virtual bool matchesTemplate2(const rtl::Reference< ::chart::Diagram > &xDiagram, bool bAdaptProperties) override
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
virtual void GetDefaultValue(sal_Int32 nHandle, css::uno::Any &rAny) const override
merge XInterface implementations
virtual void applyStyle2(const rtl::Reference< ::chart::DataSeries > &xSeries, ::sal_Int32 nChartTypeGroupIndex, ::sal_Int32 nSeriesIndex, ::sal_Int32 nSeriesCount) override
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper() override
The InfoHelper table contains all property names and types of this object.
virtual ~LineChartTypeTemplate() override
virtual StackMode getStackMode(sal_Int32 nChartTypeIndex) const override
returns StackMode::NONE by default.
virtual rtl::Reference< ::chart::ChartType > getChartTypeForNewSeries2(const std::vector< rtl::Reference< ::chart::ChartType > > &aFormerlyUsedChartTypes) override
#define DECLARE_XTYPEPROVIDER()
#define DECLARE_XINTERFACE()