LibreOffice Module svx (master) 1
|
#include <pagenumberlistbox.hxx>
Public Member Functions | |
SvxPageNumberListBox (std::unique_ptr< weld::ComboBox > pControl) | |
SvxNumType | get_active_id () const |
void | set_active_id (SvxNumType eId) const |
void | save_value () |
bool | get_value_changed_from_saved () const |
void | connect_changed (const Link< weld::ComboBox &, void > &rLink) |
weld::ComboBox & | get_widget () const |
Private Attributes | |
std::unique_ptr< weld::ComboBox > | m_xControl |
Definition at line 27 of file pagenumberlistbox.hxx.
SvxPageNumberListBox::SvxPageNumberListBox | ( | std::unique_ptr< weld::ComboBox > | pControl | ) |
Definition at line 26 of file pagenumberlistbox.cxx.
References aStr, first, i, LINK_TOKEN, m_xControl, SAL_N_ELEMENTS, and SvxResId().
|
inline |
Definition at line 37 of file pagenumberlistbox.hxx.
References m_xControl.
|
inline |
Definition at line 33 of file pagenumberlistbox.hxx.
References m_xControl.
|
inline |
Definition at line 36 of file pagenumberlistbox.hxx.
References m_xControl.
|
inline |
Definition at line 38 of file pagenumberlistbox.hxx.
References m_xControl.
|
inline |
Definition at line 35 of file pagenumberlistbox.hxx.
References m_xControl.
|
inline |
Definition at line 34 of file pagenumberlistbox.hxx.
References m_xControl.
|
private |
Definition at line 30 of file pagenumberlistbox.hxx.
Referenced by SvxPageNumberListBox().