LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/xml/sax - SAXException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 16 16 100.0 %
Date: 2012-12-27 Functions: 6 6 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_XML_SAX_SAXEXCEPTION_HPP
       2             : #define INCLUDED_COM_SUN_STAR_XML_SAX_SAXEXCEPTION_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/xml/sax/SAXException.hdl"
       7             : 
       8             : #include "com/sun/star/uno/Exception.hpp"
       9             : #include "com/sun/star/uno/Any.hxx"
      10             : #include "com/sun/star/uno/Type.hxx"
      11             : #include "cppu/unotype.hxx"
      12             : #include "osl/mutex.hxx"
      13             : #include "rtl/instance.hxx"
      14             : 
      15             : namespace com { namespace sun { namespace star { namespace xml { namespace sax {
      16             : 
      17        2572 : inline SAXException::SAXException() SAL_THROW(())
      18             :     : css::uno::Exception()
      19        2572 :     , WrappedException()
      20        2572 : { }
      21             : 
      22          19 : inline SAXException::SAXException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< css::uno::XInterface >& Context_, const ::com::sun::star::uno::Any& WrappedException_) SAL_THROW(())
      23             :     : css::uno::Exception(Message_, Context_)
      24          19 :     , WrappedException(WrappedException_)
      25          19 : { }
      26             : 
      27           3 : SAXException::SAXException(SAXException const & the_other): css::uno::Exception(the_other), WrappedException(the_other.WrappedException) {}
      28             : 
      29        2594 : SAXException::~SAXException() {}
      30             : 
      31         957 : SAXException & SAXException::operator =(SAXException const & the_other) {
      32             :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      33         957 :     css::uno::Exception::operator =(the_other);
      34         957 :     WrappedException = the_other.WrappedException;
      35         957 :     return *this;
      36             : }
      37             : 
      38             : } } } } }
      39             : 
      40             : namespace com { namespace sun { namespace star { namespace xml { namespace sax {
      41             : 
      42           2 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::xml::sax::SAXException const *) {
      43             :     static typelib_TypeDescriptionReference * the_type = 0;
      44           2 :     if ( !the_type )
      45             :     {
      46           1 :         typelib_static_type_init( &the_type, typelib_TypeClass_EXCEPTION, "com.sun.star.xml.sax.SAXException" );
      47             :     }
      48           2 :     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 css::xml::sax::SAXException const *) SAL_THROW(()) {
      54             :     return ::cppu::UnoType< css::xml::sax::SAXException >::get();
      55             : }
      56             : 
      57             : #endif // INCLUDED_COM_SUN_STAR_XML_SAX_SAXEXCEPTION_HPP

Generated by: LCOV version 1.10