Lines Matching refs:DNDEventDispatcher

47 DNDEventDispatcher::DNDEventDispatcher( Window * pTopWindow ):  in DNDEventDispatcher()  function in DNDEventDispatcher
57 DNDEventDispatcher::~DNDEventDispatcher() in ~DNDEventDispatcher()
65 void SAL_CALL DNDEventDispatcher::drop( const DropTargetDropEvent& dtde ) in drop()
122 void SAL_CALL DNDEventDispatcher::dragEnter( const DropTargetDragEnterEvent& dtdee ) in dragEnter()
167 void SAL_CALL DNDEventDispatcher::dragExit( const DropTargetEvent& /*dte*/ ) in dragExit()
183 void SAL_CALL DNDEventDispatcher::dragOver( const DropTargetDragEvent& dtde ) in dragOver()
241 void SAL_CALL DNDEventDispatcher::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()
300 void SAL_CALL DNDEventDispatcher::dragGestureRecognized( const DragGestureEvent& dge ) in dragGestureRecognized()
332 void SAL_CALL DNDEventDispatcher::disposing( const EventObject& ) in disposing()
341 void SAL_CALL DNDEventDispatcher::acceptDrag( sal_Int8 /*dropAction*/ ) throw(RuntimeException) in acceptDrag()
349 void SAL_CALL DNDEventDispatcher::rejectDrag() throw(RuntimeException) in rejectDrag()
357 sal_Int32 DNDEventDispatcher::fireDragEnterEvent( Window *pWindow, in fireDragEnterEvent()
393 sal_Int32 DNDEventDispatcher::fireDragOverEvent( Window *pWindow, in fireDragOverEvent()
426 sal_Int32 DNDEventDispatcher::fireDragExitEvent( Window *pWindow ) throw(RuntimeException) in fireDragExitEvent()
453 sal_Int32 DNDEventDispatcher::fireDropActionChangedEvent( Window *pWindow, in fireDropActionChangedEvent()
486 sal_Int32 DNDEventDispatcher::fireDropEvent( Window *pWindow, in fireDropEvent()
531 sal_Int32 DNDEventDispatcher::fireDragGestureEvent( Window *pWindow, in fireDragGestureEvent()