| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
A generic clipboard service is a simple container for transferable objects. More...
import "GenericClipboard.idl";
 
  
| Exported Interfaces | |
| interface | XClipboardEx | 
| Provides access to the clipboard content. | |
| interface | XClipboardNotifier | 
| Provides the ability to request notifications on content changes. | |
| interface | com::sun::star::lang::XInitialization | 
| Provides the ability to initially set the name of the clipboard. | |
| interface | com::sun::star::lang::XComponent | 
| For shutdown and listener support. | |
| Additional Inherited Members | |
| Public Member Functions inherited from XClipboardEx | |
| byte | getRenderingCapabilities () | 
| To determine the supported rendering capabilities of the clipboard instance. | |
| Public Member Functions inherited from XClipboard | |
| com::sun::star::datatransfer::XTransferable | getContents () | 
| To get the current content of the clipboard. | |
| void | setContents ([in] com::sun::star::datatransfer::XTransferable xTrans, [in] XClipboardOwner xClipboardOwner) | 
| Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents. | |
| string | getName () | 
| To get the name of the clipboard instance. | |
| 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 XClipboardNotifier | |
| void | addClipboardListener ([in] XClipboardListener listener) | 
| Requests notifications on clipboard content changes. | |
| void | removeClipboardListener ([in] XClipboardListener listener) | 
| Removes listener from notification list. | |
| Public Member Functions inherited from XInitialization | |
| void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) | 
| initializes the object. | |
| 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. | |
A generic clipboard service is a simple container for transferable objects.
| interface com::sun::star::lang::XComponent | 
For shutdown and listener support.
| interface com::sun::star::lang::XInitialization | 
Provides the ability to initially set the name of the clipboard.
| interface XClipboardEx | 
Provides access to the clipboard content.
| interface XClipboardNotifier | 
Provides the ability to request notifications on content changes.