LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/udkapi/com/sun/star/reflection - XInterfaceMemberTypeDescription.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 38 38 100.0 %
Date: 2012-08-25 Functions: 2 2 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 16 32 50.0 %

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

Generated by: LCOV version 1.10