LibreOffice Module sc (master) 1
|
#include <condformatuno.hxx>
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 | |
ScColorScaleEntry * | getCoreObject () |
Private Attributes | |
rtl::Reference< ScColorScaleFormatObj > | mxParent |
size_t | mnPos |
Definition at line 190 of file condformatuno.hxx.
ScColorScaleEntryObj::ScColorScaleEntryObj | ( | rtl::Reference< ScColorScaleFormatObj > | xParent, |
size_t | nPos | ||
) |
Definition at line 990 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 997 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 1010 of file condformatuno.cxx.
References ScColorScaleEntry::GetColor(), and getCoreObject().
|
private |
Definition at line 1001 of file condformatuno.cxx.
References ScColorScaleFormat::GetEntry(), mnPos, mxParent, and ScColorScaleFormat::size().
Referenced by getColor(), getFormula(), getType(), setColor(), setFormula(), and setType().
|
overridevirtual |
Definition at line 1049 of file condformatuno.cxx.
References COLORSCALE_FORMULA, getCoreObject(), ScColorScaleEntry::GetType(), and ScColorScaleEntry::GetValue().
|
overridevirtual |
Definition at line 1021 of file condformatuno.cxx.
References getCoreObject(), and ScColorScaleEntry::GetType().
|
overridevirtual |
Definition at line 1016 of file condformatuno.cxx.
References ColorTransparency, getCoreObject(), and ScColorScaleEntry::SetColor().
|
overridevirtual |
Definition at line 1064 of file condformatuno.cxx.
References COLORSCALE_FORMULA, getCoreObject(), ScColorScaleEntry::GetType(), and ScColorScaleEntry::SetValue().
|
overridevirtual |
Definition at line 1035 of file condformatuno.cxx.
References getCoreObject(), nType, and ScColorScaleEntry::SetType().
|
private |
Definition at line 213 of file condformatuno.hxx.
Referenced by getCoreObject().
|
private |
Definition at line 212 of file condformatuno.hxx.
Referenced by getCoreObject().