Lines Matching refs:DropTarget
42 DropTarget::DropTarget( const Reference<XMultiServiceFactory>& sf): in DropTarget() function in DropTarget
58 DropTarget::~DropTarget() in ~DropTarget()
69 void SAL_CALL DropTarget::initialize(const Sequence< Any >& aArguments) in initialize()
88 void SAL_CALL DropTarget::disposing() in disposing()
98 void SAL_CALL DropTarget::addDropTargetListener(const uno::Reference<XDropTargetListener>& dtl) in addDropTargetListener()
105 void SAL_CALL DropTarget::removeDropTargetListener(const uno::Reference<XDropTargetListener>& dtl) in removeDropTargetListener()
112 sal_Bool SAL_CALL DropTarget::isActive( ) throw(RuntimeException) in isActive()
118 void SAL_CALL DropTarget::setActive(sal_Bool active) throw(RuntimeException) in setActive()
124 sal_Int8 SAL_CALL DropTarget::getDefaultActions() throw(RuntimeException) in getDefaultActions()
130 void SAL_CALL DropTarget::setDefaultActions(sal_Int8 actions) throw(RuntimeException) in setDefaultActions()
147 void SAL_CALL DropTarget::acceptDrag(sal_Int8 dragOperation) throw (RuntimeException) in acceptDrag()
153 void SAL_CALL DropTarget::rejectDrag() throw (RuntimeException) in rejectDrag()
173 void SAL_CALL DropTarget::acceptDrop(sal_Int8 dropOperation) throw( RuntimeException) in acceptDrop()
179 void SAL_CALL DropTarget::rejectDrop() throw (RuntimeException) in rejectDrop()
185 void SAL_CALL DropTarget::dropComplete(sal_Bool success) throw (RuntimeException) in dropComplete()
209 OUString SAL_CALL DropTarget::getImplementationName() throw (RuntimeException) in getImplementationName()
214 sal_Bool SAL_CALL DropTarget::supportsService( const OUString& ServiceName ) throw (RuntimeExceptio… in supportsService()
219 Sequence< OUString > SAL_CALL DropTarget::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
228 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
245 void DropTarget::fire_dragEnter(const DropTargetDragEnterEvent& e) in fire_dragEnter()
262 void DropTarget::fire_dragExit(const DropTargetEvent& dte) in fire_dragExit()
280 void DropTarget::fire_dragOver(const DropTargetDragEvent& dtde) in fire_dragOver()
297 void DropTarget::fire_dropActionChanged(const DropTargetDragEvent& dtde) in fire_dropActionChanged()
318 MRESULT DropTarget::dragEnter( PDRAGINFO dragInfo) in dragEnter()
386 MRESULT DropTarget::dragOver( PDRAGINFO dragInfo) in dragOver()
423 MRESULT DropTarget::dragLeave( PDRAGINFO /* dragInfo */) in dragLeave()
440 MRESULT DropTarget::drop( PDRAGINFO dragInfo) in drop()
480 MRESULT DropTarget::renderComplete( PDRAGTRANSFER dragTransfer) in renderComplete()