LibreOffice Module sc (master)
1
|
#include <condformatuno.hxx>
Public Member Functions | |
ScIconSetEntryObj (rtl::Reference< ScIconSetFormatObj > const &xParent, size_t nPos) | |
virtual | ~ScIconSetEntryObj () 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< ScIconSetFormatObj > | mxParent |
size_t | mnPos |
Definition at line 309 of file condformatuno.hxx.
ScIconSetEntryObj::ScIconSetEntryObj | ( | rtl::Reference< ScIconSetFormatObj > const & | xParent, |
size_t | nPos | ||
) |
Definition at line 1676 of file condformatuno.cxx.
References mxParent.
|
overridevirtual |
Definition at line 1683 of file condformatuno.cxx.
|
private |
Definition at line 1687 of file condformatuno.cxx.
References ScIconSetFormat::GetIconSetData(), ScIconSetFormatData::m_Entries, mnPos, and mxParent.
Referenced by getFormula(), getType(), setFormula(), and setType().
|
overridevirtual |
Definition at line 1732 of file condformatuno.cxx.
References COLORSCALE_FORMULA, getCoreObject(), ScColorScaleEntry::GetType(), and ScColorScaleEntry::GetValue().
|
overridevirtual |
Definition at line 1696 of file condformatuno.cxx.
References getCoreObject(), ScColorScaleEntry::GetType(), and mnPos.
|
overridevirtual |
Definition at line 1747 of file condformatuno.cxx.
References COLORSCALE_FORMULA, getCoreObject(), ScColorScaleEntry::GetType(), and ScColorScaleEntry::SetValue().
|
overridevirtual |
Definition at line 1714 of file condformatuno.cxx.
References getCoreObject(), mnPos, and ScColorScaleEntry::SetType().
|
private |
Definition at line 328 of file condformatuno.hxx.
Referenced by getCoreObject(), getType(), and setType().
|
private |
Definition at line 327 of file condformatuno.hxx.
Referenced by getCoreObject().