Searched defs:dtde (Results 1 – 8 of 8) sorted by relevance
73 void SAL_CALL DropTargetListener::dragEnter( const DropTargetDragEnterEvent& dtde ) in dragEnter()89 void SAL_CALL DropTargetListener::dragOver( const DropTargetDragEvent& dtde ) in dragOver()96 void SAL_CALL DropTargetListener::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()
137 void DropTarget::drop( const DropTargetDropEvent& dtde ) throw() in drop()151 void DropTarget::dragEnter( const DropTargetDragEnterEvent& dtde ) throw() in dragEnter()179 void DropTarget::dragOver( const DropTargetDragEvent& dtde ) throw() in dragOver()
2547 DropTargetDragEvent dtde; in sendDropPosition() local2806 DropTargetDropEvent dtde; in handleDragEvent() local3164 DropTargetDragEnterEvent dtde; in updateDragWindow() local
91 void SAL_CALL DropTargetListener::drop( const css::datatransfer::dnd::DropTargetDropEvent& dtde ) t… in drop()154 void SAL_CALL DropTargetListener::dragOver( const css::datatransfer::dnd::DropTargetDragEvent& dtde… in dragOver()
291 DropTargetDragEvent dtde(static_cast<OWeakObject*>(this), in draggingUpdated() local360 DropTargetDropEvent dtde(static_cast<OWeakObject*>(this), in performDragOperation() local557 void DropTarget::fire_dragOver(const DropTargetDragEvent& dtde) in fire_dragOver()574 void DropTarget::fire_dropActionChanged(const DropTargetDragEvent& dtde) in fire_dropActionChanged()
302 void SAL_CALL MyDragAndDropListener::drop( const DropTargetDropEvent& dtde ) throw(RuntimeException) in drop()326 void SAL_CALL MyDragAndDropListener::dragOver( const DropTargetDragEvent& dtde ) throw(RuntimeExcep… in dragOver()334 void SAL_CALL MyDragAndDropListener::dropActionChanged( const DropTargetDragEvent& dtde ) throw(Run… in dropActionChanged()
65 void SAL_CALL DNDEventDispatcher::drop( const DropTargetDropEvent& dtde ) in drop()183 void SAL_CALL DNDEventDispatcher::dragOver( const DropTargetDragEvent& dtde ) in dragOver()241 void SAL_CALL DNDEventDispatcher::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()
555 void DropTarget::fire_dragOver( const DropTargetDragEvent& dtde ) in fire_dragOver()569 void DropTarget::fire_dropActionChanged( const DropTargetDragEvent& dtde ) in fire_dropActionChanged()
Completed in 52 milliseconds