LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/bootstrap/com/sun/star/container - XEnumerationAccess.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 34 34 100.0 %
Date: 2012-12-27 Functions: 4 4 100.0 %
Legend: Lines: hit not hit

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

Generated by: LCOV version 1.10