|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module datatransfer { module clipboard {
26 published
interface XClipboardListener;
27 published
interface XClipboardOwner;
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition: XTransferable.idl:30
string getName()
To get the name of the clipboard instance.
com::sun::star::datatransfer::XTransferable getContents()
To get the current content of the clipboard.
The owner of a transferable object may pass this interface to the clipboard instance.
Definition: XClipboardOwner.idl:32
void setContents([in] com::sun::star::datatransfer::XTransferable xTrans, [in] XClipboardOwner xClipboardOwner)
Sets the current contents of the clipboard to the specified transferable object and registers the spe...
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
Definition: XClipboard.idl:30