LibreOffice
LibreOffice 24.2 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. More... | |
interface | com::sun::star::lang::XComponent |
For shutdown and listener support. More... | |
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. More... | |
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. More... | |
void | removeClipboard ([in] string aName) |
Removes the clipboard with the specified name from the list. More... | |
sequence< string > | listClipboardNames () |
Get a list of a managed clipboards. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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. More... | |
void | addEventListener ([in] XEventListener xListener) |
adds an event listener to the object. More... | |
void | removeEventListener ([in] XEventListener aListener) |
removes an event listener from the listener list. More... | |
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.