LibreOffice
LibreOffice 24.2 SDK API Reference
|
Clipboard specific interfaces. More...
Constant Groups | |
constants | RenderingCapabilities |
These flags describe the capabilities a system clipboard has to transfer data to other applications via the OS. | |
Classes | |
struct | ClipboardEvent |
A clipboard uses this object to notify its listeners of content changes. More... | |
service | ClipboardManager |
The clipboard manager is a one-instance service that holds a list of all known clipboard instances. More... | |
service | GenericClipboard |
A generic clipboard service is a simple container for transferable objects. More... | |
service | LokClipboard |
This service provides access to the clipboard dedicated for current view. More... | |
service | SystemClipboard |
The system clipboard service builds a bridge to the OS specific clipboard interfaces. More... | |
interface | XClipboard |
interface | XClipboardEx |
The extended clipboard interface. More... | |
interface | XClipboardFactory |
Should be implemented by a clipboard factory that simplifies the creation of multiple clipboard instances. More... | |
interface | XClipboardListener |
Interface to be implemented to receive notifications on clipboard content changes. More... | |
interface | XClipboardManager |
This interface is used to retrieve, add, or remove clipboard instances. More... | |
interface | XClipboardNotifier |
interface | XClipboardOwner |
The owner of a transferable object may pass this interface to the clipboard instance. More... | |
interface | XFlushableClipboard |
An interface for flushable clipboards may optionally be implemented by a system clipboard service. More... | |
interface | XSystemClipboard |
Provides a unified interface for new-style service SystemClipboard. More... | |
Clipboard specific interfaces.