36 css::uno::Reference< css::uno::XComponentContext >
const & xContext,
37 const OUString & rServiceName,
39 sal_Int32 nNumberOfLines );
50 virtual ::cppu::IPropertyArrayHelper & SAL_CALL
getInfoHelper()
override;
53 virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
59 bool bAdaptProperties )
override;
65 ::sal_Int32 nChartTypeGroupIndex,
66 ::sal_Int32 nSeriesIndex,
67 ::sal_Int32 nSeriesCount )
override;
For creating diagrams and modifying existing diagrams.
virtual bool matchesTemplate2(const rtl::Reference< ::chart::Diagram > &xDiagram, bool bAdaptProperties) override
virtual void createChartTypes(const std::vector< std::vector< rtl::Reference< ::chart::DataSeries > > > &aSeriesSeq, const std::vector< rtl::Reference< ::chart::BaseCoordinateSystem > > &rCoordSys, const std::vector< rtl::Reference< ChartType > > &aOldChartTypesSeq) override
create a data series tree, that fits the requirements of the chart type.
virtual void applyStyle2(const rtl::Reference< ::chart::DataSeries > &xSeries, ::sal_Int32 nChartTypeGroupIndex, ::sal_Int32 nSeriesIndex, ::sal_Int32 nSeriesCount) override
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
ColumnLineChartTypeTemplate(css::uno::Reference< css::uno::XComponentContext > const &xContext, const OUString &rServiceName, StackMode eStackMode, sal_Int32 nNumberOfLines)
virtual rtl::Reference< ::chart::DataInterpreter > getDataInterpreter2() override
virtual ~ColumnLineChartTypeTemplate() override
virtual StackMode getStackMode(sal_Int32 nChartTypeIndex) const override
returns StackMode::NONE by default.
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper() override
The InfoHelper table contains all property names and types of this object.
virtual rtl::Reference< ::chart::ChartType > getChartTypeForIndex(sal_Int32 nChartTypeIndex) override
virtual void GetDefaultValue(sal_Int32 nHandle, css::uno::Any &rAny) const override
merge XInterface implementations
virtual rtl::Reference< ::chart::ChartType > getChartTypeForNewSeries2(const std::vector< rtl::Reference< ::chart::ChartType > > &aFormerlyUsedChartTypes) override
#define DECLARE_XTYPEPROVIDER()
#define DECLARE_XINTERFACE()