LCOV - code coverage report
Current view: top level - table - BorderLine2.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 9 9 100.0 %
Date: 2013-07-09 Functions: 3 3 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_TABLE_BORDERLINE2_HPP
       2             : #define INCLUDED_COM_SUN_STAR_TABLE_BORDERLINE2_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/table/BorderLine2.hdl"
       7             : 
       8             : #include "com/sun/star/table/BorderLine.hpp"
       9             : #include "com/sun/star/uno/Type.hxx"
      10             : #include "cppu/unotype.hxx"
      11             : #include "sal/types.h"
      12             : #include "typelib/typeclass.h"
      13             : #include "typelib/typedescription.h"
      14             : 
      15             : namespace com { namespace sun { namespace star { namespace table {
      16             : 
      17       14341 : inline BorderLine2::BorderLine2() SAL_THROW(())
      18             :     : css::table::BorderLine()
      19             :     , LineStyle(0)
      20       14341 :     , LineWidth(0)
      21             : {
      22       14341 : }
      23             : 
      24             : inline BorderLine2::BorderLine2(const ::sal_Int32& Color_, const ::sal_Int16& InnerLineWidth_, const ::sal_Int16& OuterLineWidth_, const ::sal_Int16& LineDistance_, const ::sal_Int16& LineStyle_, const ::sal_uInt32& LineWidth_) SAL_THROW(())
      25             :     : css::table::BorderLine(Color_, InnerLineWidth_, OuterLineWidth_, LineDistance_)
      26             :     , LineStyle(LineStyle_)
      27             :     , LineWidth(LineWidth_)
      28             : {
      29             : }
      30             : 
      31             : } } } }
      32             : 
      33             : namespace com { namespace sun { namespace star { namespace table {
      34             : 
      35       14705 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::table::BorderLine2 const *) {
      36             :     //TODO: On certain platforms with weak memory models, the following code can result in some threads observing that the_type points to garbage
      37             :     static ::typelib_TypeDescriptionReference * the_type = 0;
      38       14705 :     if (the_type == 0) {
      39         105 :         ::typelib_static_type_init(&the_type, typelib_TypeClass_STRUCT, "com.sun.star.table.BorderLine2");
      40             :     }
      41       14705 :     return *reinterpret_cast< ::com::sun::star::uno::Type * >(&the_type);
      42             : }
      43             : 
      44             : } } } }
      45             : 
      46         804 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER css::table::BorderLine2 const *) SAL_THROW(()) {
      47         804 :     return ::cppu::UnoType< css::table::BorderLine2 >::get();
      48             : }
      49             : 
      50             : #endif // INCLUDED_COM_SUN_STAR_TABLE_BORDERLINE2_HPP

Generated by: LCOV version 1.10