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

(Global Index)

Syntax

service OleDragSource;

Description

This service connects the Java-like UNO drag and drop protocol to the protocol used on window platforms. It realized the drag source.

See also

XDragSource

Exported Interfaces

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

Description

Used to provide data to other applications via the Ole Drag & Drop protocol.


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

Description

The service expects a byte sequence uniquely identifying the machine as the first, and only, parameter. This idenifier should be checked to ensure that the window ids used for creating DropTargets are valid for the service, that is, come from the same machine.

TODO: specify how such a machine id should look like.

The second parameter is a window handle of the native windows window. Is is passed as an unsigned long.

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