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

#include <condformatuno.hxx>

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

Public Member Functions

 ScColorScaleEntryObj (rtl::Reference< ScColorScaleFormatObj > xParent, size_t nPos)
 
virtual ~ScColorScaleEntryObj () override
 
virtual sal_Int32 SAL_CALL getColor () override
 
virtual void SAL_CALL setColor (sal_Int32 aColor) override
 
virtual sal_Int32 SAL_CALL getType () override
 
virtual void SAL_CALL setType (sal_Int32 nType) override
 
virtual OUString SAL_CALL getFormula () override
 
virtual void SAL_CALL setFormula (const OUString &rString) override
 

Private Member Functions

ScColorScaleEntrygetCoreObject ()
 

Private Attributes

rtl::Reference< ScColorScaleFormatObjmxParent
 
size_t mnPos
 

Detailed Description

Definition at line 190 of file condformatuno.hxx.

Constructor & Destructor Documentation

◆ ScColorScaleEntryObj()

ScColorScaleEntryObj::ScColorScaleEntryObj ( rtl::Reference< ScColorScaleFormatObj xParent,
size_t  nPos 
)

Definition at line 990 of file condformatuno.cxx.

References mxParent, and nPos.

◆ ~ScColorScaleEntryObj()

ScColorScaleEntryObj::~ScColorScaleEntryObj ( )
overridevirtual

Definition at line 997 of file condformatuno.cxx.

Member Function Documentation

◆ getColor()

sal_Int32 ScColorScaleEntryObj::getColor ( )
overridevirtual

Definition at line 1010 of file condformatuno.cxx.

References ScColorScaleEntry::GetColor(), and getCoreObject().

◆ getCoreObject()

ScColorScaleEntry * ScColorScaleEntryObj::getCoreObject ( )
private

◆ getFormula()

OUString ScColorScaleEntryObj::getFormula ( )
overridevirtual

◆ getType()

sal_Int32 ScColorScaleEntryObj::getType ( )
overridevirtual

Definition at line 1021 of file condformatuno.cxx.

References getCoreObject(), and ScColorScaleEntry::GetType().

◆ setColor()

void ScColorScaleEntryObj::setColor ( sal_Int32  aColor)
overridevirtual

◆ setFormula()

void ScColorScaleEntryObj::setFormula ( const OUString &  rString)
overridevirtual

◆ setType()

void ScColorScaleEntryObj::setType ( sal_Int32  nType)
overridevirtual

Definition at line 1035 of file condformatuno.cxx.

References getCoreObject(), nType, and ScColorScaleEntry::SetType().

Member Data Documentation

◆ mnPos

size_t ScColorScaleEntryObj::mnPos
private

Definition at line 213 of file condformatuno.hxx.

Referenced by getCoreObject().

◆ mxParent

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

Definition at line 212 of file condformatuno.hxx.

Referenced by getCoreObject().


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