LibreOffice Module sc (master) 1
|
#include <sortkeydlg.hxx>
Public Member Functions | |
ScSortKeyWindow (weld::Container *pBox) | |
~ScSortKeyWindow () | |
void | AddSortKey (sal_uInt16 nItem) |
Public Attributes | |
ScSortKeyItems | m_aSortKeyItems |
Private Attributes | |
weld::Container * | m_pBox |
Definition at line 37 of file sortkeydlg.hxx.
ScSortKeyWindow::ScSortKeyWindow | ( | weld::Container * | pBox | ) |
Definition at line 50 of file sortkeydlg.cxx.
ScSortKeyWindow::~ScSortKeyWindow | ( | ) |
Definition at line 55 of file sortkeydlg.cxx.
void ScSortKeyWindow::AddSortKey | ( | sal_uInt16 | nItem | ) |
Definition at line 59 of file sortkeydlg.cxx.
References comphelper::LibreOfficeKit::isActive(), m_aSortKeyItems, m_pBox, ScSortKeyItem::m_xFrame, and ScSortKeyItem::m_xLbSort.
Referenced by ScTabPageSortFields::AddSortKey().
ScSortKeyItems ScSortKeyWindow::m_aSortKeyItems |
Definition at line 40 of file sortkeydlg.hxx.
Referenced by AddSortKey(), ScTabPageSortFields::FillFieldLists(), ScTabPageSortFields::FillItemSet(), ScTabPageSortFields::Init(), ScTabPageSortFields::Reset(), ScTabPageSortFields::SetLastSortKey(), and ScTabPageSortFields::~ScTabPageSortFields().
|
private |
Definition at line 43 of file sortkeydlg.hxx.
Referenced by AddSortKey().