LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_datatransfer_clipboard_XClipboardManager_idl__
21 #define __com_sun_star_datatransfer_clipboard_XClipboardManager_idl__
29 module
com { module sun { module star { module datatransfer { module clipboard {
31 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:35
is thrown by container methods, if an element is added which is already a child of the container.
Definition: ElementExistException.idl:39
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:39
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: XClipboard.idl:36