/aoo41x/main/vcl/source/app/ |
H A D | dndhelp.cxx | 51 void vcl::unohelper::DragAndDropClient::dragOver( const ::com::sun::star::datatransfer::dnd::DragSo… in dragOver() function in vcl::unohelper::DragAndDropClient 71 void vcl::unohelper::DragAndDropClient::dragOver( const ::com::sun::star::datatransfer::dnd::DropTa… in dragOver() function in vcl::unohelper::DragAndDropClient 136 void vcl::unohelper::DragAndDropWrapper::dragOver( const ::com::sun::star::datatransfer::dnd::DragS… in dragOver() function in vcl::unohelper::DragAndDropWrapper 139 mpClient->dragOver( dsde ); in dragOver() 167 void vcl::unohelper::DragAndDropWrapper::dragOver( const ::com::sun::star::datatransfer::dnd::DropT… in dragOver() function in vcl::unohelper::DragAndDropWrapper 170 mpClient->dragOver( rDTDE ); in dragOver()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | dndhelp.hxx | 69 …virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) thro… 76 …virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) thro… 108 …void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde ) thr… 115 …void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) thr…
|
H A D | edit.hxx | 136 using vcl::unohelper::DragAndDropClient::dragOver; 142 …virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde…
|
/aoo41x/main/vcl/test/ |
H A D | dndtest.cxx | 96 virtual void SAL_CALL dragOver( const DropTargetDragEvent& dtde ) throw(RuntimeException); 101 virtual void SAL_CALL dragOver( const DragSourceDragEvent& dsde ) throw(RuntimeException); 326 void SAL_CALL MyDragAndDropListener::dragOver( const DropTargetDragEvent& dtde ) throw(RuntimeExcep… in dragOver() function in MyDragAndDropListener 363 void SAL_CALL MyDragAndDropListener::dragOver( const DragSourceDragEvent& ) throw(RuntimeException) in dragOver() function in MyDragAndDropListener
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_droptarget.cxx | 179 void DropTarget::dragOver( const DropTargetDragEvent& dtde ) throw() in dragOver() function in DropTarget 187 (*it)->dragOver( dtde ); in dragOver()
|
H A D | X11_selection.cxx | 2264 it->second->dragOver( aEvent ); in handleDropEvent() 2436 xListener->dragOver( dsde ); in sendDragStatus() 2555 it->second->dragOver( dtde ); in sendDropPosition() 2682 m_xDragSourceListener->dragOver( dsde ); in handleDragEvent() 3204 xListener->dragOver( dsde ); in updateDragWindow()
|
/aoo41x/main/framework/source/classes/ |
H A D | droptargetlistener.cxx | 136 dragOver( dtdee ); in dragEnter() 154 void SAL_CALL DropTargetListener::dragOver( const css::datatransfer::dnd::DropTargetDragEvent& dtde… in dragOver() function in framework::DropTargetListener
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | textview.hxx | 100 …virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde… 104 using DragAndDropClient::dragOver;
|
H A D | transfer.hxx | 221 …virtual void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& ds… 492 …virtual void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dt…
|
/aoo41x/main/svtools/source/misc/ |
H A D | transfer2.cxx | 202 dragOver( rDTDEE ); in dragEnter() 207 void SAL_CALL DropTargetHelper::DropTargetListener::dragOver( const DropTargetDragEvent& rDTDE ) th… in dragOver() function in DropTargetHelper::DropTargetListener
|
/aoo41x/main/dtrans/test/win32/dnd/ |
H A D | sourcelistener.cxx | 60 void SAL_CALL DragSourceListener::dragOver( const DragSourceDragEvent& dsde ) in dragOver() function in DragSourceListener
|
H A D | sourcelistener.hxx | 54 virtual void SAL_CALL dragOver( const DragSourceDragEvent& dsde )
|
H A D | targetlistener.hxx | 64 virtual void SAL_CALL dragOver( const DropTargetDragEvent& dtde )
|
H A D | targetlistener.cxx | 89 void SAL_CALL DropTargetListener::dragOver( const DropTargetDragEvent& dtde ) in dragOver() function in DropTargetListener
|
/aoo41x/main/framework/inc/classes/ |
H A D | droptargetlistener.hxx | 88 …virtual void SAL_CALL dragOver ( const css::datatransfer::dnd::DropTargetDragEvent& d…
|
/aoo41x/main/vcl/inc/ |
H A D | dndevdis.hxx | 89 …virtual void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dt…
|
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDropTargetDragContext.idl | 59 <li><member>XDropTargetListener::dragOver()</member></li>
|
H A D | XDragSourceListener.idl | 94 [oneway] void dragOver( [in] DragSourceDragEvent dsde );
|
H A D | XDropTargetListener.idl | 96 [oneway] void dragOver( [in] DropTargetDragEvent dtde );
|
/aoo41x/main/vcl/aqua/source/dtrans/ |
H A D | DragSource.cxx | 159 mDragSource->mXDragSrcListener->dragOver(dsde);
|
H A D | DropTarget.cxx | 567 try { listener->dragOver( dtde); } in fire_dragOver()
|
/aoo41x/main/vcl/source/window/ |
H A D | dndlcon.cxx | 299 xListener->dragOver( aEvent ); in fireDragOverEvent()
|
H A D | dndevdis.cxx | 183 void SAL_CALL DNDEventDispatcher::dragOver( const DropTargetDragEvent& dtde ) in dragOver() function in DNDEventDispatcher
|
/aoo41x/main/dtrans/source/win32/dnd/ |
H A D | target.cxx | 564 listener->dragOver( dtde); in fire_dragOver()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.hxx | 220 using vcl::unohelper::DragAndDropClient::dragOver; 259 …void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) throw (::com…
|