LibreOffice Module chart2 (master) 1
|
#include <ErrorBar.hxx>
Public Member Functions | |
OOO_DLLPUBLIC_CHARTTOOLS | ErrorBar () |
virtual | ~ErrorBar () 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 |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &rPropName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &rPropNames) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &rPropName) override |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &rPropName) override |
Private Types | |
typedef std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > | tDataSequenceContainer |
Private Member Functions | |
ErrorBar (const ErrorBar &rOther) | |
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 |
virtual void SAL_CALL | modified (const css::lang::EventObject &aEvent) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) 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 |
Private Attributes | |
OUString | maDashName |
css::drawing::LineDash | maLineDash |
sal_Int32 | mnLineWidth |
css::drawing::LineStyle | meLineStyle |
css::util::Color | maLineColor |
sal_Int16 | mnLineTransparence |
css::drawing::LineJoint | meLineJoint |
bool | mbShowPositiveError |
bool | mbShowNegativeError |
double | mfPositiveError |
double | mfNegativeError |
double | mfWeight |
sal_Int32 | meStyle |
tDataSequenceContainer | m_aDataSequences |
rtl::Reference< ModifyEventForwarder > | m_xModifyEventForwarder |
Definition at line 59 of file ErrorBar.hxx.
|
private |
Definition at line 129 of file ErrorBar.hxx.
|
explicit |
|
overridevirtual |
Definition at line 124 of file ErrorBar.cxx.
|
private |
Definition at line 96 of file ErrorBar.cxx.
References chart::ModifyListenerHelper::addListenerToAllElements(), m_aDataSequences, and m_xModifyEventForwarder.
|
overrideprivatevirtual |
Definition at line 401 of file ErrorBar.cxx.
References m_xModifyEventForwarder.
|
overridevirtual |
Definition at line 384 of file ErrorBar.cxx.
|
overridevirtual |
Definition at line 392 of file ErrorBar.cxx.
|
overrideprivatevirtual |
Definition at line 127 of file ErrorBar.cxx.
References ErrorBar().
|
overrideprivatevirtual |
Definition at line 418 of file ErrorBar.cxx.
|
overrideprivatevirtual |
Definition at line 434 of file ErrorBar.cxx.
References comphelper::containerToSequence(), and m_aDataSequences.
Referenced by getPropertyValue().
|
overridevirtual |
XServiceInfo declarations.
Definition at line 439 of file ErrorBar.cxx.
|
overridevirtual |
Definition at line 378 of file ErrorBar.cxx.
|
overridevirtual |
Definition at line 133 of file ErrorBar.cxx.
|
overridevirtual |
Definition at line 292 of file ErrorBar.cxx.
References mbShowNegativeError, mbShowPositiveError, and meStyle.
Referenced by getPropertyStates().
|
overridevirtual |
Definition at line 362 of file ErrorBar.cxx.
References getPropertyState(), and i.
|
overridevirtual |
Definition at line 228 of file ErrorBar.cxx.
References getDataSequences(), uno::Any::hasValue(), maDashName, maLineColor, maLineDash, mbShowNegativeError, mbShowPositiveError, meLineJoint, meLineStyle, meStyle, mfNegativeError, mfPositiveError, mfWeight, mnLineTransparence, mnLineWidth, and SAL_WARN_IF.
|
overridevirtual |
Definition at line 449 of file ErrorBar.cxx.
|
overrideprivatevirtual |
Definition at line 412 of file ErrorBar.cxx.
References aEvent, and m_xModifyEventForwarder.
|
overrideprivatevirtual |
Definition at line 406 of file ErrorBar.cxx.
References m_xModifyEventForwarder.
|
overridevirtual |
Definition at line 388 of file ErrorBar.cxx.
|
overridevirtual |
Definition at line 396 of file ErrorBar.cxx.
|
overrideprivatevirtual |
Definition at line 424 of file ErrorBar.cxx.
References aData, chart::EventListenerHelper::addListenerToAllElements(), chart::ModifyListenerHelper::addListenerToAllElements(), m_aDataSequences, m_xModifyEventForwarder, chart::EventListenerHelper::removeListenerFromAllElements(), and chart::ModifyListenerHelper::removeListenerFromAllElements().
|
overridevirtual |
Definition at line 373 of file ErrorBar.cxx.
|
overridevirtual |
Definition at line 140 of file ErrorBar.cxx.
References m_xModifyEventForwarder, maDashName, maLineColor, maLineDash, mbShowNegativeError, mbShowPositiveError, meLineJoint, meLineStyle, meStyle, mfNegativeError, mfPositiveError, mfWeight, mnLineTransparence, and mnLineWidth.
|
overridevirtual |
Definition at line 444 of file ErrorBar.cxx.
References cppu::supportsService().
|
private |
Definition at line 130 of file ErrorBar.hxx.
Referenced by ErrorBar(), getDataSequences(), and setData().
|
private |
Definition at line 132 of file ErrorBar.hxx.
Referenced by addModifyListener(), ErrorBar(), modified(), removeModifyListener(), setData(), and setPropertyValue().
|
private |
Definition at line 62 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 66 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 63 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 70 of file ErrorBar.hxx.
Referenced by getPropertyState(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 69 of file ErrorBar.hxx.
Referenced by getPropertyState(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 68 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 65 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 74 of file ErrorBar.hxx.
Referenced by getPropertyState(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 72 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 71 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 73 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 67 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 64 of file ErrorBar.hxx.
Referenced by getPropertyValue(), and setPropertyValue().