LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/offapi/com/sun/star/document - XUndoManagerListener.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 2 2 100.0 %
Date: 2012-08-25 Functions: 2 2 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_DOCUMENT_XUNDOMANAGERLISTENER_HDL
       2                 :            : #define INCLUDED_COM_SUN_STAR_DOCUMENT_XUNDOMANAGERLISTENER_HDL
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/uno/RuntimeException.hdl"
       7                 :            : #include "com/sun/star/document/UndoManagerEvent.hdl"
       8                 :            : #include "com/sun/star/lang/EventObject.hdl"
       9                 :            : #include "com/sun/star/lang/XEventListener.hdl"
      10                 :            : #include "com/sun/star/uno/Reference.h"
      11                 :            : #include "cppu/macros.hxx"
      12                 :            : 
      13                 :            : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      14                 :            : 
      15                 :            : namespace com { namespace sun { namespace star { namespace document {
      16                 :            : 
      17                 :         19 : class SAL_NO_VTABLE XUndoManagerListener : public ::com::sun::star::lang::XEventListener
      18                 :            : {
      19                 :            : public:
      20                 :            : 
      21                 :            :     // Methods
      22                 :            :     virtual void SAL_CALL undoActionAdded( const ::com::sun::star::document::UndoManagerEvent& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      23                 :            :     virtual void SAL_CALL actionUndone( const ::com::sun::star::document::UndoManagerEvent& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      24                 :            :     virtual void SAL_CALL actionRedone( const ::com::sun::star::document::UndoManagerEvent& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      25                 :            :     virtual void SAL_CALL allActionsCleared( const ::com::sun::star::lang::EventObject& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      26                 :            :     virtual void SAL_CALL redoActionsCleared( const ::com::sun::star::lang::EventObject& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      27                 :            :     virtual void SAL_CALL resetAll( const ::com::sun::star::lang::EventObject& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      28                 :            :     virtual void SAL_CALL enteredContext( const ::com::sun::star::document::UndoManagerEvent& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      29                 :            :     virtual void SAL_CALL enteredHiddenContext( const ::com::sun::star::document::UndoManagerEvent& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      30                 :            :     virtual void SAL_CALL leftContext( const ::com::sun::star::document::UndoManagerEvent& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      31                 :            :     virtual void SAL_CALL leftHiddenContext( const ::com::sun::star::document::UndoManagerEvent& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      32                 :            :     virtual void SAL_CALL cancelledContext( const ::com::sun::star::document::UndoManagerEvent& i_event ) throw (::com::sun::star::uno::RuntimeException) = 0;
      33                 :            : 
      34                 :            :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      35                 :            : 
      36                 :            : protected:
      37                 :         19 :     ~XUndoManagerListener() throw () {} // avoid warnings about virtual members and non-virtual dtor
      38                 :            : };
      39                 :            : 
      40                 :            : 
      41                 :            : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::document::XUndoManagerListener const *);
      42                 :            : } } } }
      43                 :            : 
      44                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< ::com::sun::star::document::XUndoManagerListener > *) SAL_THROW(());
      45                 :            : 
      46                 :            : #endif

Generated by: LCOV version 1.10