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

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

Generated by: LCOV version 1.10