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.cxx227 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
261 void DropTarget::fire_dragExit(const DropTargetEvent& dte) in fire_dragExit()
426 DropTargetEvent dte(static_cast<OWeakObject*>(this), 0); in dragLeave() local
/trunk/main/dtrans/test/win32/dnd/
H A Dtargetlistener.cxx81 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
500 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
534 void DropTarget::fire_dragExit(const DropTargetEvent& dte) in fire_dragExit()
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx511 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
539 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
4015 DropTargetEvent dte; in deregisterDropTarget() local
/trunk/main/vcl/source/app/
H A Ddndhelp.cxx161 …er::DragAndDropWrapper::dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) in dragExit()