Lines Matching refs:DropTarget
43 DropTarget::DropTarget( const Reference<XMultiServiceFactory>& sf): in DropTarget() function in DropTarget
59 DropTarget::~DropTarget() in ~DropTarget()
70 void SAL_CALL DropTarget::initialize(const Sequence< Any >& aArguments) in initialize()
89 void SAL_CALL DropTarget::disposing() in disposing()
99 void SAL_CALL DropTarget::addDropTargetListener(const uno::Reference<XDropTargetListener>& dtl) in addDropTargetListener()
106 void SAL_CALL DropTarget::removeDropTargetListener(const uno::Reference<XDropTargetListener>& dtl) in removeDropTargetListener()
113 sal_Bool SAL_CALL DropTarget::isActive( ) throw(RuntimeException) in isActive()
119 void SAL_CALL DropTarget::setActive(sal_Bool active) throw(RuntimeException) in setActive()
125 sal_Int8 SAL_CALL DropTarget::getDefaultActions() throw(RuntimeException) in getDefaultActions()
131 void SAL_CALL DropTarget::setDefaultActions(sal_Int8 actions) throw(RuntimeException) in setDefaultActions()
148 void SAL_CALL DropTarget::acceptDrag(sal_Int8 dragOperation) throw (RuntimeException) in acceptDrag()
154 void SAL_CALL DropTarget::rejectDrag() throw (RuntimeException) in rejectDrag()
174 void SAL_CALL DropTarget::acceptDrop(sal_Int8 dropOperation) throw( RuntimeException) in acceptDrop()
180 void SAL_CALL DropTarget::rejectDrop() throw (RuntimeException) in rejectDrop()
186 void SAL_CALL DropTarget::dropComplete(sal_Bool success) throw (RuntimeException) in dropComplete()
210 OUString SAL_CALL DropTarget::getImplementationName() throw (RuntimeException) in getImplementationName()
215 sal_Bool SAL_CALL DropTarget::supportsService( const OUString& ServiceName ) throw (RuntimeExceptio… in supportsService()
220 Sequence< OUString > SAL_CALL DropTarget::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
229 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
246 void DropTarget::fire_dragEnter(const DropTargetDragEnterEvent& e) in fire_dragEnter()
263 void DropTarget::fire_dragExit(const DropTargetEvent& dte) in fire_dragExit()
281 void DropTarget::fire_dragOver(const DropTargetDragEvent& dtde) in fire_dragOver()
298 void DropTarget::fire_dropActionChanged(const DropTargetDragEvent& dtde) in fire_dropActionChanged()
319 MRESULT DropTarget::dragEnter( PDRAGINFO dragInfo) in dragEnter()
387 MRESULT DropTarget::dragOver( PDRAGINFO dragInfo) in dragOver()
424 MRESULT DropTarget::dragLeave( PDRAGINFO /* dragInfo */) in dragLeave()
441 MRESULT DropTarget::drop( PDRAGINFO dragInfo) in drop()
481 MRESULT DropTarget::renderComplete( PDRAGTRANSFER dragTransfer) in renderComplete()