LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/container - XEnumeration.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 42 46 91.3 %
Date: 2012-08-25 Functions: 2 4 50.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 21 40 52.5 %

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

Generated by: LCOV version 1.10