LibreOffice Module chart2 (master) 1
|
#include <DataSeries.hxx>
Public Types | |
typedef std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > | tDataSequenceContainer |
typedef std::vector< rtl::Reference< ::chart::RegressionCurveModel > > | tRegressionCurveContainerType |
Public Member Functions | |
DataSeries () | |
virtual | ~DataSeries () override |
virtual OUString SAL_CALL | getImplementationName () override |
XServiceInfo declarations. More... | |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
DataSeries (const DataSeries &rOther) | |
merge XInterface implementations More... | |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | getDataPointByIndex (sal_Int32 nIndex) override |
virtual void SAL_CALL | resetDataPoint (sal_Int32 nIndex) override |
virtual void SAL_CALL | resetAllDataPoints () override |
virtual void SAL_CALL | setData (const css::uno::Sequence< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > &aData) override |
virtual css::uno::Sequence< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > SAL_CALL | getDataSequences () override |
virtual void | GetDefaultValue (sal_Int32 nHandle, css::uno::Any &rAny) const override |
implement this method to provide default values for all properties supporting defaults. 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 SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
The same as setFastPropertyValue; nHandle is always valid. More... | |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
The InfoHelper table contains all property names and types of this object. More... | |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | addRegressionCurve (const css::uno::Reference< css::chart2::XRegressionCurve > &aRegressionCurve) override |
virtual void SAL_CALL | removeRegressionCurve (const css::uno::Reference< css::chart2::XRegressionCurve > &aRegressionCurve) override |
virtual css::uno::Sequence< css::uno::Reference< css::chart2::XRegressionCurve > > SAL_CALL | getRegressionCurves () override |
virtual void SAL_CALL | setRegressionCurves (const css::uno::Sequence< css::uno::Reference< css::chart2::XRegressionCurve > > &aRegressionCurves) override |
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL | createClone () override |
virtual void SAL_CALL | addModifyListener (const css::uno::Reference< css::util::XModifyListener > &aListener) override |
virtual void SAL_CALL | removeModifyListener (const css::uno::Reference< css::util::XModifyListener > &aListener) override |
void | setData (const tDataSequenceContainer &aData) |
const tDataSequenceContainer & | getDataSequences2 () const |
const tRegressionCurveContainerType & | getRegressionCurves2 () const |
OUString | getLabelForRole (const OUString &rLabelSequenceRole) |
Get the label of a series (e.g. More... | |
bool | hasUnhiddenData () |
Public Member Functions inherited from property::OPropertySet | |
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 |
Private Types | |
typedef std::map< sal_Int32, css::uno::Reference< css::beans::XPropertySet > > | tDataPointAttributeContainer |
Private Member Functions | |
void | Init (const DataSeries &rOther) |
virtual void SAL_CALL | modified (const css::lang::EventObject &aEvent) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual void | firePropertyChangeEvent () override |
implement this method in derived classes to get called when properties change. More... | |
void | fireModifyEvent () |
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 |
Protected Member Functions inherited from property::OPropertySet | |
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 |
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 63 of file DataSeries.hxx.
|
private |
Definition at line 180 of file DataSeries.hxx.
typedef std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > chart::DataSeries::tDataSequenceContainer |
Definition at line 137 of file DataSeries.hxx.
typedef std::vector< rtl::Reference< ::chart::RegressionCurveModel > > chart::DataSeries::tRegressionCurveContainerType |
Definition at line 144 of file DataSeries.hxx.
|
explicit |
Definition at line 128 of file DataSeries.cxx.
Referenced by createClone().
|
overridevirtual |
Definition at line 188 of file DataSeries.cxx.
References DBG_UNHANDLED_EXCEPTION, getFastPropertyValue(), m_aAttributedDataPoints, m_aDataSequences, m_aRegressionCurves, m_xModifyEventForwarder, chart::DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X, chart::DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y, chart::ModifyListenerHelper::removeListener(), chart::ModifyListenerHelper::removeListenerFromAllElements(), and chart::ModifyListenerHelper::removeListenerFromAllMapElements().
|
explicit |
merge XInterface implementations
merge XTypeProvider implementations
Definition at line 133 of file DataSeries.cxx.
References chart::ModifyListenerHelper::addListener(), chart::ModifyListenerHelper::addListenerToAllElements(), chart::CloneHelper::CloneRefVector(), getFastPropertyValue(), m_aDataSequences, m_aRegressionCurves, m_xModifyEventForwarder, chart::DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X, and chart::DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y.
|
overridevirtual |
Definition at line 500 of file DataSeries.cxx.
References m_xModifyEventForwarder.
|
overridevirtual |
Definition at line 427 of file DataSeries.cxx.
References chart::ModifyListenerHelper::addListener(), fireModifyEvent(), cppu::BaseMutex::m_aMutex, m_aRegressionCurves, and m_xModifyEventForwarder.
|
overridevirtual |
Definition at line 217 of file DataSeries.cxx.
References DataSeries().
|
overrideprivatevirtual |
Definition at line 517 of file DataSeries.cxx.
|
private |
Definition at line 527 of file DataSeries.cxx.
References m_xModifyEventForwarder.
Referenced by addRegressionCurve(), firePropertyChangeEvent(), removeRegressionCurve(), resetAllDataPoints(), resetDataPoint(), and setRegressionCurves().
|
overrideprivatevirtual |
implement this method in derived classes to get called when properties change.
Reimplemented from property::OPropertySet.
Definition at line 522 of file DataSeries.cxx.
References fireModifyEvent().
|
overridevirtual |
Definition at line 295 of file DataSeries.cxx.
References chart::ModifyListenerHelper::addListener(), chart::DataSeriesHelper::getAllDataSequencesByRole(), getLength(), m_aAttributedDataPoints, m_aDataSequences, cppu::BaseMutex::m_aMutex, m_xModifyEventForwarder, and nIndex.
|
overridevirtual |
Definition at line 420 of file DataSeries.cxx.
References m_aDataSequences, and cppu::BaseMutex::m_aMutex.
Referenced by getLabelForRole().
|
inline |
Definition at line 140 of file DataSeries.hxx.
|
overridevirtual |
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 |
Implements property::OPropertySet.
Definition at line 227 of file DataSeries.cxx.
References nHandle, and chart::StaticDataSeriesDefaults().
|
overridevirtual |
The same as getFastPropertyValue, but return the value through rValue and nHandle is always valid.
Reimplemented from property::OPropertySet.
Definition at line 251 of file DataSeries.cxx.
References m_aAttributedDataPoints, comphelper::mapKeysToSequence(), nHandle, and chart::DataSeriesProperties::PROP_DATASERIES_ATTRIBUTED_DATA_POINTS.
Referenced by DataSeries(), Init(), setFastPropertyValue_NoBroadcast(), and ~DataSeries().
|
overridevirtual |
XServiceInfo declarations.
Definition at line 539 of file DataSeries.cxx.
|
overridevirtual |
The InfoHelper table contains all property names and types of this object.
Implements property::OPropertySet.
Definition at line 238 of file DataSeries.cxx.
OUString chart::DataSeries::getLabelForRole | ( | const OUString & | rLabelSequenceRole | ) |
Get the label of a series (e.g.
for the legend)
rLabelSequenceRole | The data sequence contained in xSeries that has this role will be used to take its label. |
Definition at line 663 of file DataSeries.cxx.
References chart::DataSeriesHelper::getDataSequenceByRole(), getDataSequences(), chart::getLabelForLabeledDataSequence(), chart::lcl_findLSequenceWithOnlyLabel(), and chart::lcl_getDataSequenceLabel().
|
overridevirtual |
Definition at line 244 of file DataSeries.cxx.
References cppu::OPropertySetHelper::createPropertySetInfo().
|
overridevirtual |
Definition at line 470 of file DataSeries.cxx.
References cppu::BaseMutex::m_aMutex, and m_aRegressionCurves.
|
inline |
Definition at line 146 of file DataSeries.hxx.
|
overridevirtual |
Definition at line 549 of file DataSeries.cxx.
bool chart::DataSeries::hasUnhiddenData | ( | ) |
Definition at line 709 of file DataSeries.cxx.
References chart::lcl_SequenceHasUnhiddenData(), m_aDataSequences, and cppu::BaseMutex::m_aMutex.
|
private |
Definition at line 163 of file DataSeries.cxx.
References chart::ModifyListenerHelper::addListenerToAllMapElements(), getFastPropertyValue(), m_aAttributedDataPoints, m_xModifyEventForwarder, chart::DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X, and chart::DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y.
|
overrideprivatevirtual |
Definition at line 511 of file DataSeries.cxx.
References aEvent, and m_xModifyEventForwarder.
|
overridevirtual |
Definition at line 505 of file DataSeries.cxx.
References m_xModifyEventForwarder.
|
overridevirtual |
Definition at line 445 of file DataSeries.cxx.
References fireModifyEvent(), cppu::BaseMutex::m_aMutex, m_aRegressionCurves, m_xModifyEventForwarder, and chart::ModifyListenerHelper::removeListener().
|
overridevirtual |
Definition at line 367 of file DataSeries.cxx.
References fireModifyEvent(), m_aAttributedDataPoints, cppu::BaseMutex::m_aMutex, m_xModifyEventForwarder, and chart::ModifyListenerHelper::removeListenerFromAllMapElements().
|
overridevirtual |
Definition at line 343 of file DataSeries.cxx.
References fireModifyEvent(), m_aAttributedDataPoints, cppu::BaseMutex::m_aMutex, m_xModifyEventForwarder, and nIndex.
|
overridevirtual |
void chart::DataSeries::setData | ( | const tDataSequenceContainer & | aData | ) |
|
overridevirtual |
The same as setFastPropertyValue; nHandle is always valid.
The changes must not be broadcasted in this method.
nHandle | handle |
rValue | value |
Reimplemented from property::OPropertySet.
Definition at line 266 of file DataSeries.cxx.
References chart::ModifyListenerHelper::addListener(), getFastPropertyValue(), uno::Any::hasValue(), m_xModifyEventForwarder, nHandle, chart::DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X, chart::DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y, chart::ModifyListenerHelper::removeListener(), and property::OPropertySet::setFastPropertyValue_NoBroadcast().
|
overridevirtual |
Definition at line 476 of file DataSeries.cxx.
References chart::ModifyListenerHelper::addListenerToAllElements(), fireModifyEvent(), i, cppu::BaseMutex::m_aMutex, m_aRegressionCurves, m_xModifyEventForwarder, and chart::ModifyListenerHelper::removeListenerFromAllElements().
|
overridevirtual |
Definition at line 544 of file DataSeries.cxx.
References cppu::supportsService().
|
private |
Definition at line 181 of file DataSeries.hxx.
Referenced by getDataPointByIndex(), getFastPropertyValue(), Init(), resetAllDataPoints(), resetDataPoint(), and ~DataSeries().
|
private |
Definition at line 177 of file DataSeries.hxx.
Referenced by DataSeries(), getDataPointByIndex(), getDataSequences(), hasUnhiddenData(), and ~DataSeries().
|
private |
Definition at line 183 of file DataSeries.hxx.
Referenced by addRegressionCurve(), DataSeries(), getRegressionCurves(), removeRegressionCurve(), setRegressionCurves(), and ~DataSeries().
|
private |
Definition at line 185 of file DataSeries.hxx.
Referenced by addModifyListener(), addRegressionCurve(), DataSeries(), fireModifyEvent(), getDataPointByIndex(), Init(), modified(), removeModifyListener(), removeRegressionCurve(), resetAllDataPoints(), resetDataPoint(), setFastPropertyValue_NoBroadcast(), setRegressionCurves(), and ~DataSeries().