LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/bridge - XInstanceProvider.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 39 43 90.7 %
Date: 2012-08-25 Functions: 2 4 50.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 17 34 50.0 %

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

Generated by: LCOV version 1.10