|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module datatransfer { module dnd {
23 published
interface XDropTargetListener;
This interface is implemented by a view or window that supports drop operations.
Definition: XDropTarget.idl:35
boolean isActive()
Indicates either a drop target object is active or not.
void setDefaultActions([in] byte actions)
Sets the default acceptable actions for this drop target.
void setActive([in] boolean active)
Sets the drop target object active or inactive.
void removeDropTargetListener([in] XDropTargetListener dtl)
Remove a drop target listener.
This interface is the callback interface used by the drop target object to provide notification of Dr...
Definition: XDropTargetListener.idl:32
void addDropTargetListener([in] XDropTargetListener dtl)
Add a DropTargetListener.
byte getDefaultActions()
Determine the actions supported by a drop target.
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46