LibreOffice Module sw (master) 1
|
#include <condedit.hxx>
Public Member Functions | |
ConditionEditDropTarget (ConditionEdit &rEdit) | |
Private Member Functions | |
virtual SAL_DLLPRIVATE sal_Int8 | AcceptDrop (const AcceptDropEvent &rEvt) override |
virtual SAL_DLLPRIVATE sal_Int8 | ExecuteDrop (const ExecuteDropEvent &rEvt) override |
Private Attributes | |
ConditionEdit & | m_rEdit |
Definition at line 28 of file condedit.hxx.
ConditionEditDropTarget::ConditionEditDropTarget | ( | ConditionEdit & | rEdit | ) |
Definition at line 43 of file condedit.cxx.
|
overrideprivatevirtual |
Definition at line 34 of file condedit.cxx.
References DND_ACTION_COPY, and DND_ACTION_NONE.
|
overrideprivatevirtual |
Definition at line 49 of file condedit.cxx.
References SL::aData, DND_ACTION_COPY, DND_ACTION_NONE, ConditionEdit::get_widget(), ConditionEdit::GetBrackets(), ConditionEdit::GetDropEnable(), m_rEdit, ExecuteDropEvent::maDropEvent, and weld::Entry::set_text().
|
private |
Definition at line 31 of file condedit.hxx.
Referenced by ExecuteDrop().