LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/lang - XTypeProvider.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 44 44 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_LANG_XTYPEPROVIDER_HPP
       2             : #define INCLUDED_COM_SUN_STAR_LANG_XTYPEPROVIDER_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/lang/XTypeProvider.hdl"
       7             : 
       8             : #include "com/sun/star/uno/XInterface.hpp"
       9             : #include "com/sun/star/uno/RuntimeException.hpp"
      10             : #include "com/sun/star/uno/Reference.hxx"
      11             : #include "com/sun/star/uno/Sequence.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             : #include "sal/types.h"
      17             : 
      18             : namespace com { namespace sun { namespace star { namespace lang { namespace detail {
      19             : 
      20             : struct theXTypeProviderType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXTypeProviderType >
      21             : {
      22         263 :     ::com::sun::star::uno::Type * operator()() const
      23             :     {
      24         263 :         ::rtl::OUString sTypeName( "com.sun.star.lang.XTypeProvider" );
      25             : 
      26             :         // Start inline typedescription generation
      27         263 :         typelib_InterfaceTypeDescription * pTD = 0;
      28             : 
      29             :         typelib_TypeDescriptionReference * aSuperTypes[1];
      30         263 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< css::uno::XInterface > >::get().getTypeLibType();
      31         263 :         typelib_TypeDescriptionReference * pMembers[2] = { 0,0 };
      32         263 :         ::rtl::OUString sMethodName0( "com.sun.star.lang.XTypeProvider::getTypes" );
      33             :         typelib_typedescriptionreference_new( &pMembers[0],
      34             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      35         263 :                                               sMethodName0.pData );
      36         263 :         ::rtl::OUString sMethodName1( "com.sun.star.lang.XTypeProvider::getImplementationId" );
      37             :         typelib_typedescriptionreference_new( &pMembers[1],
      38             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      39         263 :                                               sMethodName1.pData );
      40             : 
      41             :         typelib_typedescription_newMIInterface(
      42             :             &pTD,
      43             :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      44             :             1, aSuperTypes,
      45             :             2,
      46         263 :             pMembers );
      47             : 
      48         263 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      49         263 :         typelib_typedescriptionreference_release( pMembers[0] );
      50         263 :         typelib_typedescriptionreference_release( pMembers[1] );
      51         263 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      52             : 
      53         263 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      54             :     }
      55             : };
      56             : 
      57             : } } } } }
      58             : 
      59             : namespace com { namespace sun { namespace star { namespace lang {
      60             : 
      61       17838 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::lang::XTypeProvider const *) {
      62       17838 :     const ::com::sun::star::uno::Type &rRet = *detail::theXTypeProviderType::get();
      63             :     // End inline typedescription generation
      64             :     static bool bInitStarted = false;
      65       17838 :     if (!bInitStarted)
      66             :     {
      67         263 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      68         263 :         if (!bInitStarted)
      69             :         {
      70             :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      71         263 :             bInitStarted = true;
      72         263 :             ::cppu::UnoType< css::uno::RuntimeException >::get();
      73         263 :             ::cppu::UnoType< ::cppu::UnoSequenceType< ::com::sun::star::uno::Type > >::get();
      74         263 :             ::cppu::UnoType< ::cppu::UnoSequenceType< ::sal_Int8 > >::get();
      75             : 
      76         263 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      77             :             {
      78         263 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
      79         263 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      80         263 :                 ::rtl::OUString sReturnType0( "[]type" );
      81         263 :                 ::rtl::OUString sMethodName0( "com.sun.star.lang.XTypeProvider::getTypes" );
      82             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      83             :                     3, sal_False,
      84             :                     sMethodName0.pData,
      85             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_SEQUENCE, sReturnType0.pData,
      86             :                     0, 0,
      87         263 :                     1, the_Exceptions );
      88         263 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      89             :             }
      90             :             {
      91         263 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
      92         263 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      93         263 :                 ::rtl::OUString sReturnType1( "[]byte" );
      94         263 :                 ::rtl::OUString sMethodName1( "com.sun.star.lang.XTypeProvider::getImplementationId" );
      95             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      96             :                     4, sal_False,
      97             :                     sMethodName1.pData,
      98             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_SEQUENCE, sReturnType1.pData,
      99             :                     0, 0,
     100         263 :                     1, the_Exceptions );
     101         263 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     102             :             }
     103         263 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
     104         263 :         }
     105             :     }
     106             :     else
     107             :     {
     108             :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     109             :     }
     110       17838 :     return rRet;
     111             : }
     112             : 
     113             : } } } }
     114             : 
     115       17838 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::lang::XTypeProvider > const *) SAL_THROW(()) {
     116       17838 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::lang::XTypeProvider > >::get();
     117             : }
     118             : 
     119         359 : ::com::sun::star::uno::Type const & css::lang::XTypeProvider::static_type(SAL_UNUSED_PARAMETER void *) {
     120         359 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::lang::XTypeProvider > * >(0));
     121             : }
     122             : 
     123             : #endif // INCLUDED_COM_SUN_STAR_LANG_XTYPEPROVIDER_HPP

Generated by: LCOV version 1.10