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

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_CHART2_INCREMENTDATA_HDL
       2             : #define INCLUDED_COM_SUN_STAR_CHART2_INCREMENTDATA_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/chart2/SubIncrement.hdl"
       7             : #include "com/sun/star/uno/Any.h"
       8             : #include "com/sun/star/uno/Sequence.h"
       9             : #include "cppu/macros.hxx"
      10             : 
      11             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      12             : 
      13             : namespace com { namespace sun { namespace star { namespace chart2 {
      14             : 
      15             : #ifdef SAL_W32
      16             : #   pragma pack(push, 8)
      17             : #endif
      18             : 
      19        4365 : struct IncrementData {
      20             :     inline IncrementData() SAL_THROW(());
      21             : 
      22             :     inline IncrementData(const ::com::sun::star::uno::Any& Distance_, const ::com::sun::star::uno::Any& PostEquidistant_, const ::com::sun::star::uno::Any& BaseValue_, const ::com::sun::star::uno::Sequence< css::chart2::SubIncrement >& SubIncrements_) SAL_THROW(());
      23             : 
      24             :     ::com::sun::star::uno::Any Distance;
      25             :     ::com::sun::star::uno::Any PostEquidistant;
      26             :     ::com::sun::star::uno::Any BaseValue;
      27             :     ::com::sun::star::uno::Sequence< css::chart2::SubIncrement > SubIncrements;
      28             : };
      29             : 
      30             : #ifdef SAL_W32
      31             : #   pragma pack(pop)
      32             : #endif
      33             : 
      34             : 
      35             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::chart2::IncrementData const *);
      36             : } } } }
      37             : 
      38             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const css::chart2::IncrementData *) SAL_THROW(());
      39             : 
      40             : #endif

Generated by: LCOV version 1.10