21module
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
The owner of a transferable object may pass this interface to the clipboard instance.
Definition XClipboardOwner.idl:32
string getName()
To get the name of the clipboard instance.
com::sun::star::datatransfer::XTransferable getContents()
To get the current content of the clipboard.
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...
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20