Home
last modified time | relevance | path

Searched defs:dsde (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dtrans/test/win32/dnd/
H A Dsourcelistener.cxx45 void SAL_CALL DragSourceListener::dragDropEnd( const DragSourceDropEvent& dsde ) in dragDropEnd()
50 void SAL_CALL DragSourceListener::dragEnter( const DragSourceDragEvent& dsde ) in dragEnter()
60 void SAL_CALL DragSourceListener::dragOver( const DragSourceDragEvent& dsde ) in dragOver()
65 void SAL_CALL DragSourceListener::dropActionChanged( const DragSourceDragEvent& dsde ) in dropActionChanged()
/trunk/main/vcl/source/app/
H A Ddndhelp.cxx124 …tar::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun::star::uno::RuntimeException) in dragEnter()
136 …tar::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun::star::uno::RuntimeException) in dragOver()
142 …tar::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun::star::uno::RuntimeException) in dropActionChanged()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1810 DragSourceDropEvent dsde; in handleSelectionRequest() local
2339 DragSourceDropEvent dsde; in dropComplete() local
2422 DragSourceDragEvent dsde; in sendDragStatus() local
2514 DragSourceDragEvent dsde; in updateDragAction() local
2639 DragSourceDragEvent dsde; in handleDragEvent() local
2685 DragSourceDropEvent dsde; in handleDragEvent() local
2751 DragSourceDropEvent dsde; in handleDragEvent() local
2892 DragSourceDropEvent dsde; in handleDragEvent() local
2943 DragSourceDropEvent dsde; in reject() local
3092 DragSourceDragEvent dsde; in updateDragWindow() local
[all …]
/trunk/main/dtrans/source/win32/dnd/
H A Dsource.cxx215 DragSourceDropEvent dsde; in startDrag() local
/trunk/main/vcl/test/
H A Ddndtest.cxx342 void SAL_CALL MyDragAndDropListener::dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeEx… in dragDropEnd()