#include <condformatdlg.hxx>
|
| | ScCondFormatList (ScCondFormatDlg *pParent, std::unique_ptr< weld::ScrolledWindow > xWindow, std::unique_ptr< weld::Container > xGrid) |
| |
| weld::Container * | GetContainer () |
| |
| | ~ScCondFormatList () |
| |
| void | init (ScDocument &rDoc, const ScConditionalFormat *pFormat, const ScRangeList &rRanges, const ScAddress &rPos, condformat::dialog::ScCondFormatDialogType eType) |
| |
| void | SetRange (const ScRangeList &rRange) |
| |
| std::unique_ptr< ScConditionalFormat > | GetConditionalFormat () const |
| |
| weld::Window * | GetFrameWeld () |
| |
| void | Freeze () |
| |
| void | Thaw () |
| |
| void | RecalcAll () |
| |
| | DECL_LINK (AddBtnHdl, weld::Button &, void) |
| |
| | DECL_LINK (RemoveBtnHdl, weld::Button &, void) |
| |
| | DECL_LINK (UpBtnHdl, weld::Button &, void) |
| |
| | DECL_LINK (DownBtnHdl, weld::Button &, void) |
| |
| | DECL_LINK (EntrySelectHdl, ScCondFrmtEntry &, void) |
| |
| | DECL_LINK (TypeListHdl, weld::ComboBox &, void) |
| |
| | DECL_LINK (AfterTypeListHdl, void *, void) |
| |
| | DECL_LINK (ColFormatTypeHdl, weld::ComboBox &, void) |
| |
| | DECL_LINK (AfterColFormatTypeHdl, void *, void) |
| |
Definition at line 29 of file condformatdlg.hxx.
◆ EntryContainer
◆ ScCondFormatList()
◆ ~ScCondFormatList()
| ScCondFormatList::~ScCondFormatList |
( |
| ) |
|
◆ DECL_LINK() [1/9]
| ScCondFormatList::DECL_LINK |
( |
AddBtnHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
◆ DECL_LINK() [2/9]
| ScCondFormatList::DECL_LINK |
( |
AfterColFormatTypeHdl |
, |
|
|
void * |
, |
|
|
void |
|
|
) |
| |
◆ DECL_LINK() [3/9]
| ScCondFormatList::DECL_LINK |
( |
AfterTypeListHdl |
, |
|
|
void * |
, |
|
|
void |
|
|
) |
| |
◆ DECL_LINK() [4/9]
| ScCondFormatList::DECL_LINK |
( |
ColFormatTypeHdl |
, |
|
|
weld::ComboBox & |
, |
|
|
void |
|
|
) |
| |
◆ DECL_LINK() [5/9]
| ScCondFormatList::DECL_LINK |
( |
DownBtnHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
◆ DECL_LINK() [6/9]
◆ DECL_LINK() [7/9]
| ScCondFormatList::DECL_LINK |
( |
RemoveBtnHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
◆ DECL_LINK() [8/9]
◆ DECL_LINK() [9/9]
| ScCondFormatList::DECL_LINK |
( |
UpBtnHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
◆ Freeze()
| void ScCondFormatList::Freeze |
( |
| ) |
|
|
inline |
◆ GetConditionalFormat()
◆ GetContainer()
◆ GetFrameWeld()
◆ init()
Definition at line 51 of file condformatdlg.cxx.
References ScFormatEntry::Colorscale, condformat::dialog::COLORSCALE, ScFormatEntry::Condition, condformat::dialog::CONDITION, ScFormatEntry::Databar, condformat::dialog::DATABAR, ScFormatEntry::Date, condformat::dialog::DATE, Direct, eType, ScFormatEntry::ExtCondition, Freeze(), ScConditionalFormat::GetEntry(), ScConditionEntry::GetOperation(), ScFormatEntry::GetType(), ScFormatEntry::Iconset, condformat::dialog::ICONSET, maEntries, maPos, maRanges, mbNewEntry, mpDialogParent, mpDoc, nCount, nIndex, condformat::dialog::NONE, ScCondFormatDlg::OnSelectionChange(), RecalcAll(), ScColorScaleFormat::size(), ScConditionalFormat::size(), and Thaw().
◆ RecalcAll()
| void ScCondFormatList::RecalcAll |
( |
| ) |
|
◆ SetRange()
| void ScCondFormatList::SetRange |
( |
const ScRangeList & |
rRange | ) |
|
◆ Thaw()
| void ScCondFormatList::Thaw |
( |
| ) |
|
|
inline |
◆ maEntries
◆ maPos
◆ maRanges
◆ mbFrozen
| bool ScCondFormatList::mbFrozen |
|
private |
◆ mbNewEntry
| bool ScCondFormatList::mbNewEntry |
|
private |
◆ mpDialogParent
◆ mpDoc
◆ mxGrid
◆ mxScrollWindow
The documentation for this class was generated from the following files: