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

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

Generated by: LCOV version 1.10