LibreOffice Module sc (master) 1
|
#include <condformatdlgentry.hxx>
Public Member Functions | |
ScColorScale2FrmtEntry (ScCondFormatList *pParent, ScDocument *pDoc, const ScAddress &rPos, const ScColorScaleFormat *pFormat=nullptr) | |
virtual | ~ScColorScale2FrmtEntry () override |
virtual ScFormatEntry * | GetEntry () const override |
virtual void | SetActive () override |
virtual void | SetInactive () override |
virtual condformat::entry::ScCondFrmtEntryType | GetType () override |
Public Member Functions inherited from ScCondFrmtEntry | |
ScCondFrmtEntry (ScCondFormatList *pParent, ScDocument *pDoc, const ScAddress &rPos) | |
virtual | ~ScCondFrmtEntry () |
void | Show () |
void | set_grid_top_attach (int nAttach) |
int | get_preferred_height () const |
void | SetPos (const ScAddress &rPos) |
bool | IsSelected () const |
void | SetIndex (sal_Int32 nIndex) |
virtual ScFormatEntry * | GetEntry () const =0 |
virtual void | SetActive ()=0 |
virtual void | SetInactive ()=0 |
virtual condformat::entry::ScCondFrmtEntryType | GetType ()=0 |
Private Member Functions | |
ScFormatEntry * | createColorscaleEntry () const |
virtual OUString | GetExpressionString () override |
void | Init () |
DECL_LINK (EntryTypeHdl, weld::ComboBox &, void) | |
Private Attributes | |
std::unique_ptr< weld::ComboBox > | mxLbColorFormat |
std::unique_ptr< weld::ComboBox > | mxLbEntryTypeMin |
std::unique_ptr< weld::ComboBox > | mxLbEntryTypeMax |
std::unique_ptr< weld::Entry > | mxEdMin |
std::unique_ptr< weld::Entry > | mxEdMax |
std::unique_ptr< ColorListBox > | mxLbColMin |
std::unique_ptr< ColorListBox > | mxLbColMax |
std::unique_ptr< weld::Label > | mxFtMin |
std::unique_ptr< weld::Label > | mxFtMax |
Additional Inherited Members | |
Protected Member Functions inherited from ScCondFrmtEntry | |
virtual void | Select () |
virtual void | Deselect () |
virtual OUString | GetExpressionString ()=0 |
Protected Attributes inherited from ScCondFrmtEntry | |
ScCondFormatList * | mpParent |
std::unique_ptr< weld::Builder > | mxBuilder |
std::unique_ptr< weld::ComboBox > | mxLbType |
ScDocument * | mpDoc |
ScAddress | maPos |
Definition at line 168 of file condformatdlgentry.hxx.
ScColorScale2FrmtEntry::ScColorScale2FrmtEntry | ( | ScCondFormatList * | pParent, |
ScDocument * | pDoc, | ||
const ScAddress & | rPos, | ||
const ScColorScaleFormat * | pFormat = nullptr |
||
) |
Definition at line 732 of file condformatdlgentry.cxx.
References ScCondFormatList::GetFrameWeld(), and ScCondFrmtEntry::mpParent.
|
overridevirtual |
Definition at line 782 of file condformatdlgentry.cxx.
|
private |
Definition at line 794 of file condformatdlgentry.cxx.
References ScColorScaleFormat::AddEntry(), ScCondFrmtEntry::maPos, ScCondFrmtEntry::mpDoc, mxEdMax, mxEdMin, mxLbColMax, mxLbColMin, mxLbEntryTypeMax, and mxLbEntryTypeMin.
Referenced by GetEntry().
|
private |
|
overridevirtual |
Implements ScCondFrmtEntry.
Definition at line 807 of file condformatdlgentry.cxx.
References createColorscaleEntry().
|
overrideprivatevirtual |
Implements ScCondFrmtEntry.
Definition at line 802 of file condformatdlgentry.cxx.
References COLORSCALE, and ScCondFormatHelper::GetExpression().
|
inlineoverridevirtual |
Implements ScCondFrmtEntry.
Definition at line 199 of file condformatdlgentry.hxx.
References condformat::entry::COLORSCALE2.
|
private |
Definition at line 786 of file condformatdlgentry.cxx.
References LINK, mxLbColMax, mxLbColMin, mxLbEntryTypeMax, and mxLbEntryTypeMin.
|
overridevirtual |
Implements ScCondFrmtEntry.
Definition at line 812 of file condformatdlgentry.cxx.
References mxEdMax, mxEdMin, mxLbColMax, mxLbColMin, mxLbColorFormat, mxLbEntryTypeMax, mxLbEntryTypeMin, and ScCondFrmtEntry::Select().
|
overridevirtual |
Implements ScCondFrmtEntry.
Definition at line 828 of file condformatdlgentry.cxx.
References ScCondFrmtEntry::Deselect(), mxEdMax, mxEdMin, mxLbColMax, mxLbColMin, mxLbColorFormat, mxLbEntryTypeMax, and mxLbEntryTypeMin.
|
private |
Definition at line 179 of file condformatdlgentry.hxx.
Referenced by createColorscaleEntry(), SetActive(), and SetInactive().
|
private |
Definition at line 178 of file condformatdlgentry.hxx.
Referenced by createColorscaleEntry(), SetActive(), and SetInactive().
|
private |
Definition at line 185 of file condformatdlgentry.hxx.
|
private |
Definition at line 184 of file condformatdlgentry.hxx.
|
private |
Definition at line 182 of file condformatdlgentry.hxx.
Referenced by createColorscaleEntry(), Init(), SetActive(), and SetInactive().
|
private |
Definition at line 181 of file condformatdlgentry.hxx.
Referenced by createColorscaleEntry(), Init(), SetActive(), and SetInactive().
|
private |
Definition at line 172 of file condformatdlgentry.hxx.
Referenced by SetActive(), and SetInactive().
|
private |
Definition at line 176 of file condformatdlgentry.hxx.
Referenced by createColorscaleEntry(), Init(), SetActive(), and SetInactive().
|
private |
Definition at line 175 of file condformatdlgentry.hxx.
Referenced by createColorscaleEntry(), Init(), SetActive(), and SetInactive().