service X11DragSource in module com::sun::star::datatransfer::dnd::

(Global Index)

Syntax

service X11DragSource;

Description

This service connects the Java-like UNO Drag and Drop protocol to the X Drag and Drop protocol used on X-Servers to transfer data between applications via Drag and Drop operations.

See also

XDragSource

Exported Interfaces

com::sun::star::datatransfer::dnd::XDragSource

Description

Used to provide data to other applications via X Drag and Drop protocol.


com::sun::star::lang::XInitialization

Description

The service expects an instance of XDisplayConnection as the first parameter.


com::sun::star::lang::XComponent

Description

For shutdown and listener support.


com::sun::star::lang::XServiceInfo

Description

Service should always support this interface.


com::sun::star::lang::XTypeProvider

Description

Service should always support this interface.


Top of Page