LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/bridgetest/normal/test/testtools/bridgetest - TestElement.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 1 100.0 %
Date: 2012-08-25 Functions: 3 3 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_TEST_TESTTOOLS_BRIDGETEST_TESTELEMENT_HDL
       2                 :            : #define INCLUDED_TEST_TESTTOOLS_BRIDGETEST_TESTELEMENT_HDL
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
       7                 :            : #include "test/testtools/bridgetest/TestSimple.hdl"
       8                 :            : #include "com/sun/star/uno/Any.h"
       9                 :            : #include "com/sun/star/uno/Reference.h"
      10                 :            : #include "cppu/macros.hxx"
      11                 :            : #include "rtl/ustring.hxx"
      12                 :            : 
      13                 :            : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      14                 :            : 
      15                 :            : namespace test { namespace testtools { namespace bridgetest {
      16                 :            : 
      17                 :            : #ifdef SAL_W32
      18                 :            : #   pragma pack(push, 8)
      19                 :            : #endif
      20                 :            : 
      21                 :        111 : struct TestElement: public ::test::testtools::bridgetest::TestSimple {
      22                 :            :     inline TestElement() SAL_THROW(());
      23                 :            : 
      24                 :            :     inline TestElement(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< ::com::sun::star::uno::XInterface >& Interface_, const ::com::sun::star::uno::Any& Any_) SAL_THROW(());
      25                 :            : 
      26                 :            :     ::rtl::OUString String CPPU_GCC3_ALIGN(::test::testtools::bridgetest::TestSimple);
      27                 :            :     ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > Interface;
      28                 :            :     ::com::sun::star::uno::Any Any;
      29                 :            : };
      30                 :            : 
      31                 :            : #ifdef SAL_W32
      32                 :            : #   pragma pack(pop)
      33                 :            : #endif
      34                 :            : 
      35                 :            : 
      36                 :            : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::test::testtools::bridgetest::TestElement const *);
      37                 :            : } } }
      38                 :            : 
      39                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::test::testtools::bridgetest::TestElement *) SAL_THROW(());
      40                 :            : 
      41                 :            : #endif

Generated by: LCOV version 1.10