| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
This service connects the Java-like UNO Drag and Drop protocol to the X Drag and Drop protocol used on X-Servers to transfer data between applications via Drag and Drop operations. More...
import "X11DragSource.idl";
 
  
| Exported Interfaces | |
| interface | XDragSource | 
| Used to provide data to other applications via X Drag and Drop protocol. | |
| interface | com::sun::star::lang::XInitialization | 
| The service expects an instance of com::sun::star::awt::XDisplayConnection as the first parameter. | |
| interface | com::sun::star::lang::XComponent | 
| For shutdown and listener support. | |
| Additional Inherited Members | |
| Public Member Functions inherited from XDragSource | |
| boolean | isDragImageSupported () | 
| In order to query if drag image support is available. | |
| long | getDefaultCursor ([in] byte dragAction) raises ( com::sun::star::lang::IllegalArgumentException ) | 
| To get the default cursor for a specified drag action. | |
| void | startDrag ([in] DragGestureEvent trigger, [in] byte sourceActions, [in] long cursor, [in] long image, [in] com::sun::star::datatransfer::XTransferable trans, [in] XDragSourceListener listener) | 
| Starts the drag operation. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Public Member Functions inherited from XInitialization | |
| void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) | 
| initializes the object. | |
| Public Member Functions inherited from XComponent | |
| void | dispose () | 
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. | |
| void | addEventListener ([in] XEventListener xListener) | 
| adds an event listener to the object. | |
| void | removeEventListener ([in] XEventListener aListener) | 
| removes an event listener from the listener list. | |
This service connects the Java-like UNO Drag and Drop protocol to the X Drag and Drop protocol used on X-Servers to transfer data between applications via Drag and Drop operations.
| interface com::sun::star::lang::XComponent | 
For shutdown and listener support.
| interface com::sun::star::lang::XInitialization | 
The service expects an instance of com::sun::star::awt::XDisplayConnection as the first parameter.
| interface XDragSource | 
Used to provide data to other applications via X Drag and Drop protocol.