50 css::uno::Reference< css::uno::XComponentContext >
const & xContext,
51 const OUString & rServiceName,
53 bool bJapaneseStyle );
59 DECLARE_XTYPEPROVIDER()
67 virtual css::
uno::
Reference< css::beans::XPropertySetInfo > SAL_CALL
73 bool bAdaptProperties ) override;
80 ::sal_Int32 nChartTypeIndex,
81 ::sal_Int32 nSeriesIndex,
82 ::sal_Int32 nSeriesCount ) override;
For creating diagrams and modifying existing diagrams.
offers tooling to interpret different data sources in a structural and chart-type-dependent way.
virtual bool matchesTemplate2(const rtl::Reference< ::chart::Diagram > &xDiagram, bool bAdaptProperties) override
virtual rtl::Reference< ::chart::DataInterpreter > getDataInterpreter2() override
StockVariant m_eStockVariant
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 ~StockChartTypeTemplate() override
virtual void GetDefaultValue(sal_Int32 nHandle, css::uno::Any &rAny) const override
merge XInterface implementations
virtual rtl::Reference< ::chart::ChartType > getChartTypeForIndex(sal_Int32 nChartTypeIndex) override
StockChartTypeTemplate(css::uno::Reference< css::uno::XComponentContext > const &xContext, const OUString &rServiceName, StockVariant eVariant, bool bJapaneseStyle)
CTOR.
virtual rtl::Reference< ::chart::ChartType > getChartTypeForNewSeries2(const std::vector< rtl::Reference< ::chart::ChartType > > &aFormerlyUsedChartTypes) override
virtual void applyStyle2(const rtl::Reference< ::chart::DataSeries > &xSeries, ::sal_Int32 nChartTypeIndex, ::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 css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
virtual void resetStyles2(const rtl::Reference< ::chart::Diagram > &xDiagram) override
virtual sal_Int32 getAxisCountByDimension(sal_Int32 nDimension) override
Give the number of requested axis per dimension here.
#define DECLARE_XINTERFACE()