LibreOffice
LibreOffice 24.2 SDK API Reference
|
The owner of a transferable object may pass this interface to the clipboard instance. More...
import"XClipboardOwner.idl";
Public Member Functions | |
void | lostOwnership ([in] XClipboard xClipboard, [in] com::sun::star::datatransfer::XTransferable xTrans) |
Notifies the transferable object source that it is no longer the owner of the clipboard. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
The owner of a transferable object may pass this interface to the clipboard instance.
void lostOwnership | ( | [in] XClipboard | xClipboard, |
[in] com::sun::star::datatransfer::XTransferable | xTrans | ||
) |
Notifies the transferable object source that it is no longer the owner of the clipboard.
xClipboard | The clipboard for which the ownership was lost. |
xTrans | The transferable object that has been the contents of the clipboard. |