LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/udkapi/com/sun/star/script - BasicErrorException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 8 11 72.7 %
Date: 2012-08-25 Functions: 3 4 75.0 %
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_SCRIPT_BASICERROREXCEPTION_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_SCRIPT_BASICERROREXCEPTION_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/script/BasicErrorException.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/ustring.hxx"
      13                 :            : #include "rtl/instance.hxx"
      14                 :            : #include "sal/types.h"
      15                 :            : 
      16                 :            : namespace com { namespace sun { namespace star { namespace script {
      17                 :            : 
      18                 :          8 : inline BasicErrorException::BasicErrorException() SAL_THROW(())
      19                 :            :     : ::com::sun::star::uno::Exception()
      20                 :            :     , ErrorCode(0)
      21                 :          8 :     , ErrorMessageArgument()
      22                 :          8 : { }
      23                 :            : 
      24                 :          0 : inline BasicErrorException::BasicErrorException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& Context_, const ::sal_Int32& ErrorCode_, const ::rtl::OUString& ErrorMessageArgument_) SAL_THROW(())
      25                 :            :     : ::com::sun::star::uno::Exception(Message_, Context_)
      26                 :            :     , ErrorCode(ErrorCode_)
      27                 :          0 :     , ErrorMessageArgument(ErrorMessageArgument_)
      28                 :          0 : { }
      29                 :            : 
      30                 :            : BasicErrorException::BasicErrorException(BasicErrorException const & the_other): ::com::sun::star::uno::Exception(the_other), ErrorCode(the_other.ErrorCode), ErrorMessageArgument(the_other.ErrorMessageArgument) {}
      31                 :            : 
      32                 :          8 : BasicErrorException::~BasicErrorException() {}
      33                 :            : 
      34                 :            : BasicErrorException & BasicErrorException::operator =(BasicErrorException const & the_other) {
      35                 :            :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      36                 :            :     ::com::sun::star::uno::Exception::operator =(the_other);
      37                 :            :     ErrorCode = the_other.ErrorCode;
      38                 :            :     ErrorMessageArgument = the_other.ErrorMessageArgument;
      39                 :            :     return *this;
      40                 :            : }
      41                 :            : 
      42                 :            : } } } }
      43                 :            : 
      44                 :            : namespace com { namespace sun { namespace star { namespace script {
      45                 :            : 
      46                 :          8 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::script::BasicErrorException const *) {
      47                 :            :     static typelib_TypeDescriptionReference * the_type = 0;
      48         [ +  + ]:          8 :     if ( !the_type )
      49                 :            :     {
      50                 :          2 :         typelib_static_type_init( &the_type, typelib_TypeClass_EXCEPTION, "com.sun.star.script.BasicErrorException" );
      51                 :            :     }
      52                 :          8 :     return * reinterpret_cast< ::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::script::BasicErrorException const *) SAL_THROW(()) {
      58                 :            :     return ::cppu::UnoType< ::com::sun::star::script::BasicErrorException >::get();
      59                 :            : }
      60                 :            : 
      61                 :            : #endif // INCLUDED_COM_SUN_STAR_SCRIPT_BASICERROREXCEPTION_HPP

Generated by: LCOV version 1.10