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

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

Generated by: LCOV version 1.10