LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/bootstrap/bootstrap/com/sun/star/lang - IllegalArgumentException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 6 10 60.0 %
Date: 2012-08-25 Functions: 1 3 33.3 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 2 2 100.0 %

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/lang/IllegalArgumentException.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                 :            : #include "sal/types.h"
      14                 :            : 
      15                 :            : namespace com { namespace sun { namespace star { namespace lang {
      16                 :            : 
      17                 :            : inline IllegalArgumentException::IllegalArgumentException() SAL_THROW(())
      18                 :            :     : ::com::sun::star::uno::Exception()
      19                 :            :     , ArgumentPosition(0)
      20                 :            : { }
      21                 :            : 
      22                 :          0 : inline IllegalArgumentException::IllegalArgumentException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& Context_, const ::sal_Int16& ArgumentPosition_) SAL_THROW(())
      23                 :            :     : ::com::sun::star::uno::Exception(Message_, Context_)
      24                 :          0 :     , ArgumentPosition(ArgumentPosition_)
      25                 :          0 : { }
      26                 :            : 
      27                 :            : IllegalArgumentException::IllegalArgumentException(IllegalArgumentException const & the_other): ::com::sun::star::uno::Exception(the_other), ArgumentPosition(the_other.ArgumentPosition) {}
      28                 :            : 
      29                 :          0 : IllegalArgumentException::~IllegalArgumentException() {}
      30                 :            : 
      31                 :            : IllegalArgumentException & IllegalArgumentException::operator =(IllegalArgumentException const & the_other) {
      32                 :            :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      33                 :            :     ::com::sun::star::uno::Exception::operator =(the_other);
      34                 :            :     ArgumentPosition = the_other.ArgumentPosition;
      35                 :            :     return *this;
      36                 :            : }
      37                 :            : 
      38                 :            : } } } }
      39                 :            : 
      40                 :            : namespace com { namespace sun { namespace star { namespace lang {
      41                 :            : 
      42                 :       1484 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::lang::IllegalArgumentException const *) {
      43                 :            :     static typelib_TypeDescriptionReference * the_type = 0;
      44         [ +  + ]:       1484 :     if ( !the_type )
      45                 :            :     {
      46                 :            :         typelib_TypeDescriptionReference * aMemberRefs[1];
      47                 :        742 :         const ::com::sun::star::uno::Type& rMemberType_short = ::cppu::UnoType< ::sal_Int16 >::get();
      48                 :        742 :         aMemberRefs[0] = rMemberType_short.getTypeLibType();
      49                 :            : 
      50                 :        742 :         typelib_static_compound_type_init( &the_type, typelib_TypeClass_EXCEPTION, "com.sun.star.lang.IllegalArgumentException", * ::typelib_static_type_getByTypeClass( typelib_TypeClass_EXCEPTION ), 1,  aMemberRefs );
      51                 :            :     }
      52                 :       1484 :     return * reinterpret_cast< const ::com::sun::star::uno::Type * >( &the_type );
      53                 :            : }
      54                 :            : 
      55                 :            : } } } }
      56                 :            : 
      57                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::lang::IllegalArgumentException const *) SAL_THROW(()) {
      58                 :            :     return ::cppu::UnoType< ::com::sun::star::lang::IllegalArgumentException >::get();
      59                 :            : }
      60                 :            : 
      61                 :            : #endif // INCLUDED_COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP

Generated by: LCOV version 1.10