LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/offapi/com/sun/star/ucb - NameClashException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 9 12 75.0 %
Date: 2012-08-25 Functions: 4 5 80.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_UCB_NAMECLASHEXCEPTION_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_UCB_NAMECLASHEXCEPTION_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/ucb/NameClashException.hdl"
       7                 :            : 
       8                 :            : #include "com/sun/star/task/ClassifiedInteractionRequest.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                 :            : 
      15                 :            : namespace com { namespace sun { namespace star { namespace ucb {
      16                 :            : 
      17                 :       2179 : inline NameClashException::NameClashException() SAL_THROW(())
      18                 :            :     : ::com::sun::star::task::ClassifiedInteractionRequest()
      19                 :       2179 :     , Name()
      20                 :       2179 : { }
      21                 :            : 
      22                 :          0 : inline NameClashException::NameClashException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& Context_, const ::com::sun::star::task::InteractionClassification& Classification_, const ::rtl::OUString& Name_) SAL_THROW(())
      23                 :            :     : ::com::sun::star::task::ClassifiedInteractionRequest(Message_, Context_, Classification_)
      24                 :          0 :     , Name(Name_)
      25                 :          0 : { }
      26                 :            : 
      27                 :         75 : NameClashException::NameClashException(NameClashException const & the_other): ::com::sun::star::task::ClassifiedInteractionRequest(the_other), Name(the_other.Name) {}
      28                 :            : 
      29                 :       2254 : NameClashException::~NameClashException() {}
      30                 :            : 
      31                 :            : NameClashException & NameClashException::operator =(NameClashException const & the_other) {
      32                 :            :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      33                 :            :     ::com::sun::star::task::ClassifiedInteractionRequest::operator =(the_other);
      34                 :            :     Name = the_other.Name;
      35                 :            :     return *this;
      36                 :            : }
      37                 :            : 
      38                 :            : } } } }
      39                 :            : 
      40                 :            : namespace com { namespace sun { namespace star { namespace ucb {
      41                 :            : 
      42                 :       2104 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::ucb::NameClashException const *) {
      43                 :            :     static typelib_TypeDescriptionReference * the_type = 0;
      44         [ +  + ]:       2104 :     if ( !the_type )
      45                 :            :     {
      46                 :         79 :         typelib_static_type_init( &the_type, typelib_TypeClass_EXCEPTION, "com.sun.star.ucb.NameClashException" );
      47                 :            :     }
      48                 :       2104 :     return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
      49                 :            : }
      50                 :            : 
      51                 :            : } } } }
      52                 :            : 
      53                 :            : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::ucb::NameClashException const *) SAL_THROW(()) {
      54                 :            :     return ::cppu::UnoType< ::com::sun::star::ucb::NameClashException >::get();
      55                 :            : }
      56                 :            : 
      57                 :            : #endif // INCLUDED_COM_SUN_STAR_UCB_NAMECLASHEXCEPTION_HPP

Generated by: LCOV version 1.10