LibreOffice Module chart2 (master) 1
|
#include <OPropertySet.hxx>
Public Member Functions | |
OPropertySet () | |
virtual | ~OPropertySet () |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override final |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override final |
virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override final |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &aPropertyName) override final |
virtual void SAL_CALL | setAllPropertiesToDefault () override final |
virtual void SAL_CALL | setPropertiesToDefault (const css::uno::Sequence< OUString > &aPropertyNames) override final |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyDefaults (const css::uno::Sequence< OUString > &aPropertyNames) override final |
virtual css::uno::Reference< css::style::XStyle > SAL_CALL | getStyle () override final |
virtual void SAL_CALL | setStyle (const css::uno::Reference< css::style::XStyle > &xStyle) override final |
virtual void SAL_CALL | setPropertyValues (const css::uno::Sequence< OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) override final |
virtual void SAL_CALL | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) override final |
Public Member Functions inherited from cppu::OBroadcastHelperVar< class container, class keyType > | |
OBroadcastHelperVar (::osl::Mutex &rMutex_) | |
void | addListener (const keyType &key, const css::uno::Reference< css::uno::XInterface > &r) |
void | removeListener (const keyType &key, const css::uno::Reference< css::uno::XInterface > &r) |
OInterfaceContainerHelper *SAL_CALL | getContainer (const keyType &key) const |
Public Member Functions inherited from cppu::OPropertySetHelper | |
OPropertySetHelper (OBroadcastHelper &rBHelper) | |
OPropertySetHelper (OBroadcastHelper &rBHelper, bool bIgnoreRuntimeExceptionsWhileFiring) | |
OPropertySetHelper (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents, bool bIgnoreRuntimeExceptionsWhileFiring=false) | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
css::uno::Sequence< css::uno::Type > | getTypes () |
void SAL_CALL | disposing () |
virtual void SAL_CALL | setPropertyValue (const ::rtl::OUString &rPropertyName, const css::uno::Any &aValue) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | getPropertyValue (const ::rtl::OUString &aPropertyName) SAL_OVERRIDE |
virtual void SAL_CALL | addPropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | removePropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | addVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | removeVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 nHandle) SAL_OVERRIDE |
virtual void SAL_CALL | setPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE |
virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
Protected Member Functions | |
OPropertySet (const OPropertySet &rOther) | |
void | SetNewValuesExplicitlyEvenIfTheyEqualDefault () |
virtual void | GetDefaultValue (sal_Int32 nHandle, css::uno::Any &rAny) const =0 |
implement this method to provide default values for all properties supporting defaults. More... | |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override=0 |
The InfoHelper table contains all property names and types of this object. More... | |
virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override final |
Try to convert the value rValue to the type required by the property associated with nHandle . More... | |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
The same as setFastPropertyValue; nHandle is always valid. More... | |
virtual void SAL_CALL | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override |
The same as getFastPropertyValue, but return the value through rValue and nHandle is always valid. More... | |
virtual void | firePropertyChangeEvent () |
implement this method in derived classes to get called when properties change. More... | |
Protected Member Functions inherited from cppu::OBroadcastHelperVar< class container, class keyType > | |
OBroadcastHelperVar (::osl::Mutex &rMutex_) | |
void | addListener (const keyType &key, const css::uno::Reference< css::uno::XInterface > &r) |
void | removeListener (const keyType &key, const css::uno::Reference< css::uno::XInterface > &r) |
OInterfaceContainerHelper *SAL_CALL | getContainer (const keyType &key) const |
Protected Member Functions inherited from cppu::OPropertySetHelper | |
void SAL_CALL | fire (sal_Int32 *pnHandles, const css::uno::Any *pNewValues, const css::uno::Any *pOldValues, sal_Int32 nCount, sal_Bool bVetoable) |
void SAL_CALL | setFastPropertyValues (sal_Int32 nSeqLen, sal_Int32 *pHandles, const css::uno::Any *pValues, sal_Int32 nHitCount) |
virtual IPropertyArrayHelper &SAL_CALL | getInfoHelper ()=0 |
virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)=0 |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue)=0 |
virtual void SAL_CALL | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const=0 |
void | setDependentFastPropertyValue (sal_Int32 i_handle, const css::uno::Any &i_value) |
~OPropertySetHelper () | |
OPropertySetHelper (OBroadcastHelper &rBHelper) | |
OPropertySetHelper (OBroadcastHelper &rBHelper, bool bIgnoreRuntimeExceptionsWhileFiring) | |
OPropertySetHelper (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents, bool bIgnoreRuntimeExceptionsWhileFiring=false) | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
css::uno::Sequence< css::uno::Type > | getTypes () |
void SAL_CALL | disposing () |
virtual void SAL_CALL | setPropertyValue (const ::rtl::OUString &rPropertyName, const css::uno::Any &aValue) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | getPropertyValue (const ::rtl::OUString &aPropertyName) SAL_OVERRIDE |
virtual void SAL_CALL | addPropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | removePropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | addVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | removeVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 nHandle) SAL_OVERRIDE |
virtual void SAL_CALL | setPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE |
virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
Private Member Functions | |
css::beans::PropertyState | GetPropertyStateByHandle (sal_Int32 nHandle) const |
supports states DIRECT_VALUE and DEFAULT_VALUE More... | |
css::uno::Sequence< css::beans::PropertyState > | GetPropertyStatesByHandle (const std::vector< sal_Int32 > &aHandles) const |
void | SetPropertyToDefault (sal_Int32 nHandle) |
void | SetPropertiesToDefault (const std::vector< sal_Int32 > &aHandles) |
void | SetAllPropertiesToDefault () |
bool | GetPropertyValueByHandle (css::uno::Any &rValue, sal_Int32 nHandle) const |
void | SetPropertyValueByHandle (sal_Int32 nHandle, const css::uno::Any &rValue) |
bool | SetStyle (const css::uno::Reference< css::style::XStyle > &xStyle) |
Private Attributes | |
bool | m_bSetNewValuesExplicitlyEvenIfTheyEqualDefault |
std::unordered_map< sal_Int32, css::uno::Any > | m_aProperties |
css::uno::Reference< css::style::XStyle > | m_xStyle |
Additional Inherited Members | |
Static Public Member Functions inherited from cppu::OPropertySetHelper | |
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | createPropertySetInfo (IPropertyArrayHelper &rProperties) |
Public Attributes inherited from cppu::OBroadcastHelperVar< class container, class keyType > | |
::osl::Mutex & | rMutex |
container | aLC |
sal_Bool | bDisposed |
sal_Bool | bInDispose |
Static Protected Member Functions inherited from cppu::OPropertySetHelper | |
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | createPropertySetInfo (IPropertyArrayHelper &rProperties) |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Protected Attributes inherited from cppu::OBroadcastHelperVar< class container, class keyType > | |
::osl::Mutex & | rMutex |
container | aLC |
sal_Bool | bDisposed |
sal_Bool | bInDispose |
Protected Attributes inherited from cppu::OPropertySetHelper | |
OBroadcastHelper & | rBHelper |
OMultiTypeInterfaceContainerHelperInt32 | aBoundLC |
OMultiTypeInterfaceContainerHelperInt32 | aVetoableLC |
Impl *const | m_pReserved |
Definition at line 37 of file OPropertySet.hxx.
property::OPropertySet::OPropertySet | ( | ) |
Definition at line 43 of file OPropertySet.cxx.
References m_aMutex.
|
virtual |
Definition at line 85 of file OPropertySet.cxx.
|
explicitprotected |
Definition at line 51 of file OPropertySet.cxx.
References cppu::BaseMutex::m_aMutex, m_aMutex, m_aProperties, and m_xStyle.
|
finaloverrideprotectedvirtual |
Try to convert the value rValue
to the type required by the property associated with nHandle
.
Override this method to take influence in modification of properties.
If the conversion changed , </sal_True> is returned and the converted value is in rConvertedValue
. The former value is contained in rOldValue
.
After this call returns successfully, the vetoable listeners are notified.
IllegalArgumentException,if | the conversion was not successful, or if there is no corresponding property to the given handle. |
rConvertedValue | the converted value. Only set if return is true. |
rOldValue | the old value. Only set if return is true. |
nHandle | the handle of the property. |
Implements cppu::OPropertySetHelper.
Definition at line 212 of file OPropertySet.cxx.
References getFastPropertyValue(), m_bSetNewValuesExplicitlyEvenIfTheyEqualDefault, nHandle, and nValue.
|
protectedvirtual |
implement this method in derived classes to get called when properties change.
Reimplemented in chart::Axis, chart::BaseCoordinateSystem, chart::ChartType, chart::DataSeries, chart::DataTable, chart::Diagram, chart::FormattedString, chart::GridProperties, chart::Legend, chart::RegressionCurveModel, chart::Title, chart::StockBar, chart::DataPoint, chart::PageBackground, chart::Wall, and chart::RegressionEquation.
Definition at line 353 of file OPropertySet.cxx.
Referenced by setAllPropertiesToDefault(), setFastPropertyValue(), setPropertyToDefault(), and setPropertyValues().
|
protectedpure virtual |
implement this method to provide default values for all properties supporting defaults.
If a property does not have a default value, you may throw an UnknownPropertyException. We pass the any by reference because this code is very hot and doing it this way is cheaper than the two step process of constructing a new any and then assigning to via a return value.
css::beans::UnknownPropertyException | |
css::uno::RuntimeException |
Implemented in chart::Axis, chart::BaseCoordinateSystem, chart::ChartType, chart::DataSeries, chart::DataTable, chart::Diagram, chart::FormattedString, chart::GridProperties, chart::Legend, chart::RegressionCurveModel, chart::Title, chart::StockBar, chart::DataPoint, chart::PageBackground, chart::Wall, chart::AreaChartTypeTemplate, chart::BarChartTypeTemplate, chart::BubbleChartType, chart::BubbleChartTypeTemplate, chart::CandleStickChartType, chart::ColumnChartType, chart::ColumnLineChartTypeTemplate, chart::LineChartType, chart::LineChartTypeTemplate, chart::NetChartType_Base, chart::PieChartType, chart::PieChartTypeTemplate, chart::ScatterChartType, chart::ScatterChartTypeTemplate, chart::StockChartTypeTemplate, and chart::RegressionEquation.
Referenced by getFastPropertyValue(), getPropertyDefault(), getPropertyDefaults(), and setFastPropertyValue_NoBroadcast().
|
overrideprotectedvirtual |
The same as getFastPropertyValue, but return the value through rValue and nHandle is always valid.
Implements cppu::OPropertySetHelper.
Reimplemented in chart::DataSeries, and chart::Diagram.
Definition at line 276 of file OPropertySet.cxx.
References GetDefaultValue(), getInfoHelper(), cppu::IPropertyArrayHelper::getPropertyByName(), GetPropertyValueByHandle(), Handle, m_xStyle, and nHandle.
Referenced by chart::BarChartTypeTemplate::applyStyle2(), chart::PieChartTypeTemplate::applyStyle2(), chart::StockChartTypeTemplate::applyStyle2(), chart::CandleStickChartType::CandleStickChartType(), convertFastPropertyValue(), chart::ColumnLineChartTypeTemplate::createChartTypes(), chart::PieChartTypeTemplate::createChartTypes(), chart::StockChartTypeTemplate::createChartTypes(), chart::DataPoint::DataPoint(), chart::StockChartTypeTemplate::getAxisCountByDimension(), chart::LineChartTypeTemplate::getChartTypeForIndex(), chart::PieChartTypeTemplate::getChartTypeForIndex(), chart::ScatterChartTypeTemplate::getChartTypeForIndex(), chart::StockChartTypeTemplate::getChartTypeForIndex(), chart::LineChartTypeTemplate::getChartTypeForNewSeries2(), chart::PieChartTypeTemplate::getChartTypeForNewSeries2(), chart::ScatterChartTypeTemplate::getChartTypeForNewSeries2(), chart::ColumnLineChartTypeTemplate::getDataInterpreter2(), chart::AreaChartTypeTemplate::getDimension(), chart::PieChartTypeTemplate::getDimension(), chart::CandleStickChartType::getSupportedMandatoryRoles(), chart::CandleStickChartType::getSupportedOptionalRoles(), chart::PieChartTypeTemplate::matchesTemplate2(), chart::StockChartTypeTemplate::matchesTemplate2(), chart::DataPoint::setFastPropertyValue_NoBroadcast(), chart::CandleStickChartType::setFastPropertyValue_NoBroadcast(), chart::CandleStickChartType::~CandleStickChartType(), and chart::DataPoint::~DataPoint().
|
overridevirtual |
Definition at line 118 of file OPropertySet.cxx.
|
overrideprotectedpure virtual |
The InfoHelper table contains all property names and types of this object.
Implements cppu::OPropertySetHelper.
Implemented in chart::Axis, chart::BaseCoordinateSystem, chart::ChartType, chart::DataSeries, chart::DataTable, chart::Diagram, chart::FormattedString, chart::GridProperties, chart::Legend, chart::RegressionCurveModel, chart::Title, chart::StockBar, chart::DataPoint, chart::PageBackground, chart::Wall, chart::AreaChartTypeTemplate, chart::BarChartTypeTemplate, chart::BubbleChartType, chart::BubbleChartTypeTemplate, chart::CandleStickChartType, chart::ColumnChartType, chart::ColumnLineChartTypeTemplate, chart::LineChartType, chart::LineChartTypeTemplate, chart::NetChartType_Base, chart::PieChartType, chart::PieChartTypeTemplate, chart::ScatterChartType, chart::ScatterChartTypeTemplate, chart::StockChartTypeTemplate, and chart::RegressionEquation.
References queryInterface().
Referenced by getFastPropertyValue(), getPropertyDefault(), getPropertyDefaults(), getPropertyState(), getPropertyStates(), setFastPropertyValue_NoBroadcast(), setPropertiesToDefault(), and setPropertyToDefault().
|
finaloverridevirtual |
Definition at line 157 of file OPropertySet.cxx.
References any, Any, GetDefaultValue(), cppu::IPropertyArrayHelper::getHandleByName(), and getInfoHelper().
|
finaloverridevirtual |
Definition at line 193 of file OPropertySet.cxx.
References Any, GetDefaultValue(), cppu::IPropertyArrayHelper::getHandleByName(), getInfoHelper(), and nElements.
|
finaloverridevirtual |
Definition at line 125 of file OPropertySet.cxx.
References cppu::IPropertyArrayHelper::getHandleByName(), getInfoHelper(), and GetPropertyStateByHandle().
|
private |
supports states DIRECT_VALUE and DEFAULT_VALUE
Definition at line 390 of file OPropertySet.cxx.
References m_aProperties, and nHandle.
Referenced by getPropertyState().
|
finaloverridevirtual |
Definition at line 134 of file OPropertySet.cxx.
References cppu::IPropertyArrayHelper::fillHandles(), getInfoHelper(), and GetPropertyStatesByHandle().
|
private |
Definition at line 397 of file OPropertySet.cxx.
References nHandle.
Referenced by getPropertyStates().
|
private |
rValue | is set to the value for the property given in nHandle. If the property is not set, the style chain is searched for any instance set there. If there was no value found either in the property set itself or any of its styles, rValue remains unchanged and false is returned. |
Definition at line 431 of file OPropertySet.cxx.
References m_aProperties, and nHandle.
Referenced by getFastPropertyValue().
|
finaloverridevirtual |
Definition at line 359 of file OPropertySet.cxx.
References m_xStyle.
|
overridevirtual |
Reimplemented in chart::StockBar, chart::PageBackground, and chart::Wall.
Definition at line 103 of file OPropertySet.cxx.
References cppu::UnoType< typename T >::get().
Referenced by chart::StockBar::getTypes(), chart::PageBackground::getTypes(), and chart::Wall::getTypes().
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
Definition at line 88 of file OPropertySet.cxx.
References Any.
|
private |
Definition at line 426 of file OPropertySet.cxx.
References m_aProperties.
Referenced by setAllPropertiesToDefault().
|
finaloverridevirtual |
Definition at line 172 of file OPropertySet.cxx.
References firePropertyChangeEvent(), and SetAllPropertiesToDefault().
|
finaloverridevirtual |
Reimplemented from cppu::OPropertySetHelper.
Definition at line 383 of file OPropertySet.cxx.
References firePropertyChangeEvent(), nHandle, and cppu::OPropertySetHelper::setFastPropertyValue().
Referenced by chart::lcl_RotateLightSource(), chart::lcl_setLightsForScheme(), chart::Diagram::setCameraDistance(), chart::Diagram::setDefaultIllumination(), chart::Diagram::setDefaultRotation(), chart::Diagram::setRotationAngle(), chart::Diagram::setScheme(), and chart::Diagram::switchRightAngledAxes().
|
overrideprotectedvirtual |
The same as setFastPropertyValue; nHandle is always valid.
The changes must not be broadcasted in this method.
nHandle | handle |
rValue | value |
Implements cppu::OPropertySetHelper.
Reimplemented in chart::DataSeries, chart::Diagram, chart::DataPoint, and chart::CandleStickChartType.
Definition at line 245 of file OPropertySet.cxx.
References aName, Any, cppu::IPropertyArrayHelper::fillPropertyMembersByHandle(), GetDefaultValue(), getInfoHelper(), cppu::IPropertyArrayHelper::getPropertyByName(), m_bSetNewValuesExplicitlyEvenIfTheyEqualDefault, nHandle, SetPropertyToDefault(), and SetPropertyValueByHandle().
Referenced by chart::AreaChartTypeTemplate::AreaChartTypeTemplate(), chart::Axis::Axis(), chart::BaseCoordinateSystem::BaseCoordinateSystem(), chart::ColumnLineChartTypeTemplate::ColumnLineChartTypeTemplate(), chart::BarChartTypeTemplate::matchesTemplate2(), chart::ColumnLineChartTypeTemplate::matchesTemplate2(), chart::LineChartTypeTemplate::matchesTemplate2(), chart::PieChartTypeTemplate::matchesTemplate2(), chart::ScatterChartTypeTemplate::matchesTemplate2(), chart::PieChartTypeTemplate::PieChartTypeTemplate(), chart::RegressionCurveModel::RegressionCurveModel(), chart::DataSeries::setFastPropertyValue_NoBroadcast(), chart::DataPoint::setFastPropertyValue_NoBroadcast(), chart::CandleStickChartType::setFastPropertyValue_NoBroadcast(), chart::StockBar::StockBar(), and chart::StockChartTypeTemplate::StockChartTypeTemplate().
|
protected |
Definition at line 80 of file OPropertySet.cxx.
References m_bSetNewValuesExplicitlyEvenIfTheyEqualDefault.
Referenced by chart::DataPoint::DataPoint().
|
finaloverridevirtual |
Definition at line 179 of file OPropertySet.cxx.
References cppu::IPropertyArrayHelper::fillHandles(), getInfoHelper(), and SetPropertiesToDefault().
|
private |
Definition at line 419 of file OPropertySet.cxx.
References m_aProperties, and nHandle.
Referenced by setPropertiesToDefault().
|
finaloverridevirtual |
Definition at line 148 of file OPropertySet.cxx.
References firePropertyChangeEvent(), cppu::IPropertyArrayHelper::getHandleByName(), getInfoHelper(), and SetPropertyToDefault().
Referenced by chart::Diagram::set3DSettingsToDefault().
|
private |
Definition at line 409 of file OPropertySet.cxx.
References m_aProperties, and nHandle.
Referenced by setFastPropertyValue_NoBroadcast(), and setPropertyToDefault().
|
private |
Definition at line 448 of file OPropertySet.cxx.
References m_aProperties, and nHandle.
Referenced by setFastPropertyValue_NoBroadcast().
|
finaloverridevirtual |
Definition at line 374 of file OPropertySet.cxx.
References firePropertyChangeEvent(), cppu::OPropertySetHelper::setPropertyValues(), and Values.
|
private |
|
finaloverridevirtual |
Definition at line 364 of file OPropertySet.cxx.
References SetStyle().
|
private |
Definition at line 227 of file OPropertySet.hxx.
Referenced by GetPropertyStateByHandle(), GetPropertyValueByHandle(), OPropertySet(), SetAllPropertiesToDefault(), SetPropertiesToDefault(), SetPropertyToDefault(), and SetPropertyValueByHandle().
|
private |
Definition at line 226 of file OPropertySet.hxx.
Referenced by convertFastPropertyValue(), setFastPropertyValue_NoBroadcast(), and SetNewValuesExplicitlyEvenIfTheyEqualDefault().
|
private |
Definition at line 228 of file OPropertySet.hxx.
Referenced by getFastPropertyValue(), getStyle(), OPropertySet(), and SetStyle().