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

#include <condformatuno.hxx>

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

Public Member Functions

 ScColorScaleFormatObj (rtl::Reference< ScCondFormatObj > xParent, const ScColorScaleFormat *pFormat)
 
virtual ~ScColorScaleFormatObj () override
 
virtual sal_Int32 SAL_CALL getType () override
 
ScColorScaleFormatgetCoreObject ()
 
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 ScColorScaleFormatmpFormat
 

Detailed Description

Definition at line 154 of file condformatuno.hxx.

Constructor & Destructor Documentation

◆ ScColorScaleFormatObj()

ScColorScaleFormatObj::ScColorScaleFormatObj ( rtl::Reference< ScCondFormatObj xParent,
const ScColorScaleFormat pFormat 
)

Definition at line 829 of file condformatuno.cxx.

References mxParent.

◆ ~ScColorScaleFormatObj()

ScColorScaleFormatObj::~ScColorScaleFormatObj ( )
overridevirtual

Definition at line 837 of file condformatuno.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

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

Definition at line 966 of file condformatuno.cxx.

References SAL_WARN.

◆ addVetoableChangeListener()

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

Definition at line 978 of file condformatuno.cxx.

References SAL_WARN.

◆ getCoreObject()

ScColorScaleFormat * ScColorScaleFormatObj::getCoreObject ( )

Definition at line 841 of file condformatuno.cxx.

References mpFormat, and mxParent.

Referenced by getPropertyValue(), and setPropertyValue().

◆ getPropertySetInfo()

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

Definition at line 855 of file condformatuno.cxx.

References SfxItemPropertySet::getPropertyMap(), and maPropSet.

◆ getPropertyValue()

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

◆ getType()

sal_Int32 ScColorScaleFormatObj::getType ( )
overridevirtual

Definition at line 850 of file condformatuno.cxx.

References COLORSCALE.

◆ removePropertyChangeListener()

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

Definition at line 972 of file condformatuno.cxx.

References SAL_WARN.

◆ removeVetoableChangeListener()

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

Definition at line 984 of file condformatuno.cxx.

References SAL_WARN.

◆ setPropertyValue()

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

Member Data Documentation

◆ maPropSet

SfxItemPropertySet ScColorScaleFormatObj::maPropSet
private

Definition at line 186 of file condformatuno.hxx.

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

◆ mpFormat

const ScColorScaleFormat* ScColorScaleFormatObj::mpFormat
private

Definition at line 187 of file condformatuno.hxx.

Referenced by getCoreObject().

◆ mxParent

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

Definition at line 185 of file condformatuno.hxx.

Referenced by getCoreObject().


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