/aoo41x/main/vcl/source/app/ |
H A D | dndhelp.cxx | 55 void vcl::unohelper::DragAndDropClient::dropActionChanged( const ::com::sun::star::datatransfer::dn… in dropActionChanged() function in vcl::unohelper::DragAndDropClient 75 void vcl::unohelper::DragAndDropClient::dropActionChanged( const ::com::sun::star::datatransfer::dn… in dropActionChanged() function in vcl::unohelper::DragAndDropClient 142 void vcl::unohelper::DragAndDropWrapper::dropActionChanged( const ::com::sun::star::datatransfer::d… in dropActionChanged() function in vcl::unohelper::DragAndDropWrapper 145 mpClient->dropActionChanged( dsde ); in dropActionChanged() 173 void vcl::unohelper::DragAndDropWrapper::dropActionChanged( const ::com::sun::star::datatransfer::d… in dropActionChanged() function in vcl::unohelper::DragAndDropWrapper 176 mpClient->dropActionChanged( rDTDE ); in dropActionChanged()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | dndhelp.hxx | 70 …virtual void dropActionChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& ds… 77 …virtual void dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dt… 109 …void SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& d… 116 …void SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& d…
|
/aoo41x/main/vcl/test/ |
H A D | dndtest.cxx | 97 virtual void SAL_CALL dropActionChanged( const DropTargetDragEvent& dtde ) throw(RuntimeException); 102 …virtual void SAL_CALL dropActionChanged( const DragSourceDragEvent& dsde ) throw(RuntimeException)… 334 void SAL_CALL MyDragAndDropListener::dropActionChanged( const DropTargetDragEvent& dtde ) throw(Run… in dropActionChanged() function in MyDragAndDropListener 370 void SAL_CALL MyDragAndDropListener::dropActionChanged( const DragSourceDragEvent& ) throw(RuntimeE… in dropActionChanged() function in MyDragAndDropListener
|
/aoo41x/main/dtrans/test/win32/dnd/ |
H A D | sourcelistener.cxx | 65 void SAL_CALL DragSourceListener::dropActionChanged( const DragSourceDragEvent& dsde ) in dropActionChanged() function in DragSourceListener
|
H A D | sourcelistener.hxx | 56 virtual void SAL_CALL dropActionChanged( const DragSourceDragEvent& dsde )
|
H A D | targetlistener.hxx | 66 virtual void SAL_CALL dropActionChanged( const DropTargetDragEvent& dtde )
|
H A D | targetlistener.cxx | 96 void SAL_CALL DropTargetListener::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged() function in DropTargetListener
|
/aoo41x/main/framework/inc/classes/ |
H A D | droptargetlistener.hxx | 89 …virtual void SAL_CALL dropActionChanged( const css::datatransfer::dnd::DropTargetDragEvent& d…
|
/aoo41x/main/dtrans/source/win32/dnd/ |
H A D | sourcecontext.cxx | 148 listener->dropActionChanged( e); in fire_dropActionChanged()
|
H A D | target.cxx | 578 listener->dropActionChanged( dtde); in fire_dropActionChanged()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | transfer.hxx | 222 …virtual void SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDrag… 493 …virtual void SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDrag…
|
/aoo41x/main/vcl/inc/ |
H A D | dndevdis.hxx | 90 …virtual void SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDrag…
|
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDragSourceListener.idl | 103 [oneway] void dropActionChanged( [in] DragSourceDragEvent dsde );
|
H A D | XDropTargetListener.idl | 105 [oneway] void dropActionChanged( [in] DropTargetDragEvent dtde );
|
/aoo41x/main/framework/source/classes/ |
H A D | droptargetlistener.cxx | 173 void SAL_CALL DropTargetListener::dropActionChanged( const css::datatransfer::dnd::DropTargetDragEv… in dropActionChanged() function in framework::DropTargetListener
|
/aoo41x/main/vcl/source/window/ |
H A D | dndlcon.cxx | 434 xListener->dropActionChanged( aEvent ); in fireDropActionChangedEvent()
|
H A D | dndevdis.cxx | 241 void SAL_CALL DNDEventDispatcher::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged() function in DNDEventDispatcher
|
/aoo41x/main/svtools/source/misc/ |
H A D | transfer2.cxx | 257 void SAL_CALL DropTargetHelper::DropTargetListener::dropActionChanged( const DropTargetDragEvent& )… in dropActionChanged() function in DropTargetHelper::DropTargetListener
|
H A D | transfer.cxx | 597 void SAL_CALL TransferableHelper::dropActionChanged( const DragSourceDragEvent& ) throw( RuntimeExc… in dropActionChanged() function in TransferableHelper
|
/aoo41x/main/vcl/aqua/source/dtrans/ |
H A D | DropTarget.cxx | 584 try { listener->dropActionChanged( dtde); } in fire_dropActionChanged()
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 2524 m_xDragSourceListener->dropActionChanged( dsde ); in updateDragAction()
|