LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/reflection - XIdlField.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 84 84 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_XIDLFIELD_HPP
       2             : #define INCLUDED_COM_SUN_STAR_REFLECTION_XIDLFIELD_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/reflection/XIdlField.hdl"
       7             : 
       8             : #include "com/sun/star/uno/RuntimeException.hpp"
       9             : #include "com/sun/star/reflection/FieldAccessMode.hpp"
      10             : #include "com/sun/star/reflection/XIdlClass.hpp"
      11             : #include "com/sun/star/lang/IllegalArgumentException.hpp"
      12             : #include "com/sun/star/lang/IllegalAccessException.hpp"
      13             : #include "com/sun/star/reflection/XIdlMember.hpp"
      14             : #include "com/sun/star/uno/Any.hxx"
      15             : #include "com/sun/star/uno/Reference.hxx"
      16             : #include "com/sun/star/uno/Type.hxx"
      17             : #include "cppu/unotype.hxx"
      18             : #include "osl/mutex.hxx"
      19             : #include "rtl/instance.hxx"
      20             : 
      21             : namespace com { namespace sun { namespace star { namespace reflection { namespace detail {
      22             : 
      23             : struct theXIdlFieldType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXIdlFieldType >
      24             : {
      25          12 :     ::com::sun::star::uno::Type * operator()() const
      26             :     {
      27          12 :         ::rtl::OUString sTypeName( "com.sun.star.reflection.XIdlField" );
      28             : 
      29             :         // Start inline typedescription generation
      30          12 :         typelib_InterfaceTypeDescription * pTD = 0;
      31             : 
      32             :         typelib_TypeDescriptionReference * aSuperTypes[1];
      33          12 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< css::reflection::XIdlMember > >::get().getTypeLibType();
      34          12 :         typelib_TypeDescriptionReference * pMembers[4] = { 0,0,0,0 };
      35          12 :         ::rtl::OUString sMethodName0( "com.sun.star.reflection.XIdlField::getType" );
      36             :         typelib_typedescriptionreference_new( &pMembers[0],
      37             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      38          12 :                                               sMethodName0.pData );
      39          12 :         ::rtl::OUString sMethodName1( "com.sun.star.reflection.XIdlField::getAccessMode" );
      40             :         typelib_typedescriptionreference_new( &pMembers[1],
      41             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      42          12 :                                               sMethodName1.pData );
      43          12 :         ::rtl::OUString sMethodName2( "com.sun.star.reflection.XIdlField::get" );
      44             :         typelib_typedescriptionreference_new( &pMembers[2],
      45             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      46          12 :                                               sMethodName2.pData );
      47          12 :         ::rtl::OUString sMethodName3( "com.sun.star.reflection.XIdlField::set" );
      48             :         typelib_typedescriptionreference_new( &pMembers[3],
      49             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      50          12 :                                               sMethodName3.pData );
      51             : 
      52             :         typelib_typedescription_newMIInterface(
      53             :             &pTD,
      54             :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      55             :             1, aSuperTypes,
      56             :             4,
      57          12 :             pMembers );
      58             : 
      59          12 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      60          12 :         typelib_typedescriptionreference_release( pMembers[0] );
      61          12 :         typelib_typedescriptionreference_release( pMembers[1] );
      62          12 :         typelib_typedescriptionreference_release( pMembers[2] );
      63          12 :         typelib_typedescriptionreference_release( pMembers[3] );
      64          12 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      65             : 
      66          12 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      67             :     }
      68             : };
      69             : 
      70             : } } } } }
      71             : 
      72             : namespace com { namespace sun { namespace star { namespace reflection {
      73             : 
      74          24 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::reflection::XIdlField const *) {
      75          24 :     const ::com::sun::star::uno::Type &rRet = *detail::theXIdlFieldType::get();
      76             :     // End inline typedescription generation
      77             :     static bool bInitStarted = false;
      78          24 :     if (!bInitStarted)
      79             :     {
      80          12 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      81          12 :         if (!bInitStarted)
      82             :         {
      83             :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      84          12 :             bInitStarted = true;
      85          12 :             ::cppu::UnoType< css::uno::RuntimeException >::get();
      86          12 :             ::cppu::UnoType< ::com::sun::star::uno::Reference< css::reflection::XIdlClass > >::get();
      87          12 :             ::cppu::UnoType< css::reflection::FieldAccessMode >::get();
      88          12 :             ::cppu::UnoType< css::lang::IllegalArgumentException >::get();
      89          12 :             ::cppu::UnoType< css::lang::IllegalAccessException >::get();
      90             : 
      91          12 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      92             :             {
      93          12 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
      94          12 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      95          12 :                 ::rtl::OUString sReturnType0( "com.sun.star.reflection.XIdlClass" );
      96          12 :                 ::rtl::OUString sMethodName0( "com.sun.star.reflection.XIdlField::getType" );
      97             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      98             :                     5, sal_False,
      99             :                     sMethodName0.pData,
     100             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE, sReturnType0.pData,
     101             :                     0, 0,
     102          12 :                     1, the_Exceptions );
     103          12 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     104             :             }
     105             :             {
     106          12 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
     107          12 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     108          12 :                 ::rtl::OUString sReturnType1( "com.sun.star.reflection.FieldAccessMode" );
     109          12 :                 ::rtl::OUString sMethodName1( "com.sun.star.reflection.XIdlField::getAccessMode" );
     110             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     111             :                     6, sal_False,
     112             :                     sMethodName1.pData,
     113             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_ENUM, sReturnType1.pData,
     114             :                     0, 0,
     115          12 :                     1, the_Exceptions );
     116          12 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     117             :             }
     118             :             {
     119             :                 typelib_Parameter_Init aParameters[1];
     120          12 :                 ::rtl::OUString sParamName0( "obj" );
     121          12 :                 ::rtl::OUString sParamType0( "any" );
     122          12 :                 aParameters[0].pParamName = sParamName0.pData;
     123          12 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_ANY;
     124          12 :                 aParameters[0].pTypeName = sParamType0.pData;
     125          12 :                 aParameters[0].bIn = sal_True;
     126          12 :                 aParameters[0].bOut = sal_False;
     127          12 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.lang.IllegalArgumentException" );
     128          12 :                 ::rtl::OUString the_ExceptionName1( "com.sun.star.uno.RuntimeException" );
     129          12 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
     130          12 :                 ::rtl::OUString sReturnType2( "any" );
     131          12 :                 ::rtl::OUString sMethodName2( "com.sun.star.reflection.XIdlField::get" );
     132             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     133             :                     7, sal_False,
     134             :                     sMethodName2.pData,
     135             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_ANY, sReturnType2.pData,
     136             :                     1, aParameters,
     137          12 :                     2, the_Exceptions );
     138          12 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     139             :             }
     140             :             {
     141             :                 typelib_Parameter_Init aParameters[2];
     142          12 :                 ::rtl::OUString sParamName0( "obj" );
     143          12 :                 ::rtl::OUString sParamType0( "any" );
     144          12 :                 aParameters[0].pParamName = sParamName0.pData;
     145          12 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_ANY;
     146          12 :                 aParameters[0].pTypeName = sParamType0.pData;
     147          12 :                 aParameters[0].bIn = sal_True;
     148          12 :                 aParameters[0].bOut = sal_False;
     149          12 :                 ::rtl::OUString sParamName1( "value" );
     150          12 :                 ::rtl::OUString sParamType1( "any" );
     151          12 :                 aParameters[1].pParamName = sParamName1.pData;
     152          12 :                 aParameters[1].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_ANY;
     153          12 :                 aParameters[1].pTypeName = sParamType1.pData;
     154          12 :                 aParameters[1].bIn = sal_True;
     155          12 :                 aParameters[1].bOut = sal_False;
     156          12 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.lang.IllegalArgumentException" );
     157          12 :                 ::rtl::OUString the_ExceptionName1( "com.sun.star.lang.IllegalAccessException" );
     158          12 :                 ::rtl::OUString the_ExceptionName2( "com.sun.star.uno.RuntimeException" );
     159          12 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData, the_ExceptionName2.pData };
     160          12 :                 ::rtl::OUString sReturnType3( "void" );
     161          12 :                 ::rtl::OUString sMethodName3( "com.sun.star.reflection.XIdlField::set" );
     162             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     163             :                     8, sal_False,
     164             :                     sMethodName3.pData,
     165             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType3.pData,
     166             :                     2, aParameters,
     167          12 :                     3, the_Exceptions );
     168          12 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     169             :             }
     170          12 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
     171          12 :         }
     172             :     }
     173             :     else
     174             :     {
     175             :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     176             :     }
     177          24 :     return rRet;
     178             : }
     179             : 
     180             : } } } }
     181             : 
     182             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::reflection::XIdlField > const *) SAL_THROW(()) {
     183             :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::reflection::XIdlField > >::get();
     184             : }
     185             : 
     186             : ::com::sun::star::uno::Type const & css::reflection::XIdlField::static_type(SAL_UNUSED_PARAMETER void *) {
     187             :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::reflection::XIdlField > * >(0));
     188             : }
     189             : 
     190             : #endif // INCLUDED_COM_SUN_STAR_REFLECTION_XIDLFIELD_HPP

Generated by: LCOV version 1.10