LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/lang - IllegalArgumentException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 15 24 62.5 %
Date: 2012-12-27 Functions: 2 5 40.0 %
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           0 : inline IllegalArgumentException::IllegalArgumentException() SAL_THROW(())
      18             :     : css::uno::RuntimeException()
      19           0 :     , ArgumentPosition(0)
      20             : {
      21           0 :     ::cppu::UnoType< css::lang::IllegalArgumentException >::get();
      22           0 : }
      23             : 
      24           0 : inline IllegalArgumentException::IllegalArgumentException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< css::uno::XInterface >& Context_, const ::sal_Int16& ArgumentPosition_) SAL_THROW(())
      25             :     : css::uno::RuntimeException(Message_, Context_)
      26           0 :     , ArgumentPosition(ArgumentPosition_)
      27             : {
      28           0 :     ::cppu::UnoType< css::lang::IllegalArgumentException >::get();
      29           0 : }
      30             : 
      31             : IllegalArgumentException::IllegalArgumentException(IllegalArgumentException const & the_other): css::uno::RuntimeException(the_other), ArgumentPosition(the_other.ArgumentPosition) {}
      32             : 
      33           0 : IllegalArgumentException::~IllegalArgumentException() {}
      34             : 
      35             : IllegalArgumentException & IllegalArgumentException::operator =(IllegalArgumentException const & the_other) {
      36             :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      37             :     css::uno::RuntimeException::operator =(the_other);
      38             :     ArgumentPosition = the_other.ArgumentPosition;
      39             :     return *this;
      40             : }
      41             : 
      42             : } } } }
      43             : 
      44             : namespace com { namespace sun { namespace star { namespace lang { namespace detail {
      45             : 
      46             : struct theIllegalArgumentExceptionType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theIllegalArgumentExceptionType >
      47             : {
      48         263 :     ::com::sun::star::uno::Type * operator()() const
      49             :     {
      50         263 :         ::rtl::OUString sTypeName( "com.sun.star.lang.IllegalArgumentException" );
      51             : 
      52             :         // Start inline typedescription generation
      53         263 :         typelib_TypeDescription * pTD = 0;
      54         263 :         const ::com::sun::star::uno::Type& rSuperType = ::cppu::UnoType< css::uno::RuntimeException >::get();
      55             : 
      56             :         typelib_CompoundMember_Init aMembers[1];
      57         263 :         ::rtl::OUString sMemberType0( "short" );
      58         263 :         ::rtl::OUString sMemberName0( "ArgumentPosition" );
      59         263 :         aMembers[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_SHORT;
      60         263 :         aMembers[0].pTypeName = sMemberType0.pData;
      61         263 :         aMembers[0].pMemberName = sMemberName0.pData;
      62             : 
      63             :         typelib_typedescription_new(
      64             :             &pTD,
      65             :             (typelib_TypeClass)::com::sun::star::uno::TypeClass_EXCEPTION, sTypeName.pData,
      66             :             rSuperType.getTypeLibType(),
      67             :             1,
      68         263 :             aMembers );
      69             : 
      70         263 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      71             : 
      72         263 :         typelib_typedescription_release( pTD );
      73             :         // End inline typedescription generation
      74             : 
      75         263 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_EXCEPTION, sTypeName ); // leaked
      76             :     }
      77             : };
      78             : 
      79             : } } } } }
      80             : 
      81             : namespace com { namespace sun { namespace star { namespace lang {
      82             : 
      83         684 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::lang::IllegalArgumentException const *) {
      84         684 :     return *detail::theIllegalArgumentExceptionType::get();
      85             : }
      86             : 
      87             : } } } }
      88             : 
      89             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER css::lang::IllegalArgumentException const *) SAL_THROW(()) {
      90             :     return ::cppu::UnoType< css::lang::IllegalArgumentException >::get();
      91             : }
      92             : 
      93             : #endif // INCLUDED_COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP

Generated by: LCOV version 1.10