LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/udkapi/com/sun/star/lang - XComponent.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 66 66 100.0 %
Date: 2012-12-17 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        1485 :     ::com::sun::star::uno::Type * operator()() const
      22             :     {
      23        1485 :         ::rtl::OUString sTypeName( "com.sun.star.lang.XComponent" );
      24             : 
      25             :         // Start inline typedescription generation
      26        1485 :         typelib_InterfaceTypeDescription * pTD = 0;
      27             : 
      28             :         typelib_TypeDescriptionReference * aSuperTypes[1];
      29        1485 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< css::uno::XInterface > >::get().getTypeLibType();
      30        1485 :         typelib_TypeDescriptionReference * pMembers[3] = { 0,0,0 };
      31        1485 :         ::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        1485 :                                               sMethodName0.pData );
      35        1485 :         ::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        1485 :                                               sMethodName1.pData );
      39        1485 :         ::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        1485 :                                               sMethodName2.pData );
      43             : 
      44             :         typelib_typedescription_newMIInterface(
      45             :             &pTD,
      46             :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      47             :             1, aSuperTypes,
      48             :             3,
      49        1485 :             pMembers );
      50             : 
      51        1485 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      52        1485 :         typelib_typedescriptionreference_release( pMembers[0] );
      53        1485 :         typelib_typedescriptionreference_release( pMembers[1] );
      54        1485 :         typelib_typedescriptionreference_release( pMembers[2] );
      55        1485 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      56             : 
      57        1485 :         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      899730 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::lang::XComponent const *) {
      66      899730 :     const ::com::sun::star::uno::Type &rRet = *detail::theXComponentType::get();
      67             :     // End inline typedescription generation
      68             :     static bool bInitStarted = false;
      69      899730 :     if (!bInitStarted)
      70             :     {
      71        1485 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      72        1485 :         if (!bInitStarted)
      73             :         {
      74             :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      75        1485 :             bInitStarted = true;
      76        1485 :             ::cppu::UnoType< css::uno::RuntimeException >::get();
      77        1485 :             ::cppu::UnoType< ::com::sun::star::uno::Reference< css::lang::XEventListener > >::get();
      78             : 
      79        1485 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      80             :             {
      81        1485 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
      82        1485 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      83        1485 :                 ::rtl::OUString sReturnType0( "void" );
      84        1485 :                 ::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        1485 :                     1, the_Exceptions );
      91        1485 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      92             :             }
      93             :             {
      94             :                 typelib_Parameter_Init aParameters[1];
      95        1485 :                 ::rtl::OUString sParamName0( "xListener" );
      96        1485 :                 ::rtl::OUString sParamType0( "com.sun.star.lang.XEventListener" );
      97        1485 :                 aParameters[0].pParamName = sParamName0.pData;
      98        1485 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE;
      99        1485 :                 aParameters[0].pTypeName = sParamType0.pData;
     100        1485 :                 aParameters[0].bIn = sal_True;
     101        1485 :                 aParameters[0].bOut = sal_False;
     102        1485 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
     103        1485 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     104        1485 :                 ::rtl::OUString sReturnType1( "void" );
     105        1485 :                 ::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        1485 :                     1, the_Exceptions );
     112        1485 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     113             :             }
     114             :             {
     115             :                 typelib_Parameter_Init aParameters[1];
     116        1485 :                 ::rtl::OUString sParamName0( "aListener" );
     117        1485 :                 ::rtl::OUString sParamType0( "com.sun.star.lang.XEventListener" );
     118        1485 :                 aParameters[0].pParamName = sParamName0.pData;
     119        1485 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE;
     120        1485 :                 aParameters[0].pTypeName = sParamType0.pData;
     121        1485 :                 aParameters[0].bIn = sal_True;
     122        1485 :                 aParameters[0].bOut = sal_False;
     123        1485 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
     124        1485 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     125        1485 :                 ::rtl::OUString sReturnType2( "void" );
     126        1485 :                 ::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        1485 :                     1, the_Exceptions );
     133        1485 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     134             :             }
     135        1485 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
     136        1485 :         }
     137             :     }
     138             :     else
     139             :     {
     140             :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     141             :     }
     142      899730 :     return rRet;
     143             : }
     144             : 
     145             : } } } }
     146             : 
     147      899604 : 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      899604 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::lang::XComponent > >::get();
     149             : }
     150             : 
     151      899118 : ::com::sun::star::uno::Type const & css::lang::XComponent::static_type(SAL_UNUSED_PARAMETER void *) {
     152      899118 :     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