36 css::uno::Reference< css::uno::XComponentContext >
const & xContext,
37 const OUString & rServiceName,
50 virtual ::cppu::IPropertyArrayHelper & SAL_CALL
getInfoHelper()
override;
53 virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
62 ::sal_Int32 nChartTypeGroupIndex,
63 ::sal_Int32 nSeriesIndex,
64 ::sal_Int32 nSeriesCount )
override;
virtual rtl::Reference< ::chart::ChartType > getChartTypeForIndex(sal_Int32 nChartTypeIndex) override
virtual void resetStyles2(const rtl::Reference< ::chart::Diagram > &xDiagram) override
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper() override
The InfoHelper table contains all property names and types of this object.
virtual ~AreaChartTypeTemplate() 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 StackMode getStackMode(sal_Int32 nChartTypeIndex) const override
returns StackMode::NONE by default.
AreaChartTypeTemplate(css::uno::Reference< css::uno::XComponentContext > const &xContext, const OUString &rServiceName, StackMode eStackMode, sal_Int32 nDim=2)
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
virtual sal_Int32 getDimension() const override
returns 2 by default. Supported are 2 and 3
virtual rtl::Reference< ::chart::ChartType > getChartTypeForNewSeries2(const std::vector< rtl::Reference< ::chart::ChartType > > &aFormerlyUsedChartTypes) override
For creating diagrams and modifying existing diagrams.
#define DECLARE_XTYPEPROVIDER()
#define DECLARE_XINTERFACE()