LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/datatransfer/dnd - XDropTargetListener.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 2 2 100.0 %
Date: 2012-12-27 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_DATATRANSFER_DND_XDROPTARGETLISTENER_HDL
       2             : #define INCLUDED_COM_SUN_STAR_DATATRANSFER_DND_XDROPTARGETLISTENER_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : #include "com/sun/star/datatransfer/dnd/DropTargetEvent.hdl"
       8             : #include "com/sun/star/datatransfer/dnd/DropTargetDropEvent.hdl"
       9             : #include "com/sun/star/lang/XEventListener.hdl"
      10             : #include "com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.hdl"
      11             : #include "com/sun/star/datatransfer/dnd/DropTargetDragEvent.hdl"
      12             : #include "com/sun/star/uno/Reference.h"
      13             : #include "cppu/macros.hxx"
      14             : 
      15             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      16             : 
      17             : namespace com { namespace sun { namespace star { namespace datatransfer { namespace dnd {
      18             : 
      19         746 : class SAL_NO_VTABLE XDropTargetListener : public css::lang::XEventListener
      20             : {
      21             : public:
      22             : 
      23             :     // Methods
      24             :     virtual void SAL_CALL drop( const css::datatransfer::dnd::DropTargetDropEvent& dtde ) = 0;
      25             :     virtual void SAL_CALL dragEnter( const css::datatransfer::dnd::DropTargetDragEnterEvent& dtdee ) = 0;
      26             :     virtual void SAL_CALL dragExit( const css::datatransfer::dnd::DropTargetEvent& dte ) = 0;
      27             :     virtual void SAL_CALL dragOver( const css::datatransfer::dnd::DropTargetDragEvent& dtde ) = 0;
      28             :     virtual void SAL_CALL dropActionChanged( const css::datatransfer::dnd::DropTargetDragEvent& dtde ) = 0;
      29             : 
      30             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      31             : 
      32             : protected:
      33         214 :     ~XDropTargetListener() throw () {} // avoid warnings about virtual members and non-virtual dtor
      34             : };
      35             : 
      36             : 
      37             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::datatransfer::dnd::XDropTargetListener const *);
      38             : } } } } }
      39             : 
      40             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::datatransfer::dnd::XDropTargetListener > *) SAL_THROW(());
      41             : 
      42             : #endif

Generated by: LCOV version 1.10