LibreOffice
LibreOffice 5.0 SDK API Reference
|
Provides a unified interface for new-style service SystemClipboard. More...
import "XSystemClipboard.idl";
Exported Interfaces | |
interface | XClipboardEx |
Provides access to the clipboard content. More... | |
interface | XClipboardNotifier |
Provides the ability to request notifications on content changes. More... | |
interface | XFlushableClipboard |
Provides the ability to render the complete clipboard content. More... | |
interface | com::sun::star::lang::XComponent |
For shutdown and listener support. More... | |
Additional Inherited Members | |
![]() | |
byte | getRenderingCapabilities () |
To determine the supported rendering capabilities of the clipboard instance. More... | |
![]() | |
void | addClipboardListener ([in] XClipboardListener listener) |
Requests notifications on clipboard content changes. More... | |
void | removeClipboardListener ([in] XClipboardListener listener) |
Removes listener from notification list. More... | |
![]() | |
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... | |
![]() | |
void | flushClipboard () |
Renders the current content of the clipboard to the system so that it is available even if the source application no longer exist. More... | |
Provides a unified interface for new-style service SystemClipboard.
interface com::sun::star::lang::XComponent |
For shutdown and listener support.
interface XClipboardEx |
Provides access to the clipboard content.
interface XClipboardNotifier |
Provides the ability to request notifications on content changes.
|
optional |
Provides the ability to render the complete clipboard content.
This interface is only available if the method com::sun::star::datatransfer::clipboard::XClipboardEx::getRenderingCapabilities() returns Persistant