LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/reflection - XTypeDescription.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: 18 34 52.9 %

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

Generated by: LCOV version 1.10