LibreOffice Module svx (master) 1
|
#include <dlgctrl.hxx>
Public Member Functions | |
SvxLineEndLB (std::unique_ptr< weld::ComboBox > pControl) | |
void | Fill (const XLineEndListRef &pList, bool bStart=true) |
void | Append (const XLineEndEntry &rEntry, const BitmapEx &rBitmap) |
void | Modify (const XLineEndEntry &rEntry, sal_Int32 nPos, const BitmapEx &rBitmap) |
void | clear () |
void | remove (int nPos) |
int | get_active () const |
void | set_active (int nPos) |
void | set_active_text (const OUString &rStr) |
OUString | get_active_text () const |
void | connect_changed (const Link< weld::ComboBox &, void > &rLink) |
int | get_count () const |
void | append_text (const OUString &rStr) |
bool | get_value_changed_from_saved () const |
void | save_value () |
void | set_sensitive (bool bSensitive) |
bool | get_sensitive () const |
Private Attributes | |
std::unique_ptr< weld::ComboBox > | m_xControl |
Definition at line 246 of file dlgctrl.hxx.
SvxLineEndLB::SvxLineEndLB | ( | std::unique_ptr< weld::ComboBox > | pControl | ) |
Definition at line 1013 of file dlgctrl.cxx.
void SvxLineEndLB::Append | ( | const XLineEndEntry & | rEntry, |
const BitmapEx & | rBitmap | ||
) |
Definition at line 1045 of file dlgctrl.cxx.
References XPropertyEntry::GetName(), BitmapEx::GetSizePixel(), Size::Height(), BitmapEx::IsEmpty(), m_xControl, and Size::Width().
|
inline |
Definition at line 267 of file dlgctrl.hxx.
References m_xControl.
|
inline |
Definition at line 259 of file dlgctrl.hxx.
References m_xControl.
|
inline |
Definition at line 265 of file dlgctrl.hxx.
References m_xControl.
void SvxLineEndLB::Fill | ( | const XLineEndListRef & | pList, |
bool | bStart = true |
||
) |
Definition at line 1018 of file dlgctrl.cxx.
References XPropertyEntry::GetName(), BitmapEx::GetSizePixel(), Size::Height(), i, BitmapEx::IsEmpty(), m_xControl, nCount, and Size::Width().
|
inline |
Definition at line 261 of file dlgctrl.hxx.
References m_xControl.
|
inline |
Definition at line 264 of file dlgctrl.hxx.
References m_xControl.
|
inline |
Definition at line 266 of file dlgctrl.hxx.
References m_xControl.
|
inline |
Definition at line 271 of file dlgctrl.hxx.
References m_xControl.
|
inline |
Definition at line 268 of file dlgctrl.hxx.
References m_xControl.
void SvxLineEndLB::Modify | ( | const XLineEndEntry & | rEntry, |
sal_Int32 | nPos, | ||
const BitmapEx & | rBitmap | ||
) |
Definition at line 1062 of file dlgctrl.cxx.
References XPropertyEntry::GetName(), BitmapEx::GetSizePixel(), Size::Height(), BitmapEx::IsEmpty(), m_xControl, nPos, and Size::Width().
|
inline |
Definition at line 260 of file dlgctrl.hxx.
References m_xControl, and nPos.
|
inline |
Definition at line 269 of file dlgctrl.hxx.
References m_xControl.
|
inline |
Definition at line 262 of file dlgctrl.hxx.
References m_xControl, and nPos.
|
inline |
Definition at line 263 of file dlgctrl.hxx.
References m_xControl.
|
inline |
Definition at line 270 of file dlgctrl.hxx.
References m_xControl.
|
private |
Definition at line 249 of file dlgctrl.hxx.