LibreOffice Module chart2 (master) 1
|
#include <WrappedGapwidthProperty.hxx>
Public Member Functions | |
WrappedBarPositionProperty_Base (const OUString &rOuterName, OUString aInnerSequencePropertyName, sal_Int32 nDefaultValue, std::shared_ptr< Chart2ModelContact > spChart2ModelContact) | |
virtual | ~WrappedBarPositionProperty_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 |
void | setDimensionAndAxisIndex (sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex) |
![]() | |
WrappedDefaultProperty (const OUString &rOuterName, const OUString &rInnerName, css::uno::Any aNewOuterDefault) | |
virtual | ~WrappedDefaultProperty () override |
virtual void | setPropertyToDefault (const css::uno::Reference< css::beans::XPropertyState > &xInnerPropertyState) 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 |
![]() | |
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 |
Private Attributes | |
sal_Int32 | m_nDimensionIndex |
sal_Int32 | m_nAxisIndex |
std::shared_ptr< Chart2ModelContact > | m_spChart2ModelContact |
sal_Int32 | m_nDefaultValue |
OUString | m_InnerSequencePropertyName |
css::uno::Any | m_aOuterValue |
Additional Inherited Members | |
![]() | |
virtual css::uno::Any | convertInnerToOuterValue (const css::uno::Any &rInnerValue) const |
virtual css::uno::Any | convertOuterToInnerValue (const css::uno::Any &rOuterValue) const |
![]() | |
OUString | m_aOuterName |
OUString | m_aInnerName |
Definition at line 30 of file WrappedGapwidthProperty.hxx.
chart::wrapper::WrappedBarPositionProperty_Base::WrappedBarPositionProperty_Base | ( | const OUString & | rOuterName, |
OUString | aInnerSequencePropertyName, | ||
sal_Int32 | nDefaultValue, | ||
std::shared_ptr< Chart2ModelContact > | spChart2ModelContact | ||
) |
Definition at line 42 of file WrappedGapwidthProperty.cxx.
References Any.
|
overridevirtual |
Definition at line 62 of file WrappedGapwidthProperty.cxx.
|
overridevirtual |
css::beans::UnknownPropertyException | |
css::lang::WrappedTargetException | |
css::uno::RuntimeException |
Reimplemented from chart::WrappedProperty.
Definition at line 110 of file WrappedGapwidthProperty.cxx.
References Any, m_aOuterValue, m_InnerSequencePropertyName, m_nAxisIndex, m_nDefaultValue, m_nDimensionIndex, and m_spChart2ModelContact.
void chart::wrapper::WrappedBarPositionProperty_Base::setDimensionAndAxisIndex | ( | sal_Int32 | nDimensionIndex, |
sal_Int32 | nAxisIndex | ||
) |
Definition at line 56 of file WrappedGapwidthProperty.cxx.
References m_nAxisIndex, and m_nDimensionIndex.
Referenced by chart::wrapper::AxisWrapper::createWrappedProperties().
|
overridevirtual |
css::beans::UnknownPropertyException | |
css::beans::PropertyVetoException | |
css::lang::IllegalArgumentException | |
css::lang::WrappedTargetException | |
css::uno::RuntimeException |
Reimplemented from chart::WrappedProperty.
Definition at line 66 of file WrappedGapwidthProperty.cxx.
References i, m_aOuterValue, m_InnerSequencePropertyName, m_nAxisIndex, m_nDefaultValue, m_nDimensionIndex, and m_spChart2ModelContact.
|
mutableprivate |
Definition at line 54 of file WrappedGapwidthProperty.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 52 of file WrappedGapwidthProperty.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 48 of file WrappedGapwidthProperty.hxx.
Referenced by getPropertyValue(), setDimensionAndAxisIndex(), and setPropertyValue().
|
private |
Definition at line 51 of file WrappedGapwidthProperty.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 47 of file WrappedGapwidthProperty.hxx.
Referenced by getPropertyValue(), setDimensionAndAxisIndex(), and setPropertyValue().
|
private |
Definition at line 49 of file WrappedGapwidthProperty.hxx.
Referenced by getPropertyValue(), and setPropertyValue().