:: com :: sun :: star :: datatransfer :: clipboard ::

service SystemClipboard
Supported Interface
XSystemClipboard
Description
The system clipboard service builds a bridge to the OS specific clipboard interfaces.

Notes: The Unix implementation needs to be instantiated with 2 Arguments:

  • A ::com::sun::star::awt::XDisplayConnection that provides the display to be used.
  • A string that names the selection to be used
It is possible to use clipboards for different selections simultaneously.

Developers Guide
OfficeDev - Common Application Features - Clipboard


Constructors' Summary
createDefault  
createUnix This method is only valid for unix systems (excluding MacOS)  
Constructors' Details
createDefault
createDefault();

createUnix
createUnix( [in] ::com::sun::star::awt::XDisplayConnection  DisplayConnection,
[in] string  ClipboardName,
[in] ::com::sun::star::script::XInvocation  BmpConverter );

Description
This method is only valid for unix systems (excluding MacOS)

 
Top of Page