Home
last modified time | relevance | path

Searched defs:DragSourceDragEvent (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/app/
H A Ddndhelp.cxx43 …:datatransfer::dnd::DragSourceDragEvent& /*dsde*/ ) throw (::com::sun::star::uno::RuntimeException) in dragEnter()
51 …:datatransfer::dnd::DragSourceDragEvent& /*dsde*/ ) throw (::com::sun::star::uno::RuntimeException) in dragOver()
55 …:datatransfer::dnd::DragSourceDragEvent& /*dsde*/ ) throw (::com::sun::star::uno::RuntimeException) in dropActionChanged()
/trunk/main/vcl/test/
H A Ddndtest.cxx349 void SAL_CALL MyDragAndDropListener::dragEnter( const DragSourceDragEvent& ) throw(RuntimeException) in dragEnter()
363 void SAL_CALL MyDragAndDropListener::dragOver( const DragSourceDragEvent& ) throw(RuntimeException) in dragOver()
370 void SAL_CALL MyDragAndDropListener::dropActionChanged( const DragSourceDragEvent& ) throw(RuntimeE… in dropActionChanged()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx609 void SAL_CALL TransferableHelper::dragEnter( const DragSourceDragEvent& ) throw( RuntimeException ) in dragEnter()
621 void SAL_CALL TransferableHelper::dragOver( const DragSourceDragEvent& ) throw( RuntimeException ) in dragOver()
627 void SAL_CALL TransferableHelper::dropActionChanged( const DragSourceDragEvent& ) throw( RuntimeExc… in dropActionChanged()