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

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_GEOMETRY_MATRIX2D_HPP
       2             : #define INCLUDED_COM_SUN_STAR_GEOMETRY_MATRIX2D_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/geometry/Matrix2D.hdl"
       7             : 
       8             : #include "com/sun/star/uno/Type.hxx"
       9             : #include "cppu/unotype.hxx"
      10             : #include "sal/types.h"
      11             : #include "typelib/typeclass.h"
      12             : #include "typelib/typedescription.h"
      13             : 
      14             : namespace com { namespace sun { namespace star { namespace geometry {
      15             : 
      16         520 : inline Matrix2D::Matrix2D() SAL_THROW(())
      17             :     : m00(0)
      18             :     , m01(0)
      19             :     , m10(0)
      20         520 :     , m11(0)
      21             : {
      22         520 : }
      23             : 
      24           0 : inline Matrix2D::Matrix2D(const double& m00_, const double& m01_, const double& m10_, const double& m11_) SAL_THROW(())
      25             :     : m00(m00_)
      26             :     , m01(m01_)
      27             :     , m10(m10_)
      28           0 :     , m11(m11_)
      29             : {
      30           0 : }
      31             : 
      32             : } } } }
      33             : 
      34             : namespace com { namespace sun { namespace star { namespace geometry {
      35             : 
      36             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::geometry::Matrix2D const *) {
      37             :     //TODO: On certain platforms with weak memory models, the following code can result in some threads observing that the_type points to garbage
      38             :     static ::typelib_TypeDescriptionReference * the_type = 0;
      39             :     if (the_type == 0) {
      40             :         ::typelib_static_type_init(&the_type, typelib_TypeClass_STRUCT, "com.sun.star.geometry.Matrix2D");
      41             :     }
      42             :     return *reinterpret_cast< ::com::sun::star::uno::Type * >(&the_type);
      43             : }
      44             : 
      45             : } } } }
      46             : 
      47             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER css::geometry::Matrix2D const *) SAL_THROW(()) {
      48             :     return ::cppu::UnoType< css::geometry::Matrix2D >::get();
      49             : }
      50             : 
      51             : #endif // INCLUDED_COM_SUN_STAR_GEOMETRY_MATRIX2D_HPP

Generated by: LCOV version 1.10