LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/bootstrap/com/sun/star/lang - XComponent.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 66 66 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_XCOMPONENT_HPP
       2             : #define INCLUDED_COM_SUN_STAR_LANG_XCOMPONENT_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/lang/XComponent.hdl"
       7             : 
       8             : #include "com/sun/star/uno/XInterface.hpp"
       9             : #include "com/sun/star/uno/RuntimeException.hpp"
      10             : #include "com/sun/star/lang/XEventListener.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 lang { namespace detail {
      18             : 
      19             : struct theXComponentType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXComponentType >
      20             : {
      21         257 :     ::com::sun::star::uno::Type * operator()() const
      22             :     {
      23         257 :         ::rtl::OUString sTypeName( "com.sun.star.lang.XComponent" );
      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::uno::XInterface > >::get().getTypeLibType();
      30         257 :         typelib_TypeDescriptionReference * pMembers[3] = { 0,0,0 };
      31         257 :         ::rtl::OUString sMethodName0( "com.sun.star.lang.XComponent::dispose" );
      32             :         typelib_typedescriptionreference_new( &pMembers[0],
      33             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      34         257 :                                               sMethodName0.pData );
      35         257 :         ::rtl::OUString sMethodName1( "com.sun.star.lang.XComponent::addEventListener" );
      36             :         typelib_typedescriptionreference_new( &pMembers[1],
      37             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      38         257 :                                               sMethodName1.pData );
      39         257 :         ::rtl::OUString sMethodName2( "com.sun.star.lang.XComponent::removeEventListener" );
      40             :         typelib_typedescriptionreference_new( &pMembers[2],
      41             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      42         257 :                                               sMethodName2.pData );
      43             : 
      44             :         typelib_typedescription_newMIInterface(
      45             :             &pTD,
      46             :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      47             :             1, aSuperTypes,
      48             :             3,
      49         257 :             pMembers );
      50             : 
      51         257 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      52         257 :         typelib_typedescriptionreference_release( pMembers[0] );
      53         257 :         typelib_typedescriptionreference_release( pMembers[1] );
      54         257 :         typelib_typedescriptionreference_release( pMembers[2] );
      55         257 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      56             : 
      57         257 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      58             :     }
      59             : };
      60             : 
      61             : } } } } }
      62             : 
      63             : namespace com { namespace sun { namespace star { namespace lang {
      64             : 
      65        4434 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::lang::XComponent const *) {
      66        4434 :     const ::com::sun::star::uno::Type &rRet = *detail::theXComponentType::get();
      67             :     // End inline typedescription generation
      68             :     static bool bInitStarted = false;
      69        4434 :     if (!bInitStarted)
      70             :     {
      71         257 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      72         257 :         if (!bInitStarted)
      73             :         {
      74             :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      75         257 :             bInitStarted = true;
      76         257 :             ::cppu::UnoType< css::uno::RuntimeException >::get();
      77         257 :             ::cppu::UnoType< ::com::sun::star::uno::Reference< css::lang::XEventListener > >::get();
      78             : 
      79         257 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      80             :             {
      81         257 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
      82         257 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      83         257 :                 ::rtl::OUString sReturnType0( "void" );
      84         257 :                 ::rtl::OUString sMethodName0( "com.sun.star.lang.XComponent::dispose" );
      85             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      86             :                     3, sal_False,
      87             :                     sMethodName0.pData,
      88             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType0.pData,
      89             :                     0, 0,
      90         257 :                     1, the_Exceptions );
      91         257 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      92             :             }
      93             :             {
      94             :                 typelib_Parameter_Init aParameters[1];
      95         257 :                 ::rtl::OUString sParamName0( "xListener" );
      96         257 :                 ::rtl::OUString sParamType0( "com.sun.star.lang.XEventListener" );
      97         257 :                 aParameters[0].pParamName = sParamName0.pData;
      98         257 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE;
      99         257 :                 aParameters[0].pTypeName = sParamType0.pData;
     100         257 :                 aParameters[0].bIn = sal_True;
     101         257 :                 aParameters[0].bOut = sal_False;
     102         257 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
     103         257 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     104         257 :                 ::rtl::OUString sReturnType1( "void" );
     105         257 :                 ::rtl::OUString sMethodName1( "com.sun.star.lang.XComponent::addEventListener" );
     106             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     107             :                     4, sal_False,
     108             :                     sMethodName1.pData,
     109             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType1.pData,
     110             :                     1, aParameters,
     111         257 :                     1, the_Exceptions );
     112         257 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     113             :             }
     114             :             {
     115             :                 typelib_Parameter_Init aParameters[1];
     116         257 :                 ::rtl::OUString sParamName0( "aListener" );
     117         257 :                 ::rtl::OUString sParamType0( "com.sun.star.lang.XEventListener" );
     118         257 :                 aParameters[0].pParamName = sParamName0.pData;
     119         257 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE;
     120         257 :                 aParameters[0].pTypeName = sParamType0.pData;
     121         257 :                 aParameters[0].bIn = sal_True;
     122         257 :                 aParameters[0].bOut = sal_False;
     123         257 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
     124         257 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     125         257 :                 ::rtl::OUString sReturnType2( "void" );
     126         257 :                 ::rtl::OUString sMethodName2( "com.sun.star.lang.XComponent::removeEventListener" );
     127             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     128             :                     5, sal_False,
     129             :                     sMethodName2.pData,
     130             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType2.pData,
     131             :                     1, aParameters,
     132         257 :                     1, the_Exceptions );
     133         257 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     134             :             }
     135         257 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
     136         257 :         }
     137             :     }
     138             :     else
     139             :     {
     140             :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     141             :     }
     142        4434 :     return rRet;
     143             : }
     144             : 
     145             : } } } }
     146             : 
     147        4403 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::lang::XComponent > const *) SAL_THROW(()) {
     148        4403 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::lang::XComponent > >::get();
     149             : }
     150             : 
     151        4403 : ::com::sun::star::uno::Type const & css::lang::XComponent::static_type(SAL_UNUSED_PARAMETER void *) {
     152        4403 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::lang::XComponent > * >(0));
     153             : }
     154             : 
     155             : #endif // INCLUDED_COM_SUN_STAR_LANG_XCOMPONENT_HPP

Generated by: LCOV version 1.10