57 static void addWrappedProperties( std::vector< std::unique_ptr<WrappedProperty> >& rList,
const std::shared_ptr< Chart2ModelContact >& spChart2ModelContact );
59 virtual void setPropertyValue(
const css::uno::Any& rOuterValue,
const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet )
const override;
61 virtual css::uno::Any
getPropertyValue(
const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet )
const override;
69 void setPropertyValue(
tScaleProperty eScaleProperty,
const css::uno::Any& rOuterValue,
const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet )
const;
std::shared_ptr< Chart2ModelContact > m_spChart2ModelContact
virtual ~WrappedScaleProperty() override
static void addWrappedProperties(std::vector< std::unique_ptr< WrappedProperty > > &rList, const std::shared_ptr< Chart2ModelContact > &spChart2ModelContact)
css::uno::Any m_aOuterValue
css::uno::Any getPropertyValue(tScaleProperty eScaleProperty, const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const
tScaleProperty m_eScaleProperty
virtual void setPropertyValue(const css::uno::Any &rOuterValue, const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const override
void setPropertyValue(tScaleProperty eScaleProperty, const css::uno::Any &rOuterValue, const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const
@ SCALE_PROP_EXPLICIT_DATE_INCREMENT
@ SCALE_PROP_AUTO_STEPMAIN
@ SCALE_PROP_AUTO_STEPHELP
@ SCALE_PROP_DATE_INCREMENT
@ SCALE_PROP_STEPHELP_COUNT
@ SCALE_PROP_REVERSEDIRECTION
WrappedScaleProperty(tScaleProperty eScaleProperty, std::shared_ptr< Chart2ModelContact > spChart2ModelContact)
virtual css::uno::Any getPropertyValue(const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const override