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

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 - Summary
XDropTarget

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

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

The service expects a windows window handle. It is passed as unsigned long.

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

For shutdown and listener support.

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

Service should always support this interface.

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

Service should always support this interface.

Exported Interfaces - Details
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