LibreOffice Module chart2 (master) 1
|
#include <WrappedCharacterHeightProperty.hxx>
Public Member Functions | |
WrappedCharacterHeightProperty (ReferenceSizePropertyProvider *pRefSizePropProvider) | |
virtual | ~WrappedCharacterHeightProperty () override |
Public Member Functions inherited from chart::wrapper::WrappedCharacterHeightProperty_Base | |
WrappedCharacterHeightProperty_Base (const OUString &rOuterEqualsInnerName, ReferenceSizePropertyProvider *pRefSizePropProvider) | |
virtual | ~WrappedCharacterHeightProperty_Base () override |
virtual void | setPropertyValue (const css::uno::Any &rOuterValue, const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const override |
virtual css::uno::Any | getPropertyValue (const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const override |
virtual css::uno::Any | getPropertyDefault (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const override |
virtual css::beans::PropertyState | getPropertyState (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const override |
Public Member Functions inherited from chart::WrappedProperty | |
WrappedProperty (OUString aOuterName, OUString aInnerName) | |
The property visible to the outer PropertySet in the PropertySetWrapper may have a different name, type and value than a corresponding property of the inner PropertySet. More... | |
virtual | ~WrappedProperty () |
const OUString & | getOuterName () const |
virtual OUString | getInnerName () const |
virtual void | setPropertyValue (const css::uno::Any &rOuterValue, const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const |
virtual css::uno::Any | getPropertyValue (const css::uno::Reference< css::beans::XPropertySet > &xInnerPropertySet) const |
virtual void | setPropertyToDefault (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const |
virtual css::uno::Any | getPropertyDefault (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const |
virtual css::beans::PropertyState | getPropertyState (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) const |
Static Public Member Functions | |
static void | addWrappedProperties (std::vector< std::unique_ptr< WrappedProperty > > &rList, ReferenceSizePropertyProvider *pRefSizePropProvider) |
Additional Inherited Members | |
Protected Member Functions inherited from chart::wrapper::WrappedCharacterHeightProperty_Base | |
virtual css::uno::Any | convertInnerToOuterValue (const css::uno::Any &rInnerValue) const override |
virtual css::uno::Any | convertOuterToInnerValue (const css::uno::Any &rOuterValue) const override |
virtual css::uno::Any | convertInnerToOuterValue (const css::uno::Any &rInnerValue) const |
virtual css::uno::Any | convertOuterToInnerValue (const css::uno::Any &rOuterValue) const |
Protected Attributes inherited from chart::WrappedProperty | |
OUString | m_aOuterName |
OUString | m_aInnerName |
Definition at line 52 of file WrappedCharacterHeightProperty.hxx.
|
explicit |
Definition at line 112 of file WrappedCharacterHeightProperty.cxx.
Referenced by addWrappedProperties().
|
overridevirtual |
Definition at line 116 of file WrappedCharacterHeightProperty.cxx.
|
static |
Definition at line 44 of file WrappedCharacterHeightProperty.cxx.
References WrappedCharacterHeightProperty().
Referenced by chart::wrapper::AxisWrapper::createWrappedProperties(), chart::wrapper::DataSeriesPointWrapper::createWrappedProperties(), chart::wrapper::LegendWrapper::createWrappedProperties(), and chart::wrapper::TitleWrapper::createWrappedProperties().