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

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP
       2             : #define INCLUDED_COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/beans/XPropertyChangeListener.hdl"
       7             : 
       8             : #include "com/sun/star/uno/RuntimeException.hpp"
       9             : #include "com/sun/star/beans/PropertyChangeEvent.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 beans { namespace detail {
      18             : 
      19             : struct theXPropertyChangeListenerType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXPropertyChangeListenerType >
      20             : {
      21         263 :     ::com::sun::star::uno::Type * operator()() const
      22             :     {
      23         263 :         ::rtl::OUString sTypeName( "com.sun.star.beans.XPropertyChangeListener" );
      24             : 
      25             :         // Start inline typedescription generation
      26         263 :         typelib_InterfaceTypeDescription * pTD = 0;
      27             : 
      28             :         typelib_TypeDescriptionReference * aSuperTypes[1];
      29         263 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< css::lang::XEventListener > >::get().getTypeLibType();
      30         263 :         typelib_TypeDescriptionReference * pMembers[1] = { 0 };
      31         263 :         ::rtl::OUString sMethodName0( "com.sun.star.beans.XPropertyChangeListener::propertyChange" );
      32             :         typelib_typedescriptionreference_new( &pMembers[0],
      33             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      34         263 :                                               sMethodName0.pData );
      35             : 
      36             :         typelib_typedescription_newMIInterface(
      37             :             &pTD,
      38             :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      39             :             1, aSuperTypes,
      40             :             1,
      41         263 :             pMembers );
      42             : 
      43         263 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      44         263 :         typelib_typedescriptionreference_release( pMembers[0] );
      45         263 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      46             : 
      47         263 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      48             :     }
      49             : };
      50             : 
      51             : } } } } }
      52             : 
      53             : namespace com { namespace sun { namespace star { namespace beans {
      54             : 
      55        4909 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::beans::XPropertyChangeListener const *) {
      56        4909 :     const ::com::sun::star::uno::Type &rRet = *detail::theXPropertyChangeListenerType::get();
      57             :     // End inline typedescription generation
      58             :     static bool bInitStarted = false;
      59        4909 :     if (!bInitStarted)
      60             :     {
      61         263 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      62         263 :         if (!bInitStarted)
      63             :         {
      64             :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      65         263 :             bInitStarted = true;
      66         263 :             ::cppu::UnoType< css::uno::RuntimeException >::get();
      67         263 :             ::cppu::UnoType< css::beans::PropertyChangeEvent >::get();
      68             : 
      69         263 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      70             :             {
      71             :                 typelib_Parameter_Init aParameters[1];
      72         263 :                 ::rtl::OUString sParamName0( "evt" );
      73         263 :                 ::rtl::OUString sParamType0( "com.sun.star.beans.PropertyChangeEvent" );
      74         263 :                 aParameters[0].pParamName = sParamName0.pData;
      75         263 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_STRUCT;
      76         263 :                 aParameters[0].pTypeName = sParamType0.pData;
      77         263 :                 aParameters[0].bIn = sal_True;
      78         263 :                 aParameters[0].bOut = sal_False;
      79         263 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.RuntimeException" );
      80         263 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      81         263 :                 ::rtl::OUString sReturnType0( "void" );
      82         263 :                 ::rtl::OUString sMethodName0( "com.sun.star.beans.XPropertyChangeListener::propertyChange" );
      83             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      84             :                     4, sal_False,
      85             :                     sMethodName0.pData,
      86             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType0.pData,
      87             :                     1, aParameters,
      88         263 :                     1, the_Exceptions );
      89         263 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      90             :             }
      91         263 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
      92         263 :         }
      93             :     }
      94             :     else
      95             :     {
      96             :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      97             :     }
      98        4909 :     return rRet;
      99             : }
     100             : 
     101             : } } } }
     102             : 
     103        4646 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::beans::XPropertyChangeListener > const *) SAL_THROW(()) {
     104        4646 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::beans::XPropertyChangeListener > >::get();
     105             : }
     106             : 
     107           0 : ::com::sun::star::uno::Type const & css::beans::XPropertyChangeListener::static_type(SAL_UNUSED_PARAMETER void *) {
     108           0 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::beans::XPropertyChangeListener > * >(0));
     109             : }
     110             : 
     111             : #endif // INCLUDED_COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP

Generated by: LCOV version 1.10