Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/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()
/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1813 DragSourceDropEvent dsde; in handleSelectionRequest() local
2342 DragSourceDropEvent dsde; in dropComplete() local
2425 DragSourceDragEvent dsde; in sendDragStatus() local
2517 DragSourceDragEvent dsde; in updateDragAction() local
2642 DragSourceDragEvent dsde; in handleDragEvent() local
2688 DragSourceDropEvent dsde; in handleDragEvent() local
2754 DragSourceDropEvent dsde; in handleDragEvent() local
2895 DragSourceDropEvent dsde; in handleDragEvent() local
2946 DragSourceDropEvent dsde; in reject() local
3096 DragSourceDragEvent dsde; in updateDragWindow() local
[all …]
/AOO41X/main/dtrans/source/win32/dnd/
H A Dsource.cxx215 DragSourceDropEvent dsde; in startDrag() local
/AOO41X/main/vcl/test/
H A Ddndtest.cxx342 void SAL_CALL MyDragAndDropListener::dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeEx… in dragDropEnd()