LibreOffice Module dbaccess (master) 1
|
#include <TableWindowListBox.hxx>
Public Member Functions | |
TableWindowListBoxHelper (OTableWindowListBox &rParent, const css::uno::Reference< css::datatransfer::dnd::XDropTarget > &rDropTarget) | |
Private Member Functions | |
virtual sal_Int8 | AcceptDrop (const AcceptDropEvent &rEvt) override |
virtual sal_Int8 | ExecuteDrop (const ExecuteDropEvent &rEvt) override |
Private Attributes | |
OTableWindowListBox & | m_rParent |
Definition at line 96 of file TableWindowListBox.hxx.
|
inline |
Definition at line 112 of file TableWindowListBox.hxx.
|
inlineoverrideprivatevirtual |
Definition at line 101 of file TableWindowListBox.hxx.
References dbaui::OTableWindowListBox::AcceptDrop(), and m_rParent.
|
inlineoverrideprivatevirtual |
Definition at line 106 of file TableWindowListBox.hxx.
References dbaui::OTableWindowListBox::ExecuteDrop(), and m_rParent.
|
private |
Definition at line 99 of file TableWindowListBox.hxx.
Referenced by AcceptDrop(), and ExecuteDrop().