Home
last modified time | relevance | path

Searched defs:dte (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx228 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
262 void DropTarget::fire_dragExit(const DropTargetEvent& dte) in fire_dragExit()
427 DropTargetEvent dte(static_cast<OWeakObject*>(this), 0); in dragLeave() local
/trunk/main/dtrans/test/win32/dnd/
H A Dtargetlistener.cxx84 void SAL_CALL DropTargetListener::dragExit( const DropTargetEvent& dte ) in dragExit()
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx320 DropTargetEvent dte(static_cast<OWeakObject*>(this), 0); in draggingExited() local
503 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
537 void DropTarget::fire_dragExit(const DropTargetEvent& dte) in fire_dragExit()
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx512 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
540 void DropTarget::fire_dragExit( const DropTargetEvent& dte ) in fire_dragExit()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx163 void DropTarget::dragExit( const DropTargetEvent& dte ) throw() in dragExit()
H A DX11_selection.cxx2731 DropTargetEvent dte; in handleDragEvent() local
3112 DropTargetEvent dte; in updateDragWindow() local
4018 DropTargetEvent dte; in deregisterDropTarget() local
/trunk/main/vcl/source/app/
H A Ddndhelp.cxx161 …un::star::datatransfer::dnd::DropTargetEvent& dte ) throw (::com::sun::star::uno::RuntimeException) in dragExit()