LibreOffice Module chart2 (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
chart::wrapper::WrappedCharacterHeightProperty_Base Class Reference

#include <WrappedCharacterHeightProperty.hxx>

Inheritance diagram for chart::wrapper::WrappedCharacterHeightProperty_Base:
[legend]
Collaboration diagram for chart::wrapper::WrappedCharacterHeightProperty_Base:
[legend]

Public Member Functions

 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
 

Protected Member Functions

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
 

Private Attributes

ReferenceSizePropertyProviderm_pRefSizePropProvider
 

Additional Inherited Members

- Protected Attributes inherited from chart::WrappedProperty
OUString m_aOuterName
 
OUString m_aInnerName
 

Detailed Description

Definition at line 30 of file WrappedCharacterHeightProperty.hxx.

Constructor & Destructor Documentation

◆ WrappedCharacterHeightProperty_Base()

chart::wrapper::WrappedCharacterHeightProperty_Base::WrappedCharacterHeightProperty_Base ( const OUString &  rOuterEqualsInnerName,
ReferenceSizePropertyProvider pRefSizePropProvider 
)

Definition at line 33 of file WrappedCharacterHeightProperty.cxx.

◆ ~WrappedCharacterHeightProperty_Base()

chart::wrapper::WrappedCharacterHeightProperty_Base::~WrappedCharacterHeightProperty_Base ( )
overridevirtual

Definition at line 40 of file WrappedCharacterHeightProperty.cxx.

Member Function Documentation

◆ convertInnerToOuterValue()

Any chart::wrapper::WrappedCharacterHeightProperty_Base::convertInnerToOuterValue ( const css::uno::Any &  rInnerValue) const
overrideprotectedvirtual

Reimplemented from chart::WrappedProperty.

Definition at line 101 of file WrappedCharacterHeightProperty.cxx.

References Any.

◆ convertOuterToInnerValue()

Any chart::wrapper::WrappedCharacterHeightProperty_Base::convertOuterToInnerValue ( const css::uno::Any &  rOuterValue) const
overrideprotectedvirtual

Reimplemented from chart::WrappedProperty.

Definition at line 106 of file WrappedCharacterHeightProperty.cxx.

References Any.

◆ getPropertyDefault()

Any chart::wrapper::WrappedCharacterHeightProperty_Base::getPropertyDefault ( const css::uno::Reference< css::beans::XPropertyState > &  xInnerPropertyState) const
overridevirtual
Exceptions
css::beans::UnknownPropertyException
css::lang::WrappedTargetException
css::uno::RuntimeException

Reimplemented from chart::WrappedProperty.

Definition at line 86 of file WrappedCharacterHeightProperty.cxx.

References Any, and chart::WrappedProperty::m_aInnerName.

◆ getPropertyState()

beans::PropertyState chart::wrapper::WrappedCharacterHeightProperty_Base::getPropertyState ( const css::uno::Reference< css::beans::XPropertyState > &  xInnerPropertyState) const
overridevirtual
Exceptions
css::beans::UnknownPropertyException
css::uno::RuntimeException

Reimplemented from chart::WrappedProperty.

Definition at line 96 of file WrappedCharacterHeightProperty.cxx.

◆ getPropertyValue()

Any chart::wrapper::WrappedCharacterHeightProperty_Base::getPropertyValue ( const css::uno::Reference< css::beans::XPropertySet > &  xInnerPropertySet) const
overridevirtual

◆ setPropertyValue()

void chart::wrapper::WrappedCharacterHeightProperty_Base::setPropertyValue ( const css::uno::Any &  rOuterValue,
const css::uno::Reference< css::beans::XPropertySet > &  xInnerPropertySet 
) const
overridevirtual
Exceptions
css::beans::UnknownPropertyException
css::beans::PropertyVetoException
css::lang::IllegalArgumentException
css::lang::WrappedTargetException
css::uno::RuntimeException

Reimplemented from chart::WrappedProperty.

Definition at line 52 of file WrappedCharacterHeightProperty.cxx.

References chart::WrappedProperty::m_aInnerName, m_pRefSizePropProvider, and chart::wrapper::ReferenceSizePropertyProvider::updateReferenceSize().

Member Data Documentation

◆ m_pRefSizePropProvider

ReferenceSizePropertyProvider* chart::wrapper::WrappedCharacterHeightProperty_Base::m_pRefSizePropProvider
private

Definition at line 49 of file WrappedCharacterHeightProperty.hxx.

Referenced by getPropertyValue(), and setPropertyValue().


The documentation for this class was generated from the following files: