| /AOO41X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 1813 DragSourceDropEvent dsde; in handleSelectionRequest() local 1814 dsde.Source = static_cast< OWeakObject* >(this); in handleSelectionRequest() 1815 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest() 1816 dsde.DragSource = static_cast< XDragSource* >(this); in handleSelectionRequest() 1819 dsde.DropAction = DNDConstants::ACTION_COPY; in handleSelectionRequest() 1820 dsde.DropSuccess = sal_True; in handleSelectionRequest() 1824 dsde.DropAction = DNDConstants::ACTION_NONE; in handleSelectionRequest() 1825 dsde.DropSuccess = sal_False; in handleSelectionRequest() 1831 xListener->dragDropEnd( dsde ); in handleSelectionRequest() 2342 DragSourceDropEvent dsde; in dropComplete() local [all …]
|
| /AOO41X/main/offapi/com/sun/star/datatransfer/dnd/ |
| H A D | XDragSourceListener.idl | 57 @param dsde 61 [oneway] void dragDropEnd( [in] DragSourceDropEvent dsde ); 69 @param dsde 73 [oneway] void dragEnter( [in] DragSourceDragEvent dsde ); 90 @param dsde 94 [oneway] void dragOver( [in] DragSourceDragEvent dsde ); 99 @param dsde 103 [oneway] void dropActionChanged( [in] DragSourceDragEvent dsde );
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | dndhelp.hxx | 66 …virtual void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) t… 67 …virtual void dragEnter( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) thr… 69 …virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) thro… 70 …nChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun… 105 …void SAL_CALL dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) … 106 …void SAL_CALL dragEnter( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) th… 108 …void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) thr… 109 …nChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun…
|
| H A D | edit.hxx | 138 …gDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::com::sun…
|
| /AOO41X/main/vcl/source/app/ |
| H A D | dndhelp.cxx | 124 …ragEnter( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun… in dragEnter() argument 127 mpClient->dragEnter( dsde ); in dragEnter() 136 …dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun… in dragOver() argument 139 mpClient->dragOver( dsde ); in dragOver() 142 …nChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun… in dropActionChanged() argument 145 mpClient->dropActionChanged( dsde ); in dropActionChanged()
|
| /AOO41X/main/vcl/aqua/source/dtrans/ |
| H A D | DragSource.cxx | 118 DragSourceDragEvent dsde(static_cast<OWeakObject*>(mDragSource), 124 mDragSource->mXDragSrcListener->dragEnter(dsde); 138 DragSourceDropEvent dsde(static_cast<OWeakObject*>(mDragSource), 144 mDragSource->mXDragSrcListener->dragDropEnd(dsde); 153 DragSourceDragEvent dsde(static_cast<OWeakObject*>(mDragSource), 159 mDragSource->mXDragSrcListener->dragOver(dsde);
|
| /AOO41X/main/dtrans/test/win32/dnd/ |
| H A D | sourcelistener.cxx | 45 void SAL_CALL DragSourceListener::dragDropEnd( const DragSourceDropEvent& dsde ) in dragDropEnd() argument 50 void SAL_CALL DragSourceListener::dragEnter( const DragSourceDragEvent& dsde ) in dragEnter() argument 60 void SAL_CALL DragSourceListener::dragOver( const DragSourceDragEvent& dsde ) in dragOver() argument 65 void SAL_CALL DragSourceListener::dropActionChanged( const DragSourceDragEvent& dsde ) in dropActionChanged() argument
|
| H A D | sourcelistener.hxx | 48 virtual void SAL_CALL dragDropEnd( const DragSourceDropEvent& dsde ) 50 virtual void SAL_CALL dragEnter( const DragSourceDragEvent& dsde ) 54 virtual void SAL_CALL dragOver( const DragSourceDragEvent& dsde ) 56 virtual void SAL_CALL dropActionChanged( const DragSourceDragEvent& dsde )
|
| /AOO41X/main/vcl/test/ |
| H A D | dndtest.cxx | 98 virtual void SAL_CALL dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeException); 101 virtual void SAL_CALL dragOver( const DragSourceDragEvent& dsde ) throw(RuntimeException); 102 …virtual void SAL_CALL dropActionChanged( const DragSourceDragEvent& dsde ) throw(RuntimeException)… 342 void SAL_CALL MyDragAndDropListener::dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeEx… in dragDropEnd() argument 344 …printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSucce… in dragDropEnd()
|
| /AOO41X/main/dtrans/source/win32/dnd/ |
| H A D | source.cxx | 215 DragSourceDropEvent dsde; in startDrag() local 217 dsde.DropAction = ACTION_NONE; in startDrag() 218 dsde.DropSuccess = false; in startDrag() 222 listener->dragDropEnd(dsde); in startDrag()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | transfer.hxx | 218 …gDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw(::com::sun:… 219 …ragEnter( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw(::com::sun:… 221 …dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw(::com::sun:… 222 …nChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw(::com::sun:…
|
| H A D | textview.hxx | 96 …gDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::com::sun…
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit.hxx | 255 …void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::…
|