LibreOffice Module sw (master) 1
|
#include <numberingtypelistbox.hxx>
Public Member Functions | |
SwNumberingTypeListBox (std::unique_ptr< weld::ComboBox > pWidget) | |
~SwNumberingTypeListBox () | |
void | connect_changed (const Link< weld::ComboBox &, void > &rLink) |
void | Reload (SwInsertNumTypes nTypeFlags) |
SvxNumType | GetSelectedNumberingType () const |
bool | SelectNumberingType (SvxNumType nType) |
void | SetNoSelection () |
void | set_sensitive (bool bEnable) |
Private Attributes | |
std::unique_ptr< weld::ComboBox > | m_xWidget |
std::unique_ptr< SwNumberingTypeListBox_Impl > | m_xImpl |
Definition at line 40 of file numberingtypelistbox.hxx.
SwNumberingTypeListBox::SwNumberingTypeListBox | ( | std::unique_ptr< weld::ComboBox > | pWidget | ) |
Definition at line 37 of file numberingtypelistbox.cxx.
SwNumberingTypeListBox::~SwNumberingTypeListBox | ( | ) |
Definition at line 47 of file numberingtypelistbox.cxx.
|
inline |
Definition at line 49 of file numberingtypelistbox.hxx.
References m_xWidget.
SvxNumType SwNumberingTypeListBox::GetSelectedNumberingType | ( | ) | const |
Definition at line 118 of file numberingtypelistbox.cxx.
References m_xWidget, and SVX_NUM_CHARS_UPPER_LETTER.
void SwNumberingTypeListBox::Reload | ( | SwInsertNumTypes | nTypeFlags | ) |
Definition at line 49 of file numberingtypelistbox.cxx.
References aTypes, SvxNumberingTypeTable::Count(), Extended, SvxNumberingTypeTable::GetString(), SvxNumberingTypeTable::GetValue(), i, LINK_TOKEN, m_xImpl, m_xWidget, NoNumbering, nPos, nValue, and sId.
bool SwNumberingTypeListBox::SelectNumberingType | ( | SvxNumType | nType | ) |
Definition at line 131 of file numberingtypelistbox.cxx.
References m_xWidget, nPos, and nType.
Referenced by SwSectionFootnoteEndTabPage::ResetState().
|
inline |
Definition at line 55 of file numberingtypelistbox.hxx.
References m_xWidget.
Referenced by IMPL_LINK(), and SwSectionFootnoteEndTabPage::ResetState().
|
inline |
Definition at line 54 of file numberingtypelistbox.hxx.
References m_xWidget.
|
private |
Definition at line 43 of file numberingtypelistbox.hxx.
Referenced by Reload(), and SwNumberingTypeListBox().
|
private |
Definition at line 42 of file numberingtypelistbox.hxx.
Referenced by GetSelectedNumberingType(), Reload(), and SelectNumberingType().