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

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_SCRIPT_DOCUMENTDIALOGLIBRARYCONTAINER_HPP
       2             : #define INCLUDED_COM_SUN_STAR_SCRIPT_DOCUMENTDIALOGLIBRARYCONTAINER_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include <cassert>
       7             : 
       8             : #include "com/sun/star/uno/RuntimeException.hpp"
       9             : #include "com/sun/star/uno/Exception.hpp"
      10             : #include "com/sun/star/uno/DeploymentException.hpp"
      11             : #include "com/sun/star/uno/XComponentContext.hpp"
      12             : #include "com/sun/star/script/XStorageBasedLibraryContainer.hpp"
      13             : #include "com/sun/star/document/XStorageBasedDocument.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             : 
      22             : namespace com { namespace sun { namespace star { namespace script {
      23             : 
      24             : class DocumentDialogLibraryContainer {
      25             : public:
      26         243 :     static ::com::sun::star::uno::Reference< css::script::XStorageBasedLibraryContainer > create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context, const ::com::sun::star::uno::Reference< css::document::XStorageBasedDocument >& Document) {
      27             :         assert(the_context.is());
      28         243 :         ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > the_arguments(1);
      29         243 :         the_arguments[0] <<= Document;
      30         243 :         ::com::sun::star::uno::Reference< css::script::XStorageBasedLibraryContainer > the_instance;
      31             :         try {
      32         243 :             the_instance = ::com::sun::star::uno::Reference< css::script::XStorageBasedLibraryContainer >(the_context->getServiceManager()->createInstanceWithArgumentsAndContext(::rtl::OUString( "com.sun.star.script.DocumentDialogLibraryContainer" ), 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( "component context fails to supply service com.sun.star.script.DocumentDialogLibraryContainer of type com.sun.star.script.XStorageBasedLibraryContainer: " ) + the_exception.Message, the_context);
      37             :         }
      38         243 :         if (!the_instance.is()) {
      39           0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.script.DocumentDialogLibraryContainer of type com.sun.star.script.XStorageBasedLibraryContainer" ), the_context);
      40             :         }
      41         243 :         return the_instance;
      42             :     }
      43             : 
      44             : private:
      45             :     DocumentDialogLibraryContainer(); // not implemented
      46             :     DocumentDialogLibraryContainer(DocumentDialogLibraryContainer &); // not implemented
      47             :     ~DocumentDialogLibraryContainer(); // not implemented
      48             :     void operator =(DocumentDialogLibraryContainer); // not implemented
      49             : };
      50             : 
      51             : } } } }
      52             : 
      53             : #endif // INCLUDED_COM_SUN_STAR_SCRIPT_DOCUMENTDIALOGLIBRARYCONTAINER_HPP

Generated by: LCOV version 1.10