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

#include <condformatuno.hxx>

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

Public Member Functions

 ScDataBarEntryObj (rtl::Reference< ScDataBarFormatObj > xParent, size_t nPos)
 
virtual ~ScDataBarEntryObj () 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< ScDataBarFormatObjmxParent
 
size_t mnPos
 

Detailed Description

Definition at line 251 of file condformatuno.hxx.

Constructor & Destructor Documentation

◆ ScDataBarEntryObj()

ScDataBarEntryObj::ScDataBarEntryObj ( rtl::Reference< ScDataBarFormatObj xParent,
size_t  nPos 
)

Definition at line 1374 of file condformatuno.cxx.

References mxParent, and nPos.

◆ ~ScDataBarEntryObj()

ScDataBarEntryObj::~ScDataBarEntryObj ( )
overridevirtual

Definition at line 1381 of file condformatuno.cxx.

Member Function Documentation

◆ getCoreObject()

ScColorScaleEntry * ScDataBarEntryObj::getCoreObject ( )
private

◆ getFormula()

OUString ScDataBarEntryObj::getFormula ( )
overridevirtual

◆ getType()

sal_Int32 ScDataBarEntryObj::getType ( )
overridevirtual

Definition at line 1397 of file condformatuno.cxx.

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

◆ setFormula()

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

◆ setType()

void ScDataBarEntryObj::setType ( sal_Int32  nType)
overridevirtual

Definition at line 1411 of file condformatuno.cxx.

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

Member Data Documentation

◆ mnPos

size_t ScDataBarEntryObj::mnPos
private

Definition at line 270 of file condformatuno.hxx.

Referenced by getCoreObject().

◆ mxParent

rtl::Reference<ScDataBarFormatObj> ScDataBarEntryObj::mxParent
private

Definition at line 269 of file condformatuno.hxx.

Referenced by getCoreObject().


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