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

(Global Index)

Syntax

service OleDropTarget;

Description

This service connects the Java-like UNO Drag & Drop protocol to the protocol used on window platforms. It realizes the drop target.

See also

XDropTarget

Exported Interfaces

com::sun::star::datatransfer::dnd::XDropTarget

Description

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


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

Description

The service expects a windows window handle. It is passed as 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