20 #ifndef __com_sun_star_datatransfer_dnd_XDragSource_idl__
21 #define __com_sun_star_datatransfer_dnd_XDragSource_idl__
29 module com { module sun { module star { module datatransfer { module dnd {
31 published
interface XDragSourceListener;
54 boolean isDragImageSupported();
67 long getDefaultCursor( [in] byte dragAction )
104 [in] byte sourceActions,
This interface must be implemented by any drag gesture recognizer implementation that a drag source s...
Definition: XDragSourceListener.idl:37
A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized() when a parti...
Definition: DragGestureEvent.idl:36
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This interface is implemented by a view or window that supports drag operations and will be received ...
Definition: XDragSource.idl:44
base interface of all UNO interfaces
Definition: XInterface.idl:47
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition: XTransferable.idl:37