|
LibreOffice Module sc (master) 1
|
Public Member Functions | |
| ScIconSetFrmtDataEntry (weld::Container *pParent, ScIconSetType eType, const ScDocument *pDoc, sal_Int32 i, const ScColorScaleEntry *pEntry=nullptr) | |
| ~ScIconSetFrmtDataEntry () | |
| void | Show () |
| void | Hide () |
| void | set_grid_top_attach (int nTop) |
| ScColorScaleEntry * | CreateEntry (ScDocument &rDoc, const ScAddress &rPos) const |
| void | SetFirstEntry () |
Protected Attributes | |
| std::unique_ptr< weld::Builder > | mxBuilder |
Private Attributes | |
| std::unique_ptr< weld::Container > | mxGrid |
| std::unique_ptr< weld::Image > | mxImgIcon |
| std::unique_ptr< weld::Label > | mxFtEntry |
| std::unique_ptr< weld::Entry > | mxEdEntry |
| std::unique_ptr< weld::ComboBox > | mxLbEntryType |
| weld::Container * | mpContainer |
Definition at line 1314 of file condformatdlgentry.cxx.
| ScIconSetFrmtDataEntry::ScIconSetFrmtDataEntry | ( | weld::Container * | pParent, |
| ScIconSetType | eType, | ||
| const ScDocument * | pDoc, | ||
| sal_Int32 | i, | ||
| const ScColorScaleEntry * | pEntry = nullptr |
||
| ) |
Definition at line 1343 of file condformatdlgentry.cxx.
References COLORSCALE_FORMULA, COLORSCALE_PERCENT, COLORSCALE_PERCENTILE, COLORSCALE_VALUE, eType, ScColorScaleEntry::GetFormula(), ScIconSetFormat::getIconName(), ScColorScaleEntry::GetType(), ScColorScaleEntry::GetValue(), formula::FormulaGrammar::GRAM_DEFAULT, i, mxEdEntry, mxImgIcon, and mxLbEntryType.
| ScIconSetFrmtDataEntry::~ScIconSetFrmtDataEntry | ( | ) |
Definition at line 1383 of file condformatdlgentry.cxx.
References weld::Container::move(), mpContainer, and mxGrid.
| ScColorScaleEntry * ScIconSetFrmtDataEntry::CreateEntry | ( | ScDocument & | rDoc, |
| const ScAddress & | rPos | ||
| ) | const |
Definition at line 1388 of file condformatdlgentry.cxx.
References COLORSCALE_FORMULA, COLORSCALE_PERCENT, COLORSCALE_PERCENTILE, COLORSCALE_VALUE, ScDocument::GetFormatTable(), ScDocument::GetGrammar(), SvNumberFormatter::IsNumberFormat(), mxEdEntry, mxLbEntryType, nIndex, nPos, ScColorScaleEntry::SetFormula(), ScColorScaleEntry::SetType(), and ScColorScaleEntry::SetValue().
|
inline |
Definition at line 1331 of file condformatdlgentry.cxx.
References mxGrid.
|
inline |
Definition at line 1332 of file condformatdlgentry.cxx.
References mxGrid.
| void ScIconSetFrmtDataEntry::SetFirstEntry | ( | ) |
Definition at line 1422 of file condformatdlgentry.cxx.
References mxEdEntry, mxFtEntry, and mxLbEntryType.
|
inline |
Definition at line 1330 of file condformatdlgentry.cxx.
References mxGrid.
|
private |
Definition at line 1324 of file condformatdlgentry.cxx.
Referenced by ~ScIconSetFrmtDataEntry().
|
protected |
Definition at line 1317 of file condformatdlgentry.cxx.
|
private |
Definition at line 1322 of file condformatdlgentry.cxx.
Referenced by CreateEntry(), ScIconSetFrmtDataEntry(), and SetFirstEntry().
|
private |
Definition at line 1321 of file condformatdlgentry.cxx.
Referenced by SetFirstEntry().
|
private |
Definition at line 1319 of file condformatdlgentry.cxx.
Referenced by Hide(), set_grid_top_attach(), Show(), and ~ScIconSetFrmtDataEntry().
|
private |
Definition at line 1320 of file condformatdlgentry.cxx.
Referenced by ScIconSetFrmtDataEntry().
|
private |
Definition at line 1323 of file condformatdlgentry.cxx.
Referenced by CreateEntry(), ScIconSetFrmtDataEntry(), and SetFirstEntry().