| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
This interface extends the XToolkit interface with clipboard and drag-and-drop support. More...
import "XDataTransferProviderAccess.idl";
 
  
| Public Member Functions | |
| com::sun::star::datatransfer::dnd::XDragGestureRecognizer | getDragGestureRecognizer ([in] XWindow window) | 
| returns the drag gesture recognizer of the specified window. | |
| com::sun::star::datatransfer::dnd::XDragSource | getDragSource ([in] XWindow window) | 
| returns the drag source of the specified window. | |
| com::sun::star::datatransfer::dnd::XDropTarget | getDropTarget ([in] XWindow window) | 
| returns the drop target of the specified window. | |
| com::sun::star::datatransfer::clipboard::XClipboard | getClipboard ([in] string clipboardName) | 
| returns the specified clipboard. | |
| 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. | |
This interface extends the XToolkit interface with clipboard and drag-and-drop support.
| com::sun::star::datatransfer::clipboard::XClipboard getClipboard | ( | [in] string | clipboardName | ) | 
returns the specified clipboard.
| clipboardName | the name of the clipboard to return. If an empty string is passed in, the default clipboard is returned. | 
| com::sun::star::datatransfer::dnd::XDragGestureRecognizer getDragGestureRecognizer | ( | [in] XWindow | window | ) | 
returns the drag gesture recognizer of the specified window.
| window | a window created by the same toolkit instance. | 
| com::sun::star::datatransfer::dnd::XDragSource getDragSource | ( | [in] XWindow | window | ) | 
returns the drag source of the specified window.
| window | a window created by the same toolkit instance. | 
| com::sun::star::datatransfer::dnd::XDropTarget getDropTarget | ( | [in] XWindow | window | ) | 
returns the drop target of the specified window.
| window | a window created by the same toolkit instance. |