LibreOffice Module svx (master) 1
|
#include <imapwnd.hxx>
Public Member Functions | |
IMapDropTargetHelper (IMapWindow &rImapWindow) | |
virtual sal_Int8 | AcceptDrop (const AcceptDropEvent &rEvt) override |
virtual sal_Int8 | ExecuteDrop (const ExecuteDropEvent &rEvt) override |
Private Attributes | |
IMapWindow & | m_rImapWindow |
Definition at line 70 of file imapwnd.hxx.
IMapDropTargetHelper::IMapDropTargetHelper | ( | IMapWindow & | rImapWindow | ) |
Definition at line 517 of file imapwnd.cxx.
|
overridevirtual |
Definition at line 523 of file imapwnd.cxx.
References IMapWindow::AcceptDrop(), and m_rImapWindow.
|
overridevirtual |
Definition at line 528 of file imapwnd.cxx.
References IMapWindow::ExecuteDrop(), and m_rImapWindow.
|
private |
Definition at line 72 of file imapwnd.hxx.
Referenced by AcceptDrop(), and ExecuteDrop().