LibreOffice Module svl (master) 1
Public Member Functions | Private Attributes | List of all members
SvNumberFormatSettingsObj Class Reference

#include <numfmuno.hxx>

Inheritance diagram for SvNumberFormatSettingsObj:
[legend]
Collaboration diagram for SvNumberFormatSettingsObj:
[legend]

Public Member Functions

 SvNumberFormatSettingsObj (SvNumberFormatsSupplierObj &rParent, ::comphelper::SharedMutex _aMutex)
 
virtual ~SvNumberFormatSettingsObj () 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 OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

rtl::Reference< SvNumberFormatsSupplierObjm_xSupplier
 
mutable::comphelper::SharedMutex m_aMutex
 

Detailed Description

Definition at line 179 of file numfmuno.hxx.

Constructor & Destructor Documentation

◆ SvNumberFormatSettingsObj()

SvNumberFormatSettingsObj::SvNumberFormatSettingsObj ( SvNumberFormatsSupplierObj rParent,
::comphelper::SharedMutex  _aMutex 
)

Definition at line 852 of file numfmuno.cxx.

References m_aMutex.

◆ ~SvNumberFormatSettingsObj()

SvNumberFormatSettingsObj::~SvNumberFormatSettingsObj ( )
overridevirtual

Definition at line 858 of file numfmuno.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

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

Definition at line 937 of file numfmuno.cxx.

◆ addVetoableChangeListener()

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

Definition at line 949 of file numfmuno.cxx.

◆ getImplementationName()

OUString SAL_CALL SvNumberFormatSettingsObj::getImplementationName ( )
overridevirtual

Definition at line 963 of file numfmuno.cxx.

◆ getPropertySetInfo()

uno::Reference< beans::XPropertySetInfo > SAL_CALL SvNumberFormatSettingsObj::getPropertySetInfo ( )
overridevirtual

Definition at line 864 of file numfmuno.cxx.

References lcl_GetNumberSettingsPropertyMap().

◆ getPropertyValue()

uno::Any SAL_CALL SvNumberFormatSettingsObj::getPropertyValue ( const OUString &  PropertyName)
overridevirtual

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL SvNumberFormatSettingsObj::getSupportedServiceNames ( )
overridevirtual

Definition at line 973 of file numfmuno.cxx.

◆ removePropertyChangeListener()

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

Definition at line 943 of file numfmuno.cxx.

◆ removeVetoableChangeListener()

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

Definition at line 955 of file numfmuno.cxx.

◆ setPropertyValue()

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

◆ supportsService()

sal_Bool SAL_CALL SvNumberFormatSettingsObj::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 968 of file numfmuno.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_aMutex

mutable::comphelper::SharedMutex SvNumberFormatSettingsObj::m_aMutex
private

Definition at line 186 of file numfmuno.hxx.

Referenced by getPropertyValue(), and setPropertyValue().

◆ m_xSupplier

rtl::Reference<SvNumberFormatsSupplierObj> SvNumberFormatSettingsObj::m_xSupplier
private

Definition at line 185 of file numfmuno.hxx.

Referenced by getPropertyValue(), and setPropertyValue().


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