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

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_UNO_XAGGREGATION_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_UNO_XAGGREGATION_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/uno/XAggregation.hdl"
       7                 :            : 
       8                 :            : #include "com/sun/star/uno/XInterface.hpp"
       9                 :            : #include "com/sun/star/uno/RuntimeException.hpp"
      10                 :            : #include "com/sun/star/uno/Any.hxx"
      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 theXAggregationType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXAggregationType >
      20                 :            : {
      21                 :        742 :     ::com::sun::star::uno::Type * operator()() const
      22                 :            :     {
      23         [ +  - ]:        742 :         ::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XAggregation") );
      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[2] = { 0,0 };
      31         [ +  - ]:        742 :         ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XAggregation::setDelegator") );
      32                 :            :         typelib_typedescriptionreference_new( &pMembers[0],
      33                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      34                 :        742 :                                               sMethodName0.pData );
      35         [ +  - ]:        742 :         ::rtl::OUString sMethodName1( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XAggregation::queryAggregation") );
      36                 :            :         typelib_typedescriptionreference_new( &pMembers[1],
      37                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      38                 :        742 :                                               sMethodName1.pData );
      39                 :            : 
      40                 :            :         typelib_typedescription_newMIInterface(
      41                 :            :             &pTD,
      42                 :            :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      43                 :            :             1, aSuperTypes,
      44                 :            :             2,
      45                 :        742 :             pMembers );
      46                 :            : 
      47                 :        742 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      48                 :        742 :         typelib_typedescriptionreference_release( pMembers[0] );
      49                 :        742 :         typelib_typedescriptionreference_release( pMembers[1] );
      50                 :        742 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      51                 :            : 
      52                 :        742 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      53                 :            :     }
      54                 :            : };
      55                 :            : 
      56                 :            : } } } } }
      57                 :            : 
      58                 :            : namespace com { namespace sun { namespace star { namespace uno {
      59                 :            : 
      60                 :     692551 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::XAggregation const *) {
      61                 :     692551 :     const ::com::sun::star::uno::Type &rRet = *detail::theXAggregationType::get();
      62                 :            :     // End inline typedescription generation
      63                 :            :     static bool bInitStarted = false;
      64         [ +  + ]:     692551 :     if (!bInitStarted)
      65                 :            :     {
      66 [ +  - ][ +  - ]:        742 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      67         [ +  - ]:        742 :         if (!bInitStarted)
      68                 :            :         {
      69                 :            :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      70                 :        742 :             bInitStarted = true;
      71         [ +  - ]:        742 :             ::cppu::UnoType< ::com::sun::star::uno::RuntimeException >::get();
      72         [ +  - ]:        742 :             ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >::get();
      73                 :            : 
      74                 :        742 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      75                 :            :             {
      76                 :            :                 typelib_Parameter_Init aParameters[1];
      77         [ +  - ]:        742 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("pDelegator") );
      78         [ +  - ]:        742 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XInterface") );
      79                 :        742 :                 aParameters[0].pParamName = sParamName0.pData;
      80                 :        742 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE;
      81                 :        742 :                 aParameters[0].pTypeName = sParamType0.pData;
      82                 :        742 :                 aParameters[0].bIn = sal_True;
      83                 :        742 :                 aParameters[0].bOut = sal_False;
      84         [ +  - ]:        742 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
      85                 :        742 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      86         [ +  - ]:        742 :                 ::rtl::OUString sReturnType0( RTL_CONSTASCII_USTRINGPARAM("void") );
      87         [ +  - ]:        742 :                 ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XAggregation::setDelegator") );
      88                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      89                 :            :                     3, sal_False,
      90                 :            :                     sMethodName0.pData,
      91                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType0.pData,
      92                 :            :                     1, aParameters,
      93                 :        742 :                     1, the_Exceptions );
      94                 :        742 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      95                 :            :             }
      96                 :            :             {
      97                 :            :                 typelib_Parameter_Init aParameters[1];
      98         [ +  - ]:        742 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("aType") );
      99         [ +  - ]:        742 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("type") );
     100                 :        742 :                 aParameters[0].pParamName = sParamName0.pData;
     101                 :        742 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_TYPE;
     102                 :        742 :                 aParameters[0].pTypeName = sParamType0.pData;
     103                 :        742 :                 aParameters[0].bIn = sal_True;
     104                 :        742 :                 aParameters[0].bOut = sal_False;
     105         [ +  - ]:        742 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     106                 :        742 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     107         [ +  - ]:        742 :                 ::rtl::OUString sReturnType1( RTL_CONSTASCII_USTRINGPARAM("any") );
     108         [ +  - ]:        742 :                 ::rtl::OUString sMethodName1( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XAggregation::queryAggregation") );
     109                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     110                 :            :                     4, sal_False,
     111                 :            :                     sMethodName1.pData,
     112                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_ANY, sReturnType1.pData,
     113                 :            :                     1, aParameters,
     114                 :        742 :                     1, the_Exceptions );
     115                 :        742 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     116                 :            :             }
     117                 :        742 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
     118         [ +  - ]:        742 :         }
     119                 :            :     }
     120                 :            :     else
     121                 :            :     {
     122                 :            :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     123                 :            :     }
     124                 :     692551 :     return rRet;
     125                 :            : }
     126                 :            : 
     127                 :            : } } } }
     128                 :            : 
     129                 :     692551 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation > const *) SAL_THROW(()) {
     130                 :     692551 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation > >::get();
     131                 :            : }
     132                 :            : 
     133                 :     690697 : ::com::sun::star::uno::Type const & ::com::sun::star::uno::XAggregation::static_type(SAL_UNUSED_PARAMETER void *) {
     134                 :     690697 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation > * >(0));
     135                 :            : }
     136                 :            : 
     137                 :            : #endif // INCLUDED_COM_SUN_STAR_UNO_XAGGREGATION_HPP

Generated by: LCOV version 1.10