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

#include <condformatuno.hxx>

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

Public Member Functions

 ScCondFormatObj (ScDocShell *pDocShell, rtl::Reference< ScCondFormatsObj > xCondFormats, sal_Int32 nKey)
 
virtual ~ScCondFormatObj () override
 
ScDocShellgetDocShell ()
 
virtual void SAL_CALL createEntry (const sal_Int32 nType, const sal_Int32 nPos) override
 
virtual void SAL_CALL removeByIndex (const sal_Int32 nIndex) override
 
virtual uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () override
 
virtual sal_Int32 SAL_CALL getCount () override
 
virtual uno::Any SAL_CALL getByIndex (sal_Int32 nIndex) 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
 
ScConditionalFormatgetCoreObject ()
 

Private Attributes

rtl::Reference< ScCondFormatsObjmxCondFormatList
 
ScDocShellmpDocShell
 
SfxItemPropertySet maPropSet
 
sal_Int32 mnKey
 

Detailed Description

Definition at line 67 of file condformatuno.hxx.

Constructor & Destructor Documentation

◆ ScCondFormatObj()

ScCondFormatObj::ScCondFormatObj ( ScDocShell pDocShell,
rtl::Reference< ScCondFormatsObj xCondFormats,
sal_Int32  nKey 
)

Definition at line 438 of file condformatuno.cxx.

◆ ~ScCondFormatObj()

ScCondFormatObj::~ScCondFormatObj ( )
overridevirtual

Definition at line 447 of file condformatuno.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

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

Definition at line 621 of file condformatuno.cxx.

References SAL_WARN.

◆ addVetoableChangeListener()

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

Definition at line 633 of file condformatuno.cxx.

References SAL_WARN.

◆ createEntry()

void ScCondFormatObj::createEntry ( const sal_Int32  nType,
const sal_Int32  nPos 
)
overridevirtual

◆ getByIndex()

uno::Any ScCondFormatObj::getByIndex ( sal_Int32  nIndex)
overridevirtual

◆ getCoreObject()

ScConditionalFormat * ScCondFormatObj::getCoreObject ( )

◆ getCount()

sal_Int32 ScCondFormatObj::getCount ( )
overridevirtual

Definition at line 525 of file condformatuno.cxx.

References getCoreObject(), and ScConditionalFormat::size().

◆ getDocShell()

ScDocShell * ScCondFormatObj::getDocShell ( )

Definition at line 461 of file condformatuno.cxx.

References mpDocShell.

◆ getElementType()

uno::Type ScCondFormatObj::getElementType ( )
overridevirtual

Definition at line 513 of file condformatuno.cxx.

References cppu::UnoType< typename T >::get().

◆ getPropertySetInfo()

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

Definition at line 545 of file condformatuno.cxx.

References SfxItemPropertySet::getPropertyMap(), and maPropSet.

◆ getPropertyValue()

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

◆ hasElements()

sal_Bool ScCondFormatObj::hasElements ( )
overridevirtual

Definition at line 518 of file condformatuno.cxx.

References getCoreObject(), and ScConditionalFormat::IsEmpty().

◆ removeByIndex()

void ScCondFormatObj::removeByIndex ( const sal_Int32  nIndex)
overridevirtual

◆ removePropertyChangeListener()

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

Definition at line 627 of file condformatuno.cxx.

References SAL_WARN.

◆ removeVetoableChangeListener()

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

Definition at line 639 of file condformatuno.cxx.

References SAL_WARN.

◆ setPropertyValue()

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

Member Data Documentation

◆ maPropSet

SfxItemPropertySet ScCondFormatObj::maPropSet
private

Definition at line 113 of file condformatuno.hxx.

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

◆ mnKey

sal_Int32 ScCondFormatObj::mnKey
private

Definition at line 114 of file condformatuno.hxx.

Referenced by getCoreObject().

◆ mpDocShell

ScDocShell* ScCondFormatObj::mpDocShell
private

Definition at line 112 of file condformatuno.hxx.

Referenced by createEntry(), getDocShell(), and getPropertyValue().

◆ mxCondFormatList

rtl::Reference<ScCondFormatsObj> ScCondFormatObj::mxCondFormatList
private

Definition at line 111 of file condformatuno.hxx.

Referenced by getCoreObject().


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