LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/normal/com/sun/star/container - XElementAccess.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 42 42 100.0 %
Date: 2013-07-09 Functions: 4 4 100.0 %
Legend: Lines: hit not hit

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

Generated by: LCOV version 1.10