Home
last modified time | relevance | path

Searched refs:dsde (Results 1 – 13 of 13) sorted by path

/trunk/main/dtrans/source/win32/dnd/
H A Dsource.cxx215 DragSourceDropEvent dsde; in startDrag() local
217 dsde.DropAction = ACTION_NONE; in startDrag()
218 dsde.DropSuccess = false; in startDrag()
222 listener->dragDropEnd(dsde); in startDrag()
/trunk/main/dtrans/test/win32/dnd/
H A Dsourcelistener.cxx45 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 Dsourcelistener.hxx48 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 )
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx255 …void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::…
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDragSourceListener.idl57 @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 );
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx96 …gDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::com::sun…
H A Dtransfer.hxx218 …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:…
/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx118 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);
/trunk/main/vcl/inc/vcl/
H A Ddndhelp.hxx66 …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 Dedit.hxx138 …gDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::com::sun…
/trunk/main/vcl/source/app/
H A Ddndhelp.cxx124 …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()
/trunk/main/vcl/test/
H A Ddndtest.cxx98 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()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1813 DragSourceDropEvent dsde; in handleSelectionRequest() local
1820 dsde.DropSuccess = sal_True; in handleSelectionRequest()
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
[all …]

Completed in 73 milliseconds