LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Classes
com::sun::star::datatransfer Module Reference

Clipboard and Drag&Drop interfaces. More...

Modules

module  clipboard
 Clipboard specific interfaces.
 
module  dnd
 Drag&Drop specific interfaces.
 

Classes

struct  DataFlavor
 Each instance represents the concept of a data format as it would appear on a clipboard, or during drag and drop. More...
 
service  DataFormatTranslator
 Different platforms use different types to describe data formats available during data exchange operations like clipboard or drag&drop. More...
 
service  MimeContentTypeFactory
 Used to create an instance that implement the interface XMimeContentType from a string representation of such a MIME content-type that conforms to Rfc2045 and Rfc2046. More...
 
exception  UnsupportedFlavorException
 Exception will be thrown if there is a request for data in a DataFlavor that is not supported by a data source. More...
 
interface  XDataFormatTranslator
 Interface to be implemented by objects used to translate a DataFlavor to a system dependent data transfer type and vice versa. More...
 
interface  XMimeContentType
 An implementation of this interface represents a MIME content-type that conforms to Rfc2045 and Rfc2046. More...
 
interface  XMimeContentTypeFactory
 Implementations of this interface do create a com::sun::star::datatransfer::XMimeContentType from a given string that represents a MIME content-type (see Rfc2045 and Rfc2046). More...
 
interface  XSystemTransferable
 Interface to be implemented by objects used to provide system dependent data for a transfer operation. More...
 
interface  XTransferable
 Interface to be implemented by objects used to provide data for a data transfer operation. More...
 
interface  XTransferable2
 
interface  XTransferableEx
 Interface to be implemented by objects used to provide data for a transfer operation. More...
 
interface  XTransferableSource
 The transferable source interface. More...
 
interface  XTransferableSupplier
 
interface  XTransferableTextSupplier
 
interface  XTransferDataAccess
 This interface provides direct access to the data in all data flavors. More...
 

Detailed Description

Clipboard and Drag&Drop interfaces.