LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/offapi/com/sun/star/configuration - ReadWriteAccess.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 9 15 60.0 %
Date: 2012-08-25 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 13 41 31.7 %

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_CONFIGURATION_READWRITEACCESS_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_CONFIGURATION_READWRITEACCESS_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/uno/RuntimeException.hpp"
       7                 :            : #include "com/sun/star/uno/Exception.hpp"
       8                 :            : #include "com/sun/star/uno/DeploymentException.hpp"
       9                 :            : #include "com/sun/star/uno/XComponentContext.hpp"
      10                 :            : #include "com/sun/star/lang/XMultiComponentFactory.hpp"
      11                 :            : #include "com/sun/star/configuration/XReadWriteAccess.hpp"
      12                 :            : #include "com/sun/star/uno/Any.hxx"
      13                 :            : #include "com/sun/star/uno/Reference.hxx"
      14                 :            : #include "com/sun/star/uno/Sequence.hxx"
      15                 :            : #include "cppu/unotype.hxx"
      16                 :            : #include "rtl/ustring.h"
      17                 :            : #include "rtl/ustring.hxx"
      18                 :            : 
      19                 :            : namespace com { namespace sun { namespace star { namespace configuration {
      20                 :            : 
      21                 :            : class ReadWriteAccess {
      22                 :            : public:
      23                 :       2359 :     static ::com::sun::star::uno::Reference< ::com::sun::star::configuration::XReadWriteAccess > create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context, const ::rtl::OUString& locale) {
      24 [ +  - ][ +  - ]:       2359 :         ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiComponentFactory > the_factory(the_context->getServiceManager());
      25         [ -  + ]:       2359 :         if (!the_factory.is()) {
      26 [ #  # ][ #  # ]:          0 :             throw com::sun::star::uno::DeploymentException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("component context fails to supply service manager")), the_context);
      27                 :            :         }
      28         [ +  - ]:       2359 :         ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > the_arguments(1);
      29 [ +  - ][ +  - ]:       2359 :         the_arguments[0] <<= locale;
      30                 :       2359 :         ::com::sun::star::uno::Reference< ::com::sun::star::configuration::XReadWriteAccess > the_instance;
      31                 :            :         try {
      32 [ +  - ][ +  - ]:       2359 :             the_instance = ::com::sun::star::uno::Reference< ::com::sun::star::configuration::XReadWriteAccess >(the_factory->createInstanceWithArgumentsAndContext(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ReadWriteAccess")), the_arguments, the_context), ::com::sun::star::uno::UNO_QUERY);
         [ +  - ][ +  - ]
                 [ +  - ]
      33                 :          0 :         } catch (::com::sun::star::uno::RuntimeException &) {
      34                 :          0 :             throw;
      35      [ #  #  # ]:          0 :         } catch (::com::sun::star::uno::Exception & the_exception) {
      36   [ #  #  #  # ]:          0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("component context fails to supply service com.sun.star.configuration.ReadWriteAccess of type com.sun.star.configuration.XReadWriteAccess: ")) + the_exception.Message, the_context);
      37                 :            :         }
      38         [ -  + ]:       2359 :         if (!the_instance.is()) {
      39 [ #  # ][ #  # ]:          0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("component context fails to supply service com.sun.star.configuration.ReadWriteAccess of type com.sun.star.configuration.XReadWriteAccess")), the_context);
      40                 :            :         }
      41         [ +  - ]:       2359 :         return the_instance;
      42                 :            :     }
      43                 :            : 
      44                 :            : private:
      45                 :            :     ReadWriteAccess(); // not implemented
      46                 :            :     ReadWriteAccess(ReadWriteAccess &); // not implemented
      47                 :            :     ~ReadWriteAccess(); // not implemented
      48                 :            :     void operator =(ReadWriteAccess); // not implemented
      49                 :            : };
      50                 :            : 
      51                 :            : } } } }
      52                 :            : 
      53                 :            : #endif // INCLUDED_COM_SUN_STAR_CONFIGURATION_READWRITEACCESS_HPP

Generated by: LCOV version 1.10