LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/bridgetest/normal/test/testtools/bridgetest - BadConstructorArguments.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 4 0.0 %
Date: 2012-08-25 Functions: 0 2 0.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_BADCONSTRUCTORARGUMENTS_HPP
       2                 :            : #define INCLUDED_TEST_TESTTOOLS_BRIDGETEST_BADCONSTRUCTORARGUMENTS_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "test/testtools/bridgetest/BadConstructorArguments.hdl"
       7                 :            : 
       8                 :            : #include "com/sun/star/uno/Exception.hpp"
       9                 :            : #include "com/sun/star/uno/Type.hxx"
      10                 :            : #include "cppu/unotype.hxx"
      11                 :            : #include "osl/mutex.hxx"
      12                 :            : #include "rtl/instance.hxx"
      13                 :            : 
      14                 :            : namespace test { namespace testtools { namespace bridgetest {
      15                 :            : 
      16                 :          0 : inline BadConstructorArguments::BadConstructorArguments() SAL_THROW(())
      17                 :          0 :     : ::com::sun::star::uno::Exception()
      18                 :          0 : { }
      19                 :            : 
      20                 :            : inline BadConstructorArguments::BadConstructorArguments(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& Context_) SAL_THROW(())
      21                 :            :     : ::com::sun::star::uno::Exception(Message_, Context_)
      22                 :            : { }
      23                 :            : 
      24                 :            : BadConstructorArguments::BadConstructorArguments(BadConstructorArguments const & the_other): ::com::sun::star::uno::Exception(the_other) {}
      25                 :            : 
      26                 :          0 : BadConstructorArguments::~BadConstructorArguments() {}
      27                 :            : 
      28                 :            : BadConstructorArguments & BadConstructorArguments::operator =(BadConstructorArguments const & the_other) {
      29                 :            :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      30                 :            :     ::com::sun::star::uno::Exception::operator =(the_other);
      31                 :            :     return *this;
      32                 :            : }
      33                 :            : 
      34                 :            : } } }
      35                 :            : 
      36                 :            : namespace test { namespace testtools { namespace bridgetest {
      37                 :            : 
      38                 :            : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::test::testtools::bridgetest::BadConstructorArguments const *) {
      39                 :            :     static typelib_TypeDescriptionReference * the_type = 0;
      40                 :            :     if ( !the_type )
      41                 :            :     {
      42                 :            :         typelib_static_type_init( &the_type, typelib_TypeClass_EXCEPTION, "test.testtools.bridgetest.BadConstructorArguments" );
      43                 :            :     }
      44                 :            :     return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
      45                 :            : }
      46                 :            : 
      47                 :            : } } }
      48                 :            : 
      49                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::test::testtools::bridgetest::BadConstructorArguments const *) SAL_THROW(()) {
      50                 :            :     return ::cppu::UnoType< ::test::testtools::bridgetest::BadConstructorArguments >::get();
      51                 :            : }
      52                 :            : 
      53                 :            : #endif // INCLUDED_TEST_TESTTOOLS_BRIDGETEST_BADCONSTRUCTORARGUMENTS_HPP

Generated by: LCOV version 1.10