#include <WrappedScaleProperty.hxx>
|
enum | tScaleProperty {
SCALE_PROP_MAX
,
SCALE_PROP_MIN
,
SCALE_PROP_ORIGIN
,
SCALE_PROP_STEPMAIN
,
SCALE_PROP_STEPHELP
,
SCALE_PROP_STEPHELP_COUNT
,
SCALE_PROP_AUTO_MAX
,
SCALE_PROP_AUTO_MIN
,
SCALE_PROP_AUTO_ORIGIN
,
SCALE_PROP_AUTO_STEPMAIN
,
SCALE_PROP_AUTO_STEPHELP
,
SCALE_PROP_AXIS_TYPE
,
SCALE_PROP_DATE_INCREMENT
,
SCALE_PROP_EXPLICIT_DATE_INCREMENT
,
SCALE_PROP_LOGARITHMIC
,
SCALE_PROP_REVERSEDIRECTION
} |
|
Definition at line 31 of file WrappedScaleProperty.hxx.
◆ tScaleProperty
Enumerator |
---|
SCALE_PROP_MAX | |
SCALE_PROP_MIN | |
SCALE_PROP_ORIGIN | |
SCALE_PROP_STEPMAIN | |
SCALE_PROP_STEPHELP | |
SCALE_PROP_STEPHELP_COUNT | |
SCALE_PROP_AUTO_MAX | |
SCALE_PROP_AUTO_MIN | |
SCALE_PROP_AUTO_ORIGIN | |
SCALE_PROP_AUTO_STEPMAIN | |
SCALE_PROP_AUTO_STEPHELP | |
SCALE_PROP_AXIS_TYPE | |
SCALE_PROP_DATE_INCREMENT | |
SCALE_PROP_EXPLICIT_DATE_INCREMENT | |
SCALE_PROP_LOGARITHMIC | |
SCALE_PROP_REVERSEDIRECTION | |
Definition at line 34 of file WrappedScaleProperty.hxx.
◆ WrappedScaleProperty()
Definition at line 42 of file WrappedScaleProperty.cxx.
References chart::WrappedProperty::m_aOuterName, m_eScaleProperty, SCALE_PROP_AUTO_MAX, SCALE_PROP_AUTO_MIN, SCALE_PROP_AUTO_ORIGIN, SCALE_PROP_AUTO_STEPHELP, SCALE_PROP_AUTO_STEPMAIN, SCALE_PROP_AXIS_TYPE, SCALE_PROP_DATE_INCREMENT, SCALE_PROP_EXPLICIT_DATE_INCREMENT, SCALE_PROP_LOGARITHMIC, SCALE_PROP_MAX, SCALE_PROP_MIN, SCALE_PROP_ORIGIN, SCALE_PROP_REVERSEDIRECTION, SCALE_PROP_STEPHELP, SCALE_PROP_STEPHELP_COUNT, and SCALE_PROP_STEPMAIN.
Referenced by addWrappedProperties().
◆ ~WrappedScaleProperty()
chart::wrapper::WrappedScaleProperty::~WrappedScaleProperty |
( |
| ) |
|
|
overridevirtual |
◆ addWrappedProperties()
void chart::wrapper::WrappedScaleProperty::addWrappedProperties |
( |
std::vector< std::unique_ptr< WrappedProperty > > & |
rList, |
|
|
const std::shared_ptr< Chart2ModelContact > & |
spChart2ModelContact |
|
) |
| |
|
static |
Definition at line 108 of file WrappedScaleProperty.cxx.
References SCALE_PROP_AUTO_MAX, SCALE_PROP_AUTO_MIN, SCALE_PROP_AUTO_ORIGIN, SCALE_PROP_AUTO_STEPHELP, SCALE_PROP_AUTO_STEPMAIN, SCALE_PROP_AXIS_TYPE, SCALE_PROP_DATE_INCREMENT, SCALE_PROP_EXPLICIT_DATE_INCREMENT, SCALE_PROP_LOGARITHMIC, SCALE_PROP_MAX, SCALE_PROP_MIN, SCALE_PROP_ORIGIN, SCALE_PROP_REVERSEDIRECTION, SCALE_PROP_STEPHELP, SCALE_PROP_STEPHELP_COUNT, SCALE_PROP_STEPMAIN, and WrappedScaleProperty().
Referenced by chart::wrapper::AxisWrapper::createWrappedProperties().
◆ getPropertyValue() [1/2]
virtual css::uno::Any chart::wrapper::WrappedScaleProperty::getPropertyValue |
( |
const css::uno::Reference< css::beans::XPropertySet > & |
xInnerPropertySet | ) |
const |
|
overridevirtual |
- Exceptions
-
css::beans::UnknownPropertyException | |
css::lang::WrappedTargetException | |
css::uno::RuntimeException | |
Reimplemented from chart::WrappedProperty.
◆ getPropertyValue() [2/2]
- Exceptions
-
css::beans::UnknownPropertyException | |
css::lang::WrappedTargetException | |
css::uno::RuntimeException | |
◆ setPropertyValue() [1/2]
virtual void chart::wrapper::WrappedScaleProperty::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.
◆ setPropertyValue() [2/2]
void chart::wrapper::WrappedScaleProperty::setPropertyValue |
( |
tScaleProperty |
eScaleProperty, |
|
|
const css::uno::Any & |
rOuterValue, |
|
|
const css::uno::Reference< css::beans::XPropertySet > & |
xInnerPropertySet |
|
) |
| const |
|
private |
- Exceptions
-
css::beans::UnknownPropertyException | |
css::beans::PropertyVetoException | |
css::lang::IllegalArgumentException | |
css::lang::WrappedTargetException | |
css::uno::RuntimeException | |
◆ m_aOuterValue
css::uno::Any chart::wrapper::WrappedScaleProperty::m_aOuterValue |
|
mutableprivate |
◆ m_eScaleProperty
◆ m_spChart2ModelContact
std::shared_ptr< Chart2ModelContact > chart::wrapper::WrappedScaleProperty::m_spChart2ModelContact |
|
private |
The documentation for this class was generated from the following files: