21 module
com { module sun { module star { module datatransfer { module clipboard {
23 published
interface XClipboard;
58 void addClipboard( [in]
XClipboard xClipboard )
67 void removeClipboard( [in]
string aName );
74 sequence < string > listClipboardNames();
This interface is used to retrieve, add, or remove clipboard instances.
Definition: XClipboardManager.idl:30
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
Definition: XClipboard.idl:29
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
base interface of all UNO interfaces
Definition: XInterface.idl:45
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:34