LibreOffice Module chart2 (master) 1
|
#include <UpDownBarWrapper.hxx>
Public Member Functions | |
UpDownBarWrapper (bool bUp, std::shared_ptr< Chart2ModelContact > spChart2ModelContact) | |
virtual | ~UpDownBarWrapper () 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 void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) 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 void SAL_CALL | setPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &aPropertyName) override |
virtual void SAL_CALL | setAllPropertiesToDefault () override |
virtual void SAL_CALL | setPropertiesToDefault (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyDefaults (const css::uno::Sequence< OUString > &aPropertyNames) override |
Private Attributes | |
std::mutex | m_aMutex |
std::shared_ptr< Chart2ModelContact > | m_spChart2ModelContact |
::comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | m_aEventListenerContainer |
OUString | m_aPropertySetName |
Definition at line 39 of file UpDownBarWrapper.hxx.
chart::wrapper::UpDownBarWrapper::UpDownBarWrapper | ( | bool | bUp, |
std::shared_ptr< Chart2ModelContact > | spChart2ModelContact | ||
) |
Definition at line 75 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 82 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 94 of file UpDownBarWrapper.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), m_aEventListenerContainer, and m_aMutex.
|
overridevirtual |
Definition at line 203 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 152 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 160 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 87 of file UpDownBarWrapper.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::disposeAndClear(), m_aEventListenerContainer, and m_aMutex.
|
overridevirtual |
Definition at line 211 of file UpDownBarWrapper.cxx.
|
overridevirtual |
XServiceInfo declarations.
Definition at line 295 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 247 of file UpDownBarWrapper.cxx.
References chart::CharacterProperties::AddDefaultsToMap().
Referenced by getPropertyDefaults(), getPropertyState(), and setPropertyToDefault().
|
overridevirtual |
Definition at line 279 of file UpDownBarWrapper.cxx.
References getPropertyDefault().
|
overridevirtual |
Definition at line 109 of file UpDownBarWrapper.cxx.
References cppu::OPropertySetHelper::createPropertySetInfo().
|
overridevirtual |
Definition at line 217 of file UpDownBarWrapper.cxx.
References getPropertyDefault(), and getPropertyValue().
Referenced by getPropertyStates().
|
overridevirtual |
Definition at line 227 of file UpDownBarWrapper.cxx.
References getPropertyState().
|
overridevirtual |
Definition at line 132 of file UpDownBarWrapper.cxx.
References Any, aTypes, CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK, m_aPropertySetName, and m_spChart2ModelContact.
Referenced by getPropertyState(), and getPropertyValues().
|
overridevirtual |
Definition at line 188 of file UpDownBarWrapper.cxx.
References getPropertyValue().
|
overridevirtual |
Definition at line 305 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 101 of file UpDownBarWrapper.cxx.
References m_aEventListenerContainer, m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
overridevirtual |
Definition at line 207 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 156 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 164 of file UpDownBarWrapper.cxx.
|
overridevirtual |
Definition at line 264 of file UpDownBarWrapper.cxx.
References setPropertyToDefault().
|
overridevirtual |
Definition at line 272 of file UpDownBarWrapper.cxx.
References setPropertyToDefault().
|
overridevirtual |
Definition at line 242 of file UpDownBarWrapper.cxx.
References getPropertyDefault(), and setPropertyValue().
Referenced by setAllPropertiesToDefault(), and setPropertiesToDefault().
|
overridevirtual |
Definition at line 116 of file UpDownBarWrapper.cxx.
References aTypes, CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK, m_aPropertySetName, and m_spChart2ModelContact.
Referenced by setPropertyToDefault(), and setPropertyValues().
|
overridevirtual |
Definition at line 171 of file UpDownBarWrapper.cxx.
References DBG_UNHANDLED_EXCEPTION, and setPropertyValue().
|
overridevirtual |
Definition at line 300 of file UpDownBarWrapper.cxx.
References cppu::supportsService().
|
private |
Definition at line 98 of file UpDownBarWrapper.hxx.
Referenced by addEventListener(), dispose(), and removeEventListener().
|
private |
Definition at line 96 of file UpDownBarWrapper.hxx.
Referenced by addEventListener(), dispose(), and removeEventListener().
|
private |
Definition at line 100 of file UpDownBarWrapper.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 97 of file UpDownBarWrapper.hxx.
Referenced by getPropertyValue(), and setPropertyValue().