LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/offapi/com/sun/star/chart2 - XChartDocument.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_CHART2_XCHARTDOCUMENT_HDL
       2                 :            : #define INCLUDED_COM_SUN_STAR_CHART2_XCHARTDOCUMENT_HDL
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
       7                 :            : #include "com/sun/star/uno/RuntimeException.hdl"
       8                 :            : namespace com { namespace sun { namespace star { namespace chart2 { class XChartTypeManager; } } } }
       9                 :            : #include "com/sun/star/util/CloseVetoException.hdl"
      10                 :            : namespace com { namespace sun { namespace star { namespace chart2 { class XDiagram; } } } }
      11                 :            : namespace com { namespace sun { namespace star { namespace chart2 { namespace data { class XDataProvider; } } } } }
      12                 :            : #include "com/sun/star/frame/XModel.hdl"
      13                 :            : #include "com/sun/star/uno/Reference.h"
      14                 :            : #include "cppu/macros.hxx"
      15                 :            : #include "sal/types.h"
      16                 :            : 
      17                 :            : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      18                 :            : 
      19                 :            : namespace com { namespace sun { namespace star { namespace chart2 {
      20                 :            : 
      21                 :         56 : class SAL_NO_VTABLE XChartDocument : public ::com::sun::star::frame::XModel
      22                 :            : {
      23                 :            : public:
      24                 :            : 
      25                 :            :     // Methods
      26                 :            :     virtual ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram > SAL_CALL getFirstDiagram(  ) throw (::com::sun::star::uno::RuntimeException) = 0;
      27                 :            :     virtual void SAL_CALL setFirstDiagram( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram >& xDiagram ) throw (::com::sun::star::uno::RuntimeException) = 0;
      28                 :            :     virtual void SAL_CALL createInternalDataProvider( ::sal_Bool bCloneExistingData ) throw (::com::sun::star::util::CloseVetoException, ::com::sun::star::uno::RuntimeException) = 0;
      29                 :            :     virtual ::sal_Bool SAL_CALL hasInternalDataProvider(  ) throw (::com::sun::star::uno::RuntimeException) = 0;
      30                 :            :     virtual ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataProvider > SAL_CALL getDataProvider(  ) throw (::com::sun::star::uno::RuntimeException) = 0;
      31                 :            :     virtual void SAL_CALL setChartTypeManager( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartTypeManager >& xNewManager ) throw (::com::sun::star::uno::RuntimeException) = 0;
      32                 :            :     virtual ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartTypeManager > SAL_CALL getChartTypeManager(  ) throw (::com::sun::star::uno::RuntimeException) = 0;
      33                 :            :     virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getPageBackground(  ) throw (::com::sun::star::uno::RuntimeException) = 0;
      34                 :            : 
      35                 :            :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      36                 :            : 
      37                 :            : protected:
      38                 :         56 :     ~XChartDocument() throw () {} // avoid warnings about virtual members and non-virtual dtor
      39                 :            : };
      40                 :            : 
      41                 :            : 
      42                 :            : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::chart2::XChartDocument const *);
      43                 :            : } } } }
      44                 :            : 
      45                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument > *) SAL_THROW(());
      46                 :            : 
      47                 :            : #endif

Generated by: LCOV version 1.10