LibreOffice Module sc (master) 1
|
#include <condformatuno.hxx>
Public Member Functions | |
ScIconSetEntryObj (rtl::Reference< ScIconSetFormatObj > 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 308 of file condformatuno.hxx.
ScIconSetEntryObj::ScIconSetEntryObj | ( | rtl::Reference< ScIconSetFormatObj > | xParent, |
size_t | nPos | ||
) |
Definition at line 1674 of file condformatuno.cxx.
|
overridevirtual |
Definition at line 1681 of file condformatuno.cxx.
|
private |
Definition at line 1685 of file condformatuno.cxx.
References ScIconSetFormat::GetIconSetData(), ScIconSetFormatData::m_Entries, mnPos, and mxParent.
Referenced by getFormula(), getType(), setFormula(), and setType().
|
overridevirtual |
Definition at line 1730 of file condformatuno.cxx.
References COLORSCALE_FORMULA, getCoreObject(), ScColorScaleEntry::GetType(), and ScColorScaleEntry::GetValue().
|
overridevirtual |
Definition at line 1694 of file condformatuno.cxx.
References getCoreObject(), ScColorScaleEntry::GetType(), and mnPos.
|
overridevirtual |
Definition at line 1745 of file condformatuno.cxx.
References COLORSCALE_FORMULA, getCoreObject(), ScColorScaleEntry::GetType(), and ScColorScaleEntry::SetValue().
|
overridevirtual |
Definition at line 1712 of file condformatuno.cxx.
References getCoreObject(), mnPos, nType, and ScColorScaleEntry::SetType().
|
private |
Definition at line 327 of file condformatuno.hxx.
Referenced by getCoreObject(), getType(), and setType().
|
private |
Definition at line 326 of file condformatuno.hxx.
Referenced by getCoreObject().