|
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 {
23 published
interface XClipboard;
XClipboard getClipboard([in] string aName)
Get a clipboard instance by name.
void addClipboard([in] XClipboard xClipboard)
Add a clipboard instance to the manager's list.
sequence< string > listClipboardNames()
Get a list of a managed clipboards.
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:31
is thrown by container methods, if an element is added which is already a child of the container.
Definition: ElementExistException.idl:35
void removeClipboard([in] string aName)
Removes the clipboard with the specified name from the list.
This interface is used to retrieve, add, or remove clipboard instances.
Definition: XClipboardManager.idl:31
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:46
Definition: XClipboard.idl:30