LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/offapi/com/sun/star/drawing/framework - ModuleController.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_DRAWING_FRAMEWORK_MODULECONTROLLER_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_DRAWING_FRAMEWORK_MODULECONTROLLER_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/drawing/framework/XModuleController.hpp"
      12                 :            : #include "com/sun/star/frame/XController.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 drawing { namespace framework {
      21                 :            : 
      22                 :            : class ModuleController {
      23                 :            : public:
      24                 :        130 :     static ::com::sun::star::uno::Reference< ::com::sun::star::drawing::framework::XModuleController > create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & the_context, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >& xController) {
      25 [ +  - ][ +  - ]:        130 :         ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiComponentFactory > the_factory(the_context->getServiceManager());
      26         [ -  + ]:        130 :         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         [ +  - ]:        130 :         ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > the_arguments(1);
      30 [ +  - ][ +  - ]:        130 :         the_arguments[0] <<= xController;
      31                 :        130 :         ::com::sun::star::uno::Reference< ::com::sun::star::drawing::framework::XModuleController > the_instance;
      32                 :            :         try {
      33 [ +  - ][ +  - ]:        130 :             the_instance = ::com::sun::star::uno::Reference< ::com::sun::star::drawing::framework::XModuleController >(the_factory->createInstanceWithArgumentsAndContext(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.framework.ModuleController")), the_arguments, the_context), ::com::sun::star::uno::UNO_QUERY);
         [ +  - ][ +  - ]
                 [ +  - ]
      34                 :          0 :         } catch (::com::sun::star::uno::RuntimeException &) {
      35                 :          0 :             throw;
      36      [ #  #  # ]:          0 :         } catch (::com::sun::star::uno::Exception & the_exception) {
      37   [ #  #  #  # ]:          0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("component context fails to supply service com.sun.star.drawing.framework.ModuleController of type com.sun.star.drawing.framework.XModuleController: ")) + the_exception.Message, the_context);
      38                 :            :         }
      39         [ -  + ]:        130 :         if (!the_instance.is()) {
      40 [ #  # ][ #  # ]:          0 :             throw ::com::sun::star::uno::DeploymentException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("component context fails to supply service com.sun.star.drawing.framework.ModuleController of type com.sun.star.drawing.framework.XModuleController")), the_context);
      41                 :            :         }
      42         [ +  - ]:        130 :         return the_instance;
      43                 :            :     }
      44                 :            : 
      45                 :            : private:
      46                 :            :     ModuleController(); // not implemented
      47                 :            :     ModuleController(ModuleController &); // not implemented
      48                 :            :     ~ModuleController(); // not implemented
      49                 :            :     void operator =(ModuleController); // not implemented
      50                 :            : };
      51                 :            : 
      52                 :            : } } } } }
      53                 :            : 
      54                 :            : #endif // INCLUDED_COM_SUN_STAR_DRAWING_FRAMEWORK_MODULECONTROLLER_HPP

Generated by: LCOV version 1.10