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

#include <condformatuno.hxx>

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

Public Member Functions

 ScConditionEntryObj (rtl::Reference< ScCondFormatObj > const &xParent, const ScCondFormatEntry *pFormat)
 
virtual ~ScConditionEntryObj () override
 
ScCondFormatEntrygetCoreObject ()
 
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

ScDocShellmpDocShell
 
rtl::Reference< ScCondFormatObjmxParent
 
SfxItemPropertySet maPropSet
 
const ScCondFormatEntrympFormat
 

Detailed Description

Definition at line 117 of file condformatuno.hxx.

Constructor & Destructor Documentation

◆ ScConditionEntryObj()

ScConditionEntryObj::ScConditionEntryObj ( rtl::Reference< ScCondFormatObj > const &  xParent,
const ScCondFormatEntry pFormat 
)

Definition at line 659 of file condformatuno.cxx.

References mxParent.

◆ ~ScConditionEntryObj()

ScConditionEntryObj::~ScConditionEntryObj ( )
overridevirtual

Definition at line 668 of file condformatuno.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

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

Definition at line 805 of file condformatuno.cxx.

References SAL_WARN.

◆ addVetoableChangeListener()

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

Definition at line 817 of file condformatuno.cxx.

References SAL_WARN.

◆ getCoreObject()

ScCondFormatEntry * ScConditionEntryObj::getCoreObject ( )

Definition at line 672 of file condformatuno.cxx.

References mpFormat, and mxParent.

Referenced by getPropertyValue(), and setPropertyValue().

◆ getPropertySetInfo()

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

Definition at line 686 of file condformatuno.cxx.

References SfxItemPropertySet::getPropertyMap(), and maPropSet.

◆ getPropertyValue()

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

◆ getType()

sal_Int32 ScConditionEntryObj::getType ( )
overridevirtual

Definition at line 681 of file condformatuno.cxx.

References CONDITION.

◆ removePropertyChangeListener()

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

Definition at line 811 of file condformatuno.cxx.

References SAL_WARN.

◆ removeVetoableChangeListener()

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

Definition at line 823 of file condformatuno.cxx.

References SAL_WARN.

◆ setPropertyValue()

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

Member Data Documentation

◆ maPropSet

SfxItemPropertySet ScConditionEntryObj::maPropSet
private

Definition at line 150 of file condformatuno.hxx.

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

◆ mpDocShell

ScDocShell* ScConditionEntryObj::mpDocShell
private

Definition at line 148 of file condformatuno.hxx.

Referenced by setPropertyValue().

◆ mpFormat

const ScCondFormatEntry* ScConditionEntryObj::mpFormat
private

Definition at line 151 of file condformatuno.hxx.

Referenced by getCoreObject().

◆ mxParent

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

Definition at line 149 of file condformatuno.hxx.

Referenced by getCoreObject().


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