LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/udkapi/com/sun/star/script - CannotConvertException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 14 0.0 %
Date: 2012-12-27 Functions: 0 6 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_SCRIPT_CANNOTCONVERTEXCEPTION_HPP
       2             : #define INCLUDED_COM_SUN_STAR_SCRIPT_CANNOTCONVERTEXCEPTION_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/script/CannotConvertException.hdl"
       7             : 
       8             : #include "com/sun/star/uno/Exception.hpp"
       9             : #include "com/sun/star/uno/TypeClass.hpp"
      10             : #include "com/sun/star/uno/Type.hxx"
      11             : #include "cppu/unotype.hxx"
      12             : #include "osl/mutex.hxx"
      13             : #include "rtl/instance.hxx"
      14             : #include "sal/types.h"
      15             : 
      16             : namespace com { namespace sun { namespace star { namespace script {
      17             : 
      18           0 : inline CannotConvertException::CannotConvertException() SAL_THROW(())
      19             :     : css::uno::Exception()
      20             :     , DestinationTypeClass(css::uno::TypeClass_VOID)
      21             :     , Reason(0)
      22           0 :     , ArgumentIndex(0)
      23           0 : { }
      24             : 
      25           0 : inline CannotConvertException::CannotConvertException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< css::uno::XInterface >& Context_, const css::uno::TypeClass& DestinationTypeClass_, const ::sal_Int32& Reason_, const ::sal_Int32& ArgumentIndex_) SAL_THROW(())
      26             :     : css::uno::Exception(Message_, Context_)
      27             :     , DestinationTypeClass(DestinationTypeClass_)
      28             :     , Reason(Reason_)
      29           0 :     , ArgumentIndex(ArgumentIndex_)
      30           0 : { }
      31             : 
      32           0 : CannotConvertException::CannotConvertException(CannotConvertException const & the_other): css::uno::Exception(the_other), DestinationTypeClass(the_other.DestinationTypeClass), Reason(the_other.Reason), ArgumentIndex(the_other.ArgumentIndex) {}
      33             : 
      34           0 : CannotConvertException::~CannotConvertException() {}
      35             : 
      36             : CannotConvertException & CannotConvertException::operator =(CannotConvertException const & the_other) {
      37             :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      38             :     css::uno::Exception::operator =(the_other);
      39             :     DestinationTypeClass = the_other.DestinationTypeClass;
      40             :     Reason = the_other.Reason;
      41             :     ArgumentIndex = the_other.ArgumentIndex;
      42             :     return *this;
      43             : }
      44             : 
      45             : } } } }
      46             : 
      47             : namespace com { namespace sun { namespace star { namespace script {
      48             : 
      49           0 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::script::CannotConvertException const *) {
      50             :     static typelib_TypeDescriptionReference * the_type = 0;
      51           0 :     if ( !the_type )
      52             :     {
      53           0 :         typelib_static_type_init( &the_type, typelib_TypeClass_EXCEPTION, "com.sun.star.script.CannotConvertException" );
      54             :     }
      55           0 :     return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
      56             : }
      57             : 
      58             : } } } }
      59             : 
      60           0 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER css::script::CannotConvertException const *) SAL_THROW(()) {
      61           0 :     return ::cppu::UnoType< css::script::CannotConvertException >::get();
      62             : }
      63             : 
      64             : #endif // INCLUDED_COM_SUN_STAR_SCRIPT_CANNOTCONVERTEXCEPTION_HPP

Generated by: LCOV version 1.10