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

#include <condformatuno.hxx>

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

Public Member Functions

 ScIconSetFormatObj (rtl::Reference< ScCondFormatObj > xParent, const ScIconSetFormat *pFormat)
 
virtual ~ScIconSetFormatObj () override
 
ScIconSetFormatgetCoreObject ()
 
virtual sal_Int32 SAL_CALL getType () 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
 

Private Attributes

rtl::Reference< ScCondFormatObjmxParent
 
SfxItemPropertySet maPropSet
 
const ScIconSetFormatmpFormat
 

Detailed Description

Definition at line 273 of file condformatuno.hxx.

Constructor & Destructor Documentation

◆ ScIconSetFormatObj()

ScIconSetFormatObj::ScIconSetFormatObj ( rtl::Reference< ScCondFormatObj xParent,
const ScIconSetFormat pFormat 
)

Definition at line 1456 of file condformatuno.cxx.

References mxParent.

◆ ~ScIconSetFormatObj()

ScIconSetFormatObj::~ScIconSetFormatObj ( )
overridevirtual

Definition at line 1464 of file condformatuno.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

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

Definition at line 1650 of file condformatuno.cxx.

References SAL_WARN.

◆ addVetoableChangeListener()

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

Definition at line 1662 of file condformatuno.cxx.

References SAL_WARN.

◆ getCoreObject()

ScIconSetFormat * ScIconSetFormatObj::getCoreObject ( )

Definition at line 1468 of file condformatuno.cxx.

References mpFormat, and mxParent.

Referenced by getPropertyValue(), and setPropertyValue().

◆ getPropertySetInfo()

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

Definition at line 1482 of file condformatuno.cxx.

References SfxItemPropertySet::getPropertyMap(), and maPropSet.

◆ getPropertyValue()

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

◆ getType()

sal_Int32 ScIconSetFormatObj::getType ( )
overridevirtual

Definition at line 1477 of file condformatuno.cxx.

References ICONSET.

◆ removePropertyChangeListener()

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

Definition at line 1656 of file condformatuno.cxx.

References SAL_WARN.

◆ removeVetoableChangeListener()

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

Definition at line 1668 of file condformatuno.cxx.

References SAL_WARN.

◆ setPropertyValue()

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

Member Data Documentation

◆ maPropSet

SfxItemPropertySet ScIconSetFormatObj::maPropSet
private

Definition at line 304 of file condformatuno.hxx.

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

◆ mpFormat

const ScIconSetFormat* ScIconSetFormatObj::mpFormat
private

Definition at line 305 of file condformatuno.hxx.

Referenced by getCoreObject().

◆ mxParent

rtl::Reference<ScCondFormatObj> ScIconSetFormatObj::mxParent
private

Definition at line 303 of file condformatuno.hxx.

Referenced by getCoreObject().


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