LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/udkapi/com/sun/star/lang - IllegalArgumentException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 12 14 85.7 %
Date: 2012-12-17 Functions: 5 6 83.3 %
Legend: Lines: hit not hit

          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/RuntimeException.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        4039 : inline IllegalArgumentException::IllegalArgumentException() SAL_THROW(())
      18             :     : css::uno::RuntimeException()
      19        4039 :     , ArgumentPosition(0)
      20        4039 : { }
      21             : 
      22          44 : inline IllegalArgumentException::IllegalArgumentException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< css::uno::XInterface >& Context_, const ::sal_Int16& ArgumentPosition_) SAL_THROW(())
      23             :     : css::uno::RuntimeException(Message_, Context_)
      24          44 :     , ArgumentPosition(ArgumentPosition_)
      25          44 : { }
      26             : 
      27           2 : IllegalArgumentException::IllegalArgumentException(IllegalArgumentException const & the_other): css::uno::RuntimeException(the_other), ArgumentPosition(the_other.ArgumentPosition) {}
      28             : 
      29        4085 : 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             :     css::uno::RuntimeException::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        3989 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::lang::IllegalArgumentException const *) {
      43             :     static typelib_TypeDescriptionReference * the_type = 0;
      44        3989 :     if ( !the_type )
      45             :     {
      46        1570 :         typelib_static_type_init( &the_type, typelib_TypeClass_EXCEPTION, "com.sun.star.lang.IllegalArgumentException" );
      47             :     }
      48        3989 :     return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
      49             : }
      50             : 
      51             : } } } }
      52             : 
      53           0 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER css::lang::IllegalArgumentException const *) SAL_THROW(()) {
      54           0 :     return ::cppu::UnoType< css::lang::IllegalArgumentException >::get();
      55             : }
      56             : 
      57             : #endif // INCLUDED_COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP

Generated by: LCOV version 1.10