21 module 
com { module sun { module star { module datatransfer { module dnd {
    23  published 
interface XDropTargetListener;
    71     void setActive( [in] 
boolean active );
    83     byte getDefaultActions();
    96     void setDefaultActions( [in] byte actions );
 This interface is implemented by a view or window that supports drop operations. 
Definition: XDropTarget.idl:34
 
Definition: Ambiguous.idl:20
 
This interface is the callback interface used by the drop target object to provide notification of Dr...
Definition: XDropTargetListener.idl:31
 
base interface of all UNO interfaces 
Definition: XInterface.idl:45