LibreOffice Module sc (master) 1
|
#include <condformatuno.hxx>
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 | |
ScColorScaleEntry * | getCoreObject () |
Private Attributes | |
rtl::Reference< ScDataBarFormatObj > | mxParent |
size_t | mnPos |
Definition at line 251 of file condformatuno.hxx.
ScDataBarEntryObj::ScDataBarEntryObj | ( | rtl::Reference< ScDataBarFormatObj > | xParent, |
size_t | nPos | ||
) |
Definition at line 1374 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 1381 of file condformatuno.cxx.
|
private |
Definition at line 1385 of file condformatuno.cxx.
References ScDataBarFormat::GetDataBarData(), mnPos, ScDataBarFormatData::mpLowerLimit, ScDataBarFormatData::mpUpperLimit, and mxParent.
Referenced by getFormula(), getType(), setFormula(), and setType().
|
overridevirtual |
Definition at line 1425 of file condformatuno.cxx.
References COLORSCALE_FORMULA, getCoreObject(), ScColorScaleEntry::GetType(), and ScColorScaleEntry::GetValue().
|
overridevirtual |
Definition at line 1397 of file condformatuno.cxx.
References getCoreObject(), and ScColorScaleEntry::GetType().
|
overridevirtual |
Definition at line 1440 of file condformatuno.cxx.
References COLORSCALE_FORMULA, getCoreObject(), ScColorScaleEntry::GetType(), and ScColorScaleEntry::SetValue().
|
overridevirtual |
Definition at line 1411 of file condformatuno.cxx.
References getCoreObject(), nType, and ScColorScaleEntry::SetType().
|
private |
Definition at line 270 of file condformatuno.hxx.
Referenced by getCoreObject().
|
private |
Definition at line 269 of file condformatuno.hxx.
Referenced by getCoreObject().