LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/offapi/com/sun/star/resource - StringResourceWithLocation.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 22 0.0 %
Date: 2012-08-25 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

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

Generated by: LCOV version 1.10