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. | |
|  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. | |
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. |