LibreOffice Module sw (master)
1
|
#include <condedit.hxx>
Public Member Functions | |
ConditionEdit (std::unique_ptr< weld::Entry > xControl) | |
OUString | get_text () const |
void | set_text (const OUString &rText) |
void | set_visible (bool bVisible) |
void | set_accessible_name (const OUString &rName) |
void | save_value () |
bool | get_value_changed_from_saved () const |
void | set_sensitive (bool bSensitive) |
void | connect_changed (const Link< weld::Entry &, void > &rLink) |
void | replace_selection (const OUString &rText) |
void | hide () |
weld::Entry & | get_widget () |
OString | get_buildable_name () const |
void | set_buildable_name (const OString &rId) |
void | ShowBrackets (bool bShow) |
bool | GetBrackets () const |
void | SetDropEnable (bool bFlag) |
bool | GetDropEnable () const |
Private Attributes | |
std::unique_ptr< weld::Entry > | m_xControl |
ConditionEditDropTarget | m_aDropTargetHelper |
bool | m_bBrackets |
bool | m_bEnableDrop |
Definition at line 40 of file condedit.hxx.
ConditionEdit::ConditionEdit | ( | std::unique_ptr< weld::Entry > | xControl | ) |
Definition at line 26 of file condedit.cxx.
References m_xControl.
|
inline |
Definition at line 56 of file condedit.hxx.
|
inline |
Definition at line 64 of file condedit.hxx.
|
inline |
Definition at line 49 of file condedit.hxx.
|
inline |
Definition at line 54 of file condedit.hxx.
|
inline |
Definition at line 62 of file condedit.hxx.
Referenced by ConditionEditDropTarget::ExecuteDrop().
|
inline |
Definition at line 68 of file condedit.hxx.
Referenced by ConditionEditDropTarget::ExecuteDrop().
|
inline |
Definition at line 70 of file condedit.hxx.
Referenced by ConditionEditDropTarget::ExecuteDrop().
|
inline |
Definition at line 61 of file condedit.hxx.
|
inline |
Definition at line 60 of file condedit.hxx.
|
inline |
Definition at line 53 of file condedit.hxx.
|
inline |
Definition at line 52 of file condedit.hxx.
|
inline |
Definition at line 65 of file condedit.hxx.
|
inline |
Definition at line 55 of file condedit.hxx.
|
inline |
Definition at line 50 of file condedit.hxx.
|
inline |
Definition at line 51 of file condedit.hxx.
|
inline |
Definition at line 69 of file condedit.hxx.
|
inline |
Definition at line 67 of file condedit.hxx.
|
private |
Definition at line 43 of file condedit.hxx.
|
private |
Definition at line 44 of file condedit.hxx.
|
private |
Definition at line 44 of file condedit.hxx.
|
private |
Definition at line 42 of file condedit.hxx.