LibreOffice Module svx (master) 1
|
This listbox contains entries to select horizontal text direction. More...
#include <frmdirlbox.hxx>
Public Member Functions | |
FrameDirectionListBox (std::unique_ptr< weld::ComboBox > pControl) | |
virtual | ~FrameDirectionListBox () |
bool | get_visible () const |
void | save_value () |
bool | get_value_changed_from_saved () const |
SvxFrameDirection | get_active_id () const |
void | set_active_id (SvxFrameDirection eDir) |
void | remove_id (SvxFrameDirection eDir) |
void | set_active (int pos) |
int | get_active () const |
void | set_sensitive (bool bSensitive) |
void | hide () |
void | set_visible (bool bVisible) |
void | show () |
int | get_count () const |
void | append (SvxFrameDirection eDirection, const OUString &rString) |
Inserts a string with corresponding direction enum into the listbox. More... | |
void | connect_changed (const Link< weld::ComboBox &, void > &rLink) |
Private Attributes | |
std::unique_ptr< weld::ComboBox > | m_xControl |
This listbox contains entries to select horizontal text direction.
The control works on the SvxFrameDirection enumeration (i.e. left-to-right, right-to-left), used i.e. in conjunction with the SvxFrameDirectionItem.
Definition at line 34 of file frmdirlbox.hxx.
|
explicit |
Definition at line 24 of file frmdirlbox.cxx.
|
virtual |
Definition at line 29 of file frmdirlbox.cxx.
|
inline |
Inserts a string with corresponding direction enum into the listbox.
Definition at line 67 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 71 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 60 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 45 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 65 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 44 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 42 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 62 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 53 of file frmdirlbox.hxx.
References m_xControl, and nPos.
|
inline |
Definition at line 43 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 59 of file frmdirlbox.hxx.
References m_xControl, and pos.
|
inline |
Definition at line 49 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 61 of file frmdirlbox.hxx.
References m_xControl.
|
inline |
Definition at line 63 of file frmdirlbox.hxx.
References bVisible, and m_xControl.
|
inline |
Definition at line 64 of file frmdirlbox.hxx.
References m_xControl.
|
private |
Definition at line 37 of file frmdirlbox.hxx.