Searched refs:dsde (Results 1 – 13 of 13) sorted by relevance
1810 DragSourceDropEvent dsde; in handleSelectionRequest() local1811 dsde.Source = static_cast< OWeakObject* >(this); in handleSelectionRequest()1812 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest()1813 dsde.DragSource = static_cast< XDragSource* >(this); in handleSelectionRequest()1816 dsde.DropAction = DNDConstants::ACTION_COPY; in handleSelectionRequest()1817 dsde.DropSuccess = sal_True; in handleSelectionRequest()1821 dsde.DropAction = DNDConstants::ACTION_NONE; in handleSelectionRequest()1822 dsde.DropSuccess = sal_False; in handleSelectionRequest()1828 xListener->dragDropEnd( dsde ); in handleSelectionRequest()2339 DragSourceDropEvent dsde; in dropComplete() local[all …]
57 @param dsde61 [oneway] void dragDropEnd( [in] DragSourceDropEvent dsde );69 @param dsde73 [oneway] void dragEnter( [in] DragSourceDragEvent dsde );90 @param dsde94 [oneway] void dragOver( [in] DragSourceDragEvent dsde );99 @param dsde103 [oneway] void dropActionChanged( [in] DragSourceDragEvent dsde );
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…
138 …gDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::com::sun…
124 …ragEnter( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun… in dragEnter() argument127 mpClient->dragEnter( dsde ); in dragEnter()136 …dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun… in dragOver() argument139 mpClient->dragOver( dsde ); in dragOver()142 …nChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) throw (::com::sun… in dropActionChanged() argument145 mpClient->dropActionChanged( dsde ); in dropActionChanged()
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);
45 void SAL_CALL DragSourceListener::dragDropEnd( const DragSourceDropEvent& dsde ) in dragDropEnd() argument50 void SAL_CALL DragSourceListener::dragEnter( const DragSourceDragEvent& dsde ) in dragEnter() argument60 void SAL_CALL DragSourceListener::dragOver( const DragSourceDragEvent& dsde ) in dragOver() argument65 void SAL_CALL DragSourceListener::dropActionChanged( const DragSourceDragEvent& dsde ) in dropActionChanged() argument
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 )
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() argument344 …printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSucce… in dragDropEnd()
215 DragSourceDropEvent dsde; in startDrag() local217 dsde.DropAction = ACTION_NONE; in startDrag()218 dsde.DropSuccess = false; in startDrag()222 listener->dragDropEnd(dsde); in startDrag()
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:…
96 …gDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::com::sun…
255 …void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::…