LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/bootstrap/bootstrap/com/sun/star/lang - XInitialization.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 43 43 100.0 %
Date: 2012-08-25 Functions: 4 4 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 17 32 53.1 %

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_LANG_XINITIALIZATION_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_LANG_XINITIALIZATION_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/lang/XInitialization.hdl"
       7                 :            : 
       8                 :            : #include "com/sun/star/uno/XInterface.hpp"
       9                 :            : #include "com/sun/star/uno/Exception.hpp"
      10                 :            : #include "com/sun/star/uno/RuntimeException.hpp"
      11                 :            : #include "com/sun/star/uno/Any.hxx"
      12                 :            : #include "com/sun/star/uno/Reference.hxx"
      13                 :            : #include "com/sun/star/uno/Sequence.hxx"
      14                 :            : #include "com/sun/star/uno/Type.hxx"
      15                 :            : #include "cppu/unotype.hxx"
      16                 :            : #include "osl/mutex.hxx"
      17                 :            : #include "rtl/instance.hxx"
      18                 :            : 
      19                 :            : namespace com { namespace sun { namespace star { namespace lang { namespace detail {
      20                 :            : 
      21                 :            : struct theXInitializationType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXInitializationType >
      22                 :            : {
      23                 :        742 :     ::com::sun::star::uno::Type * operator()() const
      24                 :            :     {
      25         [ +  - ]:        742 :         ::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.lang.XInitialization") );
      26                 :            : 
      27                 :            :         // Start inline typedescription generation
      28                 :        742 :         typelib_InterfaceTypeDescription * pTD = 0;
      29                 :            : 
      30                 :            :         typelib_TypeDescriptionReference * aSuperTypes[1];
      31         [ +  - ]:        742 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >::get().getTypeLibType();
      32                 :        742 :         typelib_TypeDescriptionReference * pMembers[1] = { 0 };
      33         [ +  - ]:        742 :         ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.lang.XInitialization::initialize") );
      34                 :            :         typelib_typedescriptionreference_new( &pMembers[0],
      35                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      36                 :        742 :                                               sMethodName0.pData );
      37                 :            : 
      38                 :            :         typelib_typedescription_newMIInterface(
      39                 :            :             &pTD,
      40                 :            :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      41                 :            :             1, aSuperTypes,
      42                 :            :             1,
      43                 :        742 :             pMembers );
      44                 :            : 
      45                 :        742 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      46                 :        742 :         typelib_typedescriptionreference_release( pMembers[0] );
      47                 :        742 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      48                 :            : 
      49                 :        742 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      50                 :            :     }
      51                 :            : };
      52                 :            : 
      53                 :            : } } } } }
      54                 :            : 
      55                 :            : namespace com { namespace sun { namespace star { namespace lang {
      56                 :            : 
      57                 :       3431 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::lang::XInitialization const *) {
      58                 :       3431 :     const ::com::sun::star::uno::Type &rRet = *detail::theXInitializationType::get();
      59                 :            :     // End inline typedescription generation
      60                 :            :     static bool bInitStarted = false;
      61         [ +  + ]:       3431 :     if (!bInitStarted)
      62                 :            :     {
      63 [ +  - ][ +  - ]:        742 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      64         [ +  - ]:        742 :         if (!bInitStarted)
      65                 :            :         {
      66                 :            :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      67                 :        742 :             bInitStarted = true;
      68         [ +  - ]:        742 :             ::cppu::UnoType< ::com::sun::star::uno::RuntimeException >::get();
      69         [ +  - ]:        742 :             ::cppu::UnoType< ::cppu::UnoSequenceType< ::com::sun::star::uno::Any > >::get();
      70                 :        742 :             ::cppu::UnoType< ::com::sun::star::uno::Exception >::get();
      71                 :            : 
      72                 :        742 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      73                 :            :             {
      74                 :            :                 typelib_Parameter_Init aParameters[1];
      75         [ +  - ]:        742 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("aArguments") );
      76         [ +  - ]:        742 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("[]any") );
      77                 :        742 :                 aParameters[0].pParamName = sParamName0.pData;
      78                 :        742 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_SEQUENCE;
      79                 :        742 :                 aParameters[0].pTypeName = sParamType0.pData;
      80                 :        742 :                 aParameters[0].bIn = sal_True;
      81                 :        742 :                 aParameters[0].bOut = sal_False;
      82         [ +  - ]:        742 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.Exception"));
      83         [ +  - ]:        742 :                 ::rtl::OUString the_ExceptionName1(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
      84                 :        742 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
      85         [ +  - ]:        742 :                 ::rtl::OUString sReturnType0( RTL_CONSTASCII_USTRINGPARAM("void") );
      86         [ +  - ]:        742 :                 ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.lang.XInitialization::initialize") );
      87                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      88                 :            :                     3, sal_False,
      89                 :            :                     sMethodName0.pData,
      90                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType0.pData,
      91                 :            :                     1, aParameters,
      92                 :        742 :                     2, the_Exceptions );
      93                 :        742 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      94                 :            :             }
      95                 :        742 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
      96         [ +  - ]:        742 :         }
      97                 :            :     }
      98                 :            :     else
      99                 :            :     {
     100                 :            :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     101                 :            :     }
     102                 :       3431 :     return rRet;
     103                 :            : }
     104                 :            : 
     105                 :            : } } } }
     106                 :            : 
     107                 :       3431 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< ::com::sun::star::lang::XInitialization > const *) SAL_THROW(()) {
     108                 :       3431 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::lang::XInitialization > >::get();
     109                 :            : }
     110                 :            : 
     111                 :       3431 : ::com::sun::star::uno::Type const & ::com::sun::star::lang::XInitialization::static_type(SAL_UNUSED_PARAMETER void *) {
     112                 :       3431 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< ::com::sun::star::lang::XInitialization > * >(0));
     113                 :            : }
     114                 :            : 
     115                 :            : #endif // INCLUDED_COM_SUN_STAR_LANG_XINITIALIZATION_HPP

Generated by: LCOV version 1.10