| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
The clipboard manager is a one-instance service that holds a list of all known clipboard instances. More...
import "ClipboardManager.idl";
 
  
| Exported Interfaces | |
| interface | XClipboardManager | 
| Manages internal and external clipboard implementations. | |
| interface | com::sun::star::lang::XComponent | 
| For shutdown and listener support. | |
| Additional Inherited Members | |
| Public Member Functions inherited from XClipboardManager | |
| XClipboard | getClipboard ([in] string aName) raises ( com::sun::star::container::NoSuchElementException ) | 
| Get a clipboard instance by name. | |
| void | addClipboard ([in] XClipboard xClipboard) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException ) | 
| Add a clipboard instance to the manager's list. | |
| 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. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Public Member Functions inherited from XComponent | |
| void | dispose () | 
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. | |
| void | addEventListener ([in] XEventListener xListener) | 
| adds an event listener to the object. | |
| void | removeEventListener ([in] XEventListener aListener) | 
| removes an event listener from the listener list. | |
The clipboard manager is a one-instance service that holds a list of all known clipboard instances.
| interface com::sun::star::lang::XComponent | 
For shutdown and listener support.
| interface XClipboardManager | 
Manages internal and external clipboard implementations.