LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/uno - XWeak.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 34 34 100.0 %
Date: 2012-08-25 Functions: 4 4 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 14 26 53.8 %

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

Generated by: LCOV version 1.10