25#include <com/sun/star/drawing/LineStyle.hpp>
27#include <com/sun/star/uno/XComponentContext.hpp>
34using ::com::sun::star::uno::Reference;
35using ::com::sun::star::uno::Sequence;
36using ::com::sun::star::beans::Property;
43 static ::cppu::OPropertyArrayHelper aPropHelper = []()
60 uno::XComponentContext >
const & xContext,
61 const OUString & rServiceName ) :
73 tPropertyValueMap::const_iterator aFound( aStaticDefaults.find(
nHandle ) );
74 if( aFound == aStaticDefaults.end() )
77 rAny = (*aFound).second;
82 return StaticBubbleChartTypeTemplateInfoHelper();
90 return xPropertySetInfo;
105 ::sal_Int32 nChartTypeIndex,
106 ::sal_Int32 nSeriesIndex,
107 ::sal_Int32 nSeriesCount )
135 catch(
const uno::Exception & )
PropertiesInfo aProperties
virtual ~BubbleChartTypeTemplate() override
virtual sal_Bool SAL_CALL supportsCategories() override
denotes if the chart needs categories at the first scale
virtual rtl::Reference< ::chart::ChartType > getChartTypeForNewSeries2(const std::vector< rtl::Reference< ::chart::ChartType > > &aFormerlyUsedChartTypes) 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 rtl::Reference< ::chart::ChartType > getChartTypeForIndex(sal_Int32 nChartTypeIndex) override
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.
BubbleChartTypeTemplate(css::uno::Reference< css::uno::XComponentContext > const &xContext, const OUString &rServiceName)
virtual StackMode getStackMode(sal_Int32 nChartTypeIndex) const override
returns StackMode::NONE by default.
virtual sal_Int32 getDimension() const override
returns 2 by default. Supported are 2 and 3
virtual rtl::Reference< ::chart::DataInterpreter > getDataInterpreter2() override
For creating diagrams and modifying existing diagrams.
static void copyPropertiesFromOldToNewCoordinateSystem(const std::vector< rtl::Reference< ChartType > > &rOldChartTypesSeq, const rtl::Reference< ChartType > &xNewChartType)
rtl::Reference< ::chart::DataInterpreter > m_xDataInterpreter
virtual void applyStyle2(const rtl::Reference< ::chart::DataSeries > &xSeries, ::sal_Int32 nChartTypeIndex, ::sal_Int32 nSeriesIndex, ::sal_Int32 nSeriesCount)
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL createPropertySetInfo(IPropertyArrayHelper &rProperties)
#define DBG_UNHANDLED_EXCEPTION(...)
OOO_DLLPUBLIC_CHARTTOOLS void setPropertyAlsoToAllAttributedDataPoints(const rtl::Reference< ::chart::DataSeries > &xSeries, const OUString &rPropertyName, const css::uno::Any &rPropertyValue)
std::unordered_map< tPropertyValueMapKey, css::uno::Any > tPropertyValueMap
css::uno::Sequence< DstElementType > containerToSequence(const SrcType &i_Container)
IMPLEMENT_FORWARD_XTYPEPROVIDER2(ChildWindowPane, ChildWindowPaneInterfaceBase, Pane)
IMPLEMENT_FORWARD_XINTERFACE2(ChildWindowPane, ChildWindowPaneInterfaceBase, Pane)