Home
last modified time | relevance | path

Searched refs:DNDEventDispatcher (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/vcl/source/window/
H A Ddndevdis.cxx47 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()
[all …]
H A Dwindow.cxx8555 …mpWindowImpl->mpFrameData->mxDropTargetListener = new DNDEventDispatcher( mpWindowImpl->mpFrameWin… in GetDropTarget()
/AOO42X/main/vcl/inc/
H A Ddndevdis.hxx36 class DNDEventDispatcher: public ::cppu::WeakImplHelper3< class
72 DNDEventDispatcher( Window * pTopWindow );
73 virtual ~DNDEventDispatcher();
/AOO42X/main/vcl/source/control/
H A Dlstbox.cxx120 …ce< ::com::sun::star::datatransfer::dnd::XDropTargetListener> xDrop = new DNDEventDispatcher(this); in ImplInit()