20#ifndef __com_sun_star_datatransfer_clipboard_XClipboardManager_idl__
21#define __com_sun_star_datatransfer_clipboard_XClipboardManager_idl__
29module
com { module sun { module star { module datatransfer { module clipboard {
31 published
interface XClipboard;
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:39
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
This interface is used to retrieve, add, or remove clipboard instances.
Definition XClipboardManager.idl:39
XClipboard getClipboard([in] string aName)
Get a clipboard instance by name.
void removeClipboard([in] string aName)
Removes the clipboard with the specified name from the list.
sequence< string > listClipboardNames()
Get a list of a managed clipboards.
void addClipboard([in] XClipboard xClipboard)
Add a clipboard instance to the manager's list.
Definition XClipboard.idl:36
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22