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

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

Generated by: LCOV version 1.10