Lines Matching refs:DropTarget
97 -(DropTargetHelper*)initWithDropTarget:(DropTarget*)pdt
150 DropTarget::DropTarget() : in DropTarget() function in DropTarget
164 DropTarget::~DropTarget() in ~DropTarget()
172 sal_Int8 DropTarget::determineDropAction(sal_Int8 dropActions, id sender) const in determineDropAction()
224 NSDragOperation DropTarget::draggingEntered(id sender) in draggingEntered()
271 NSDragOperation DropTarget::draggingUpdated(id sender) in draggingUpdated()
320 void DropTarget::draggingExited(id /*sender*/) in draggingExited()
330 BOOL DropTarget::prepareForDragOperation(id /*sender*/) in prepareForDragOperation()
336 BOOL DropTarget::performDragOperation() in performDragOperation()
378 void DropTarget::concludeDragOperation(id /*sender*/) in concludeDragOperation()
390 void SAL_CALL DropTarget::disposing() in disposing()
395 void SAL_CALL DropTarget::initialize(const Sequence< Any >& aArguments) in initialize()
428 void SAL_CALL DropTarget::addDropTargetListener(const uno::Reference<XDropTargetListener>& dtl) in addDropTargetListener()
435 void SAL_CALL DropTarget::removeDropTargetListener(const uno::Reference<XDropTargetListener>& dtl) in removeDropTargetListener()
442 sal_Bool SAL_CALL DropTarget::isActive( ) throw(RuntimeException) in isActive()
448 void SAL_CALL DropTarget::setActive(sal_Bool active) throw(RuntimeException) in setActive()
454 sal_Int8 SAL_CALL DropTarget::getDefaultActions() throw(RuntimeException) in getDefaultActions()
460 void SAL_CALL DropTarget::setDefaultActions(sal_Int8 actions) throw(RuntimeException) in setDefaultActions()
469 void SAL_CALL DropTarget::acceptDrag(sal_Int8 dragOperation) throw (RuntimeException) in acceptDrag()
475 void SAL_CALL DropTarget::rejectDrag() throw (RuntimeException) in rejectDrag()
483 void SAL_CALL DropTarget::acceptDrop(sal_Int8 dropOperation) throw( RuntimeException) in acceptDrop()
489 void SAL_CALL DropTarget::rejectDrop() throw (RuntimeException) in rejectDrop()
495 void SAL_CALL DropTarget::dropComplete(sal_Bool success) throw (RuntimeException) in dropComplete()
505 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
522 void DropTarget::fire_dragEnter(const DropTargetDragEnterEvent& e) in fire_dragEnter()
539 void DropTarget::fire_dragExit(const DropTargetEvent& dte) in fire_dragExit()
557 void DropTarget::fire_dragOver(const DropTargetDragEvent& dtde) in fire_dragOver()
574 void DropTarget::fire_dropActionChanged(const DropTargetDragEvent& dtde) in fire_dropActionChanged()
593 OUString SAL_CALL DropTarget::getImplementationName() throw (RuntimeException) in getImplementationName()
599 …sal_Bool SAL_CALL DropTarget::supportsService( const OUString& ServiceName ) throw (RuntimeExcepti… in supportsService()
605 Sequence< OUString > SAL_CALL DropTarget::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()