LibreOffice Module xmloff (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
xmloff::OGridColumnPropertyTranslator Class Reference

#include <gridcolumnproptranslator.hxx>

Inheritance diagram for xmloff::OGridColumnPropertyTranslator:
[legend]
Collaboration diagram for xmloff::OGridColumnPropertyTranslator:
[legend]

Public Member Functions

 OGridColumnPropertyTranslator (const css::uno::Reference< css::beans::XMultiPropertySet > &_rxGridColumn)
 

Protected Member Functions

virtual ~OGridColumnPropertyTranslator () 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
 

Private Attributes

css::uno::Reference< css::beans::XMultiPropertySet > m_xGridColumn
 

Detailed Description

Definition at line 33 of file gridcolumnproptranslator.hxx.

Constructor & Destructor Documentation

◆ OGridColumnPropertyTranslator()

xmloff::OGridColumnPropertyTranslator::OGridColumnPropertyTranslator ( const css::uno::Reference< css::beans::XMultiPropertySet > &  _rxGridColumn)
explicit

Definition at line 182 of file gridcolumnproptranslator.cxx.

References m_xGridColumn.

◆ ~OGridColumnPropertyTranslator()

xmloff::OGridColumnPropertyTranslator::~OGridColumnPropertyTranslator ( )
overrideprotectedvirtual

Definition at line 188 of file gridcolumnproptranslator.cxx.

Member Function Documentation

◆ addPropertiesChangeListener()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::addPropertiesChangeListener ( const css::uno::Sequence< OUString > &  aPropertyNames,
const css::uno::Reference< css::beans::XPropertiesChangeListener > &  xListener 
)
overrideprotectedvirtual

Definition at line 285 of file gridcolumnproptranslator.cxx.

◆ addPropertyChangeListener()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::addPropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  xListener 
)
overrideprotectedvirtual

Definition at line 223 of file gridcolumnproptranslator.cxx.

◆ addVetoableChangeListener()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::addVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overrideprotectedvirtual

Definition at line 233 of file gridcolumnproptranslator.cxx.

◆ firePropertiesChangeEvent()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::firePropertiesChangeEvent ( const css::uno::Sequence< OUString > &  aPropertyNames,
const css::uno::Reference< css::beans::XPropertiesChangeListener > &  xListener 
)
overrideprotectedvirtual

Definition at line 295 of file gridcolumnproptranslator.cxx.

◆ getPropertySetInfo()

Reference< XPropertySetInfo > SAL_CALL xmloff::OGridColumnPropertyTranslator::getPropertySetInfo ( )
overrideprotectedvirtual

Definition at line 192 of file gridcolumnproptranslator.cxx.

References m_xGridColumn.

Referenced by setPropertyValue().

◆ getPropertyValue()

Any SAL_CALL xmloff::OGridColumnPropertyTranslator::getPropertyValue ( const OUString &  PropertyName)
overrideprotectedvirtual

Definition at line 213 of file gridcolumnproptranslator.cxx.

References Any, and getPropertyValues().

◆ getPropertyValues()

Sequence< Any > SAL_CALL xmloff::OGridColumnPropertyTranslator::getPropertyValues ( const css::uno::Sequence< OUString > &  aPropertyNames)
overrideprotectedvirtual

Definition at line 267 of file gridcolumnproptranslator.cxx.

References m_xGridColumn.

Referenced by getPropertyValue().

◆ removePropertiesChangeListener()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::removePropertiesChangeListener ( const css::uno::Reference< css::beans::XPropertiesChangeListener > &  xListener)
overrideprotectedvirtual

Definition at line 290 of file gridcolumnproptranslator.cxx.

◆ removePropertyChangeListener()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::removePropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  aListener 
)
overrideprotectedvirtual

Definition at line 228 of file gridcolumnproptranslator.cxx.

◆ removeVetoableChangeListener()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::removeVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overrideprotectedvirtual

Definition at line 238 of file gridcolumnproptranslator.cxx.

◆ setPropertyValue()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::setPropertyValue ( const OUString &  aPropertyName,
const css::uno::Any &  aValue 
)
overrideprotectedvirtual

Definition at line 200 of file gridcolumnproptranslator.cxx.

References getPropertySetInfo(), and setPropertyValues().

◆ setPropertyValues()

void SAL_CALL xmloff::OGridColumnPropertyTranslator::setPropertyValues ( const css::uno::Sequence< OUString > &  aPropertyNames,
const css::uno::Sequence< css::uno::Any > &  aValues 
)
overrideprotectedvirtual

Definition at line 243 of file gridcolumnproptranslator.cxx.

References m_xGridColumn.

Referenced by setPropertyValue().

Member Data Documentation

◆ m_xGridColumn

css::uno::Reference< css::beans::XMultiPropertySet > xmloff::OGridColumnPropertyTranslator::m_xGridColumn
private

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