LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/registry - CannotRegisterImplementationException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 10 15 66.7 %
Date: 2012-08-25 Functions: 2 4 50.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 1 4 25.0 %

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_REGISTRY_CANNOTREGISTERIMPLEMENTATIONEXCEPTION_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_REGISTRY_CANNOTREGISTERIMPLEMENTATIONEXCEPTION_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/registry/CannotRegisterImplementationException.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                 :            : 
      14                 :            : namespace com { namespace sun { namespace star { namespace registry {
      15                 :            : 
      16                 :            : inline CannotRegisterImplementationException::CannotRegisterImplementationException() SAL_THROW(())
      17                 :            :     : ::com::sun::star::uno::Exception()
      18                 :            : {
      19                 :            :     ::cppu::UnoType< ::com::sun::star::registry::CannotRegisterImplementationException >::get();
      20                 :            : }
      21                 :            : 
      22                 :          0 : inline CannotRegisterImplementationException::CannotRegisterImplementationException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& Context_) SAL_THROW(())
      23                 :          0 :     : ::com::sun::star::uno::Exception(Message_, Context_)
      24                 :            : {
      25         [ #  # ]:          0 :     ::cppu::UnoType< ::com::sun::star::registry::CannotRegisterImplementationException >::get();
      26                 :          0 : }
      27                 :            : 
      28                 :            : CannotRegisterImplementationException::CannotRegisterImplementationException(CannotRegisterImplementationException const & the_other): ::com::sun::star::uno::Exception(the_other) {}
      29                 :            : 
      30                 :          0 : CannotRegisterImplementationException::~CannotRegisterImplementationException() {}
      31                 :            : 
      32                 :            : CannotRegisterImplementationException & CannotRegisterImplementationException::operator =(CannotRegisterImplementationException const & the_other) {
      33                 :            :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      34                 :            :     ::com::sun::star::uno::Exception::operator =(the_other);
      35                 :            :     return *this;
      36                 :            : }
      37                 :            : 
      38                 :            : } } } }
      39                 :            : 
      40                 :            : namespace com { namespace sun { namespace star { namespace registry { namespace detail {
      41                 :            : 
      42                 :            : struct theCannotRegisterImplementationExceptionType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theCannotRegisterImplementationExceptionType >
      43                 :            : {
      44                 :        449 :     ::com::sun::star::uno::Type * operator()() const
      45                 :            :     {
      46         [ +  - ]:        449 :         ::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.CannotRegisterImplementationException") );
      47                 :            : 
      48                 :            :         // Start inline typedescription generation
      49                 :        449 :         typelib_TypeDescription * pTD = 0;
      50                 :        449 :         const ::com::sun::star::uno::Type& rSuperType = ::cppu::UnoType< ::com::sun::star::uno::Exception >::get();
      51                 :            : 
      52                 :            :         typelib_typedescription_new(
      53                 :            :             &pTD,
      54                 :            :             (typelib_TypeClass)::com::sun::star::uno::TypeClass_EXCEPTION, sTypeName.pData,
      55                 :            :             rSuperType.getTypeLibType(),
      56                 :            :             0,
      57                 :        449 :             0 );
      58                 :            : 
      59                 :        449 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      60                 :            : 
      61                 :        449 :         typelib_typedescription_release( pTD );
      62                 :            :         // End inline typedescription generation
      63                 :            : 
      64                 :        449 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_EXCEPTION, sTypeName ); // leaked
      65                 :            :     }
      66                 :            : };
      67                 :            : 
      68                 :            : } } } } }
      69                 :            : 
      70                 :            : namespace com { namespace sun { namespace star { namespace registry {
      71                 :            : 
      72                 :        449 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::registry::CannotRegisterImplementationException const *) {
      73                 :        449 :     return *detail::theCannotRegisterImplementationExceptionType::get();
      74                 :            : }
      75                 :            : 
      76                 :            : } } } }
      77                 :            : 
      78                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::registry::CannotRegisterImplementationException const *) SAL_THROW(()) {
      79                 :            :     return ::cppu::UnoType< ::com::sun::star::registry::CannotRegisterImplementationException >::get();
      80                 :            : }
      81                 :            : 
      82                 :            : #endif // INCLUDED_COM_SUN_STAR_REGISTRY_CANNOTREGISTERIMPLEMENTATIONEXCEPTION_HPP

Generated by: LCOV version 1.10