LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/bridgetest/normal/test/testtools/bridgetest - TestDataElements.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 7 7 100.0 %
Date: 2012-12-27 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_TEST_TESTTOOLS_BRIDGETEST_TESTDATAELEMENTS_HPP
       2             : #define INCLUDED_TEST_TESTTOOLS_BRIDGETEST_TESTDATAELEMENTS_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "test/testtools/bridgetest/TestDataElements.hdl"
       7             : 
       8             : #include "test/testtools/bridgetest/TestElement.hpp"
       9             : #include "com/sun/star/uno/Sequence.hxx"
      10             : #include "com/sun/star/uno/Type.hxx"
      11             : #include "cppu/unotype.hxx"
      12             : #include "sal/types.h"
      13             : #include "typelib/typeclass.h"
      14             : #include "typelib/typedescription.h"
      15             : 
      16             : namespace test { namespace testtools { namespace bridgetest {
      17             : 
      18          11 : inline TestDataElements::TestDataElements() SAL_THROW(())
      19             :     : ::test::testtools::bridgetest::TestElement()
      20          11 :     , Sequence()
      21             : {
      22          11 : }
      23             : 
      24             : inline TestDataElements::TestDataElements(const ::sal_Bool& Bool_, const ::sal_Unicode& Char_, const ::sal_Int8& Byte_, const ::sal_Int16& Short_, const ::sal_uInt16& UShort_, const ::sal_Int32& Long_, const ::sal_uInt32& ULong_, const ::sal_Int64& Hyper_, const ::sal_uInt64& UHyper_, const float& Float_, const double& Double_, const ::test::testtools::bridgetest::TestEnum& Enum_, const ::rtl::OUString& String_, const ::com::sun::star::uno::Reference< css::uno::XInterface >& Interface_, const ::com::sun::star::uno::Any& Any_, const ::com::sun::star::uno::Sequence< ::test::testtools::bridgetest::TestElement >& Sequence_) SAL_THROW(())
      25             :     : ::test::testtools::bridgetest::TestElement(Bool_, Char_, Byte_, Short_, UShort_, Long_, ULong_, Hyper_, UHyper_, Float_, Double_, Enum_, String_, Interface_, Any_)
      26             :     , Sequence(Sequence_)
      27             : {
      28             : }
      29             : 
      30             : } } }
      31             : 
      32             : namespace test { namespace testtools { namespace bridgetest {
      33             : 
      34           1 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::test::testtools::bridgetest::TestDataElements 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           1 :     if (the_type == 0) {
      38           1 :         ::typelib_static_type_init(&the_type, typelib_TypeClass_STRUCT, "test.testtools.bridgetest.TestDataElements");
      39             :     }
      40           1 :     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 ::test::testtools::bridgetest::TestDataElements const *) SAL_THROW(()) {
      46             :     return ::cppu::UnoType< ::test::testtools::bridgetest::TestDataElements >::get();
      47             : }
      48             : 
      49             : #endif // INCLUDED_TEST_TESTTOOLS_BRIDGETEST_TESTDATAELEMENTS_HPP

Generated by: LCOV version 1.10