LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
GenericClipboard Service Referencepublished

A generic clipboard service is a simple container for transferable objects. More...

import "GenericClipboard.idl";

Inheritance diagram for GenericClipboard:
XClipboardEx XClipboardNotifier XInitialization XComponent XClipboard XInterface XInterface XInterface XInterface

Exported Interfaces

interface XClipboardEx
 Provides access to the clipboard content. More...
 
interface XClipboardNotifier
 Provides the ability to request notifications on content changes. More...
 
interface com::sun::star::lang::XInitialization
 Provides the ability to initially set the name of the clipboard. More...
 
interface com::sun::star::lang::XComponent
 For shutdown and listener support. More...
 

Additional Inherited Members

- Public Member Functions inherited from XClipboardEx
byte getRenderingCapabilities ()
 To determine the supported rendering capabilities of the clipboard instance. More...
 
- Public Member Functions inherited from XClipboardNotifier
void addClipboardListener ([in] XClipboardListener listener)
 Requests notifications on clipboard content changes. More...
 
void removeClipboardListener ([in] XClipboardListener listener)
 Removes listener from notification list. More...
 
- Public Member Functions inherited from XInitialization
void initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception )
 initializes the object. 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...
 

Detailed Description

A generic clipboard service is a simple container for transferable objects.

Exported Interfaces

For shutdown and listener support.

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.


The documentation for this service was generated from the following file: