LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScAutoFormatFieldObj Class Referencefinal

#include <afmtuno.hxx>

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

Public Member Functions

 ScAutoFormatFieldObj (sal_uInt16 nFormat, sal_uInt16 nField)
 
virtual ~ScAutoFormatFieldObj () 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

SfxItemPropertySet aPropSet
 
sal_uInt16 nFormatIndex
 
sal_uInt16 nFieldIndex
 

Detailed Description

Definition at line 149 of file afmtuno.hxx.

Constructor & Destructor Documentation

◆ ScAutoFormatFieldObj()

ScAutoFormatFieldObj::ScAutoFormatFieldObj ( sal_uInt16  nFormat,
sal_uInt16  nField 
)

Definition at line 536 of file afmtuno.cxx.

◆ ~ScAutoFormatFieldObj()

ScAutoFormatFieldObj::~ScAutoFormatFieldObj ( )
overridevirtual

Definition at line 543 of file afmtuno.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

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

◆ addVetoableChangeListener()

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

◆ getImplementationName()

virtual OUString SAL_CALL ScAutoFormatFieldObj::getImplementationName ( )
overridevirtual

◆ getPropertySetInfo()

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

Definition at line 549 of file afmtuno.cxx.

References aPropSet, and SfxItemPropertySet::getPropertyMap().

◆ getPropertyValue()

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

◆ getSupportedServiceNames()

virtual css::uno::Sequence< OUString > SAL_CALL ScAutoFormatFieldObj::getSupportedServiceNames ( )
overridevirtual

◆ removePropertyChangeListener()

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

◆ removeVetoableChangeListener()

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

◆ setPropertyValue()

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

◆ supportsService()

virtual sal_Bool SAL_CALL ScAutoFormatFieldObj::supportsService ( const OUString &  ServiceName)
overridevirtual

Member Data Documentation

◆ aPropSet

SfxItemPropertySet ScAutoFormatFieldObj::aPropSet
private

Definition at line 154 of file afmtuno.hxx.

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

◆ nFieldIndex

sal_uInt16 ScAutoFormatFieldObj::nFieldIndex
private

Definition at line 156 of file afmtuno.hxx.

Referenced by getPropertyValue(), and setPropertyValue().

◆ nFormatIndex

sal_uInt16 ScAutoFormatFieldObj::nFormatIndex
private

Definition at line 155 of file afmtuno.hxx.

Referenced by getPropertyValue(), and setPropertyValue().


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