Lines Matching refs:DropTarget
36 DropTarget::DropTarget() : in DropTarget() function in DropTarget
49 DropTarget::~DropTarget() in ~DropTarget()
57 void DropTarget::initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star::uno::Excep… in initialize()
87 void DropTarget::addDropTargetListener( const Reference< XDropTargetListener >& xListener ) throw() in addDropTargetListener()
96 void DropTarget::removeDropTargetListener( const Reference< XDropTargetListener >& xListener ) thro… in removeDropTargetListener()
105 sal_Bool DropTarget::isActive() throw() in isActive()
112 void DropTarget::setActive( sal_Bool active ) throw() in setActive()
121 sal_Int8 DropTarget::getDefaultActions() throw() in getDefaultActions()
128 void DropTarget::setDefaultActions( sal_Int8 actions ) throw() in setDefaultActions()
137 void DropTarget::drop( const DropTargetDropEvent& dtde ) throw() in drop()
151 void DropTarget::dragEnter( const DropTargetDragEnterEvent& dtde ) throw() in dragEnter()
165 void DropTarget::dragExit( const DropTargetEvent& dte ) throw() in dragExit()
179 void DropTarget::dragOver( const DropTargetDragEvent& dtde ) throw() in dragOver()
199 OUString DropTarget::getImplementationName() throw() in getImplementationName()
206 sal_Bool DropTarget::supportsService( const OUString& ServiceName ) throw() in supportsService()
219 Sequence< OUString > DropTarget::getSupportedServiceNames() throw() in getSupportedServiceNames()