LibreOffice Module sc (master) 1
|
#include <sortkeydlg.hxx>
Public Member Functions | |
ScSortKeyItem (weld::Container *pParent) | |
~ScSortKeyItem () | |
void | DisableField () |
void | EnableField () |
Public Attributes | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Frame > | m_xFrame |
std::unique_ptr< weld::ComboBox > | m_xLbSort |
std::unique_ptr< weld::RadioButton > | m_xBtnUp |
std::unique_ptr< weld::RadioButton > | m_xBtnDown |
std::unique_ptr< weld::Label > | m_xLabel |
weld::Container * | m_pParent |
Definition at line 17 of file sortkeydlg.hxx.
ScSortKeyItem::ScSortKeyItem | ( | weld::Container * | pParent | ) |
Definition at line 18 of file sortkeydlg.cxx.
References getLength(), m_xFrame, m_xLabel, m_xLabel, m_xLbSort, and ScResId().
ScSortKeyItem::~ScSortKeyItem | ( | ) |
Definition at line 35 of file sortkeydlg.cxx.
References m_pParent, m_xFrame, and weld::Container::move().
void ScSortKeyItem::DisableField | ( | ) |
Definition at line 40 of file sortkeydlg.cxx.
References m_xFrame.
void ScSortKeyItem::EnableField | ( | ) |
Definition at line 45 of file sortkeydlg.cxx.
References m_xFrame.
weld::Container* ScSortKeyItem::m_pParent |
Definition at line 26 of file sortkeydlg.hxx.
Referenced by ~ScSortKeyItem().
std::unique_ptr<weld::RadioButton> ScSortKeyItem::m_xBtnDown |
Definition at line 24 of file sortkeydlg.hxx.
std::unique_ptr<weld::RadioButton> ScSortKeyItem::m_xBtnUp |
Definition at line 23 of file sortkeydlg.hxx.
std::unique_ptr<weld::Builder> ScSortKeyItem::m_xBuilder |
Definition at line 19 of file sortkeydlg.hxx.
std::unique_ptr<weld::Frame> ScSortKeyItem::m_xFrame |
Definition at line 21 of file sortkeydlg.hxx.
Referenced by ScSortKeyWindow::AddSortKey(), DisableField(), EnableField(), and ~ScSortKeyItem().
std::unique_ptr<weld::Label> ScSortKeyItem::m_xLabel |
Definition at line 25 of file sortkeydlg.hxx.
Referenced by ScSortKeyItem().
std::unique_ptr<weld::ComboBox> ScSortKeyItem::m_xLbSort |
Definition at line 22 of file sortkeydlg.hxx.
Referenced by ScSortKeyWindow::AddSortKey(), and ScSortKeyItem().