LibreOffice Module svx (master) 1
|
#include <papersizelistbox.hxx>
Public Member Functions | |
SvxPaperSizeListBox (std::unique_ptr< weld::ComboBox > pControl) | |
void | FillPaperSizeEntries (PaperSizeApp eApp) |
void | set_active_id (Paper eSize) |
Paper | get_active_id () const |
void | connect_changed (const Link< weld::ComboBox &, void > &rLink) |
int | get_active () const |
void | clear () |
void | save_value () |
bool | get_value_changed_from_saved () const |
weld::ComboBox & | get_widget () const |
Private Attributes | |
std::unique_ptr< weld::ComboBox > | m_xControl |
Definition at line 33 of file papersizelistbox.hxx.
SvxPaperSizeListBox::SvxPaperSizeListBox | ( | std::unique_ptr< weld::ComboBox > | pControl | ) |
Definition at line 24 of file papersizelistbox.cxx.
References m_xControl.
|
inline |
Definition at line 50 of file papersizelistbox.hxx.
References m_xControl.
|
inline |
Definition at line 45 of file papersizelistbox.hxx.
References m_xControl.
void SvxPaperSizeListBox::FillPaperSizeEntries | ( | PaperSizeApp | eApp | ) |
Definition at line 30 of file papersizelistbox.cxx.
References aStr, first, i, m_xControl, SAL_N_ELEMENTS, Std, and SvxResId().
|
inline |
Definition at line 49 of file papersizelistbox.hxx.
References m_xControl.
Paper SvxPaperSizeListBox::get_active_id | ( | ) | const |
Definition at line 68 of file papersizelistbox.cxx.
References m_xControl.
|
inline |
Definition at line 52 of file papersizelistbox.hxx.
References m_xControl.
|
inline |
Definition at line 54 of file papersizelistbox.hxx.
References m_xControl.
|
inline |
Definition at line 51 of file papersizelistbox.hxx.
References m_xControl.
void SvxPaperSizeListBox::set_active_id | ( | Paper | eSize | ) |
Definition at line 45 of file papersizelistbox.cxx.
References i, m_xControl, and PAPER_USER.
|
private |
Definition at line 36 of file papersizelistbox.hxx.
Referenced by FillPaperSizeEntries(), get_active_id(), set_active_id(), and SvxPaperSizeListBox().