LibreOffice Module chart2 (master) 1
Public Member Functions | Private Attributes | List of all members
chart::wrapper::MinMaxLineWrapper Class Reference

#include <MinMaxLineWrapper.hxx>

Inheritance diagram for chart::wrapper::MinMaxLineWrapper:
[legend]
Collaboration diagram for chart::wrapper::MinMaxLineWrapper:
[legend]

Public Member Functions

 MinMaxLineWrapper (std::shared_ptr< Chart2ModelContact > spChart2ModelContact)
 
virtual ~MinMaxLineWrapper () 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< Chart2ModelContactm_spChart2ModelContact
 
::comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > m_aEventListenerContainer
 
WrappedIgnoreProperty m_aWrappedLineJointProperty
 

Detailed Description

Definition at line 39 of file MinMaxLineWrapper.hxx.

Constructor & Destructor Documentation

◆ MinMaxLineWrapper()

chart::wrapper::MinMaxLineWrapper::MinMaxLineWrapper ( std::shared_ptr< Chart2ModelContact spChart2ModelContact)
explicit

Definition at line 81 of file MinMaxLineWrapper.cxx.

References Any.

◆ ~MinMaxLineWrapper()

chart::wrapper::MinMaxLineWrapper::~MinMaxLineWrapper ( )
overridevirtual

Definition at line 87 of file MinMaxLineWrapper.cxx.

Member Function Documentation

◆ addEventListener()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::addEventListener ( const css::uno::Reference< css::lang::XEventListener > &  xListener)
overridevirtual

◆ addPropertiesChangeListener()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::addPropertiesChangeListener ( const css::uno::Sequence< OUString > &  aPropertyNames,
const css::uno::Reference< css::beans::XPropertiesChangeListener > &  xListener 
)
overridevirtual

Definition at line 232 of file MinMaxLineWrapper.cxx.

◆ addPropertyChangeListener()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::addPropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  xListener 
)
overridevirtual

Definition at line 181 of file MinMaxLineWrapper.cxx.

◆ addVetoableChangeListener()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::addVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

Definition at line 189 of file MinMaxLineWrapper.cxx.

◆ dispose()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::dispose ( void  )
overridevirtual

◆ firePropertiesChangeEvent()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::firePropertiesChangeEvent ( const css::uno::Sequence< OUString > &  aPropertyNames,
const css::uno::Reference< css::beans::XPropertiesChangeListener > &  xListener 
)
overridevirtual

Definition at line 243 of file MinMaxLineWrapper.cxx.

◆ getImplementationName()

OUString SAL_CALL chart::wrapper::MinMaxLineWrapper::getImplementationName ( )
overridevirtual

XServiceInfo declarations.

Definition at line 331 of file MinMaxLineWrapper.cxx.

◆ getPropertyDefault()

uno::Any SAL_CALL chart::wrapper::MinMaxLineWrapper::getPropertyDefault ( const OUString &  aPropertyName)
overridevirtual

◆ getPropertyDefaults()

uno::Sequence< uno::Any > SAL_CALL chart::wrapper::MinMaxLineWrapper::getPropertyDefaults ( const css::uno::Sequence< OUString > &  aPropertyNames)
overridevirtual

Definition at line 315 of file MinMaxLineWrapper.cxx.

References getPropertyDefault().

◆ getPropertySetInfo()

uno::Reference< beans::XPropertySetInfo > SAL_CALL chart::wrapper::MinMaxLineWrapper::getPropertySetInfo ( )
overridevirtual

Definition at line 114 of file MinMaxLineWrapper.cxx.

◆ getPropertyState()

beans::PropertyState SAL_CALL chart::wrapper::MinMaxLineWrapper::getPropertyState ( const OUString &  PropertyName)
overridevirtual

◆ getPropertyStates()

uno::Sequence< beans::PropertyState > SAL_CALL chart::wrapper::MinMaxLineWrapper::getPropertyStates ( const css::uno::Sequence< OUString > &  aPropertyName)
overridevirtual

Definition at line 264 of file MinMaxLineWrapper.cxx.

References getPropertyState().

◆ getPropertyValue()

uno::Any SAL_CALL chart::wrapper::MinMaxLineWrapper::getPropertyValue ( const OUString &  PropertyName)
overridevirtual

◆ getPropertyValues()

uno::Sequence< uno::Any > SAL_CALL chart::wrapper::MinMaxLineWrapper::getPropertyValues ( const css::uno::Sequence< OUString > &  aPropertyNames)
overridevirtual

Definition at line 217 of file MinMaxLineWrapper.cxx.

References getPropertyValue().

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL chart::wrapper::MinMaxLineWrapper::getSupportedServiceNames ( )
overridevirtual

Definition at line 341 of file MinMaxLineWrapper.cxx.

◆ removeEventListener()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::removeEventListener ( const css::uno::Reference< css::lang::XEventListener > &  aListener)
overridevirtual

◆ removePropertiesChangeListener()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::removePropertiesChangeListener ( const css::uno::Reference< css::beans::XPropertiesChangeListener > &  xListener)
overridevirtual

Definition at line 238 of file MinMaxLineWrapper.cxx.

◆ removePropertyChangeListener()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::removePropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  aListener 
)
overridevirtual

Definition at line 185 of file MinMaxLineWrapper.cxx.

◆ removeVetoableChangeListener()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::removeVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

Definition at line 193 of file MinMaxLineWrapper.cxx.

◆ setAllPropertiesToDefault()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::setAllPropertiesToDefault ( )
overridevirtual

Definition at line 300 of file MinMaxLineWrapper.cxx.

References setPropertyToDefault().

◆ setPropertiesToDefault()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::setPropertiesToDefault ( const css::uno::Sequence< OUString > &  aPropertyNames)
overridevirtual

Definition at line 308 of file MinMaxLineWrapper.cxx.

References setPropertyToDefault().

◆ setPropertyToDefault()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::setPropertyToDefault ( const OUString &  PropertyName)
overridevirtual

◆ setPropertyValue()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::setPropertyValue ( const OUString &  aPropertyName,
const css::uno::Any &  aValue 
)
overridevirtual

◆ setPropertyValues()

void SAL_CALL chart::wrapper::MinMaxLineWrapper::setPropertyValues ( const css::uno::Sequence< OUString > &  aPropertyNames,
const css::uno::Sequence< css::uno::Any > &  aValues 
)
overridevirtual

Definition at line 200 of file MinMaxLineWrapper.cxx.

References DBG_UNHANDLED_EXCEPTION, and setPropertyValue().

◆ supportsService()

sal_Bool SAL_CALL chart::wrapper::MinMaxLineWrapper::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 336 of file MinMaxLineWrapper.cxx.

References cppu::supportsService().

Member Data Documentation

◆ m_aEventListenerContainer

::comphelper::OInterfaceContainerHelper4<css::lang::XEventListener> chart::wrapper::MinMaxLineWrapper::m_aEventListenerContainer
private

Definition at line 96 of file MinMaxLineWrapper.hxx.

Referenced by addEventListener(), dispose(), and removeEventListener().

◆ m_aMutex

std::mutex chart::wrapper::MinMaxLineWrapper::m_aMutex
private

Definition at line 94 of file MinMaxLineWrapper.hxx.

Referenced by addEventListener(), dispose(), and removeEventListener().

◆ m_aWrappedLineJointProperty

WrappedIgnoreProperty chart::wrapper::MinMaxLineWrapper::m_aWrappedLineJointProperty
private

Definition at line 98 of file MinMaxLineWrapper.hxx.

Referenced by getPropertyState(), getPropertyValue(), and setPropertyValue().

◆ m_spChart2ModelContact

std::shared_ptr< Chart2ModelContact > chart::wrapper::MinMaxLineWrapper::m_spChart2ModelContact
private

Definition at line 95 of file MinMaxLineWrapper.hxx.

Referenced by getPropertyValue(), and setPropertyValue().


The documentation for this class was generated from the following files: