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

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_CHART2_SCALEDATA_HDL
       2                 :            : #define INCLUDED_COM_SUN_STAR_CHART2_SCALEDATA_HDL
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/chart2/IncrementData.hdl"
       7                 :            : namespace com { namespace sun { namespace star { namespace chart2 { namespace data { class XLabeledDataSequence; } } } } }
       8                 :            : #include "com/sun/star/chart2/AxisOrientation.hdl"
       9                 :            : namespace com { namespace sun { namespace star { namespace chart2 { class XScaling; } } } }
      10                 :            : #include "com/sun/star/chart/TimeIncrement.hdl"
      11                 :            : #include "com/sun/star/uno/Any.h"
      12                 :            : #include "com/sun/star/uno/Reference.h"
      13                 :            : #include "cppu/macros.hxx"
      14                 :            : #include "sal/types.h"
      15                 :            : 
      16                 :            : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      17                 :            : 
      18                 :            : namespace com { namespace sun { namespace star { namespace chart2 {
      19                 :            : 
      20                 :            : #ifdef SAL_W32
      21                 :            : #   pragma pack(push, 8)
      22                 :            : #endif
      23                 :            : 
      24 [ +  - ][ #  # ]:      62262 : struct ScaleData {
         [ +  - ][ #  # ]
      25                 :            :     inline ScaleData() SAL_THROW(());
      26                 :            : 
      27                 :            :     inline ScaleData(const ::com::sun::star::uno::Any& Minimum_, const ::com::sun::star::uno::Any& Maximum_, const ::com::sun::star::uno::Any& Origin_, const ::com::sun::star::chart2::AxisOrientation& Orientation_, const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XScaling >& Scaling_, const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XLabeledDataSequence >& Categories_, const ::sal_Int32& AxisType_, const ::sal_Bool& AutoDateAxis_, const ::sal_Bool& ShiftedCategoryPosition_, const ::com::sun::star::chart2::IncrementData& IncrementData_, const ::com::sun::star::chart::TimeIncrement& TimeIncrement_) SAL_THROW(());
      28                 :            : 
      29                 :            :     ::com::sun::star::uno::Any Minimum;
      30                 :            :     ::com::sun::star::uno::Any Maximum;
      31                 :            :     ::com::sun::star::uno::Any Origin;
      32                 :            :     ::com::sun::star::chart2::AxisOrientation Orientation;
      33                 :            :     ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XScaling > Scaling;
      34                 :            :     ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XLabeledDataSequence > Categories;
      35                 :            :     ::sal_Int32 AxisType;
      36                 :            :     ::sal_Bool AutoDateAxis;
      37                 :            :     ::sal_Bool ShiftedCategoryPosition;
      38                 :            :     ::com::sun::star::chart2::IncrementData IncrementData;
      39                 :            :     ::com::sun::star::chart::TimeIncrement TimeIncrement;
      40                 :            : };
      41                 :            : 
      42                 :            : #ifdef SAL_W32
      43                 :            : #   pragma pack(pop)
      44                 :            : #endif
      45                 :            : 
      46                 :            : 
      47                 :            : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::chart2::ScaleData const *);
      48                 :            : } } } }
      49                 :            : 
      50                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::chart2::ScaleData *) SAL_THROW(());
      51                 :            : 
      52                 :            : #endif

Generated by: LCOV version 1.10