LCOV - code coverage report
Current view: top level - 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-08-25 Functions: 3 4 75.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 16 30 53.3 %

           Branch data     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                 :        776 :     ::com::sun::star::uno::Type * operator()() const
      22                 :            :     {
      23         [ +  - ]:        776 :         ::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.beans.XPropertyChangeListener") );
      24                 :            : 
      25                 :            :         // Start inline typedescription generation
      26                 :        776 :         typelib_InterfaceTypeDescription * pTD = 0;
      27                 :            : 
      28                 :            :         typelib_TypeDescriptionReference * aSuperTypes[1];
      29         [ +  - ]:        776 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > >::get().getTypeLibType();
      30                 :        776 :         typelib_TypeDescriptionReference * pMembers[1] = { 0 };
      31         [ +  - ]:        776 :         ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.beans.XPropertyChangeListener::propertyChange") );
      32                 :            :         typelib_typedescriptionreference_new( &pMembers[0],
      33                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      34                 :        776 :                                               sMethodName0.pData );
      35                 :            : 
      36                 :            :         typelib_typedescription_newMIInterface(
      37                 :            :             &pTD,
      38                 :            :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      39                 :            :             1, aSuperTypes,
      40                 :            :             1,
      41                 :        776 :             pMembers );
      42                 :            : 
      43                 :        776 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      44                 :        776 :         typelib_typedescriptionreference_release( pMembers[0] );
      45                 :        776 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      46                 :            : 
      47                 :        776 :         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                 :      59982 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::beans::XPropertyChangeListener const *) {
      56                 :      59982 :     const ::com::sun::star::uno::Type &rRet = *detail::theXPropertyChangeListenerType::get();
      57                 :            :     // End inline typedescription generation
      58                 :            :     static bool bInitStarted = false;
      59         [ +  + ]:      59982 :     if (!bInitStarted)
      60                 :            :     {
      61 [ +  - ][ +  - ]:        776 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      62         [ +  - ]:        776 :         if (!bInitStarted)
      63                 :            :         {
      64                 :            :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      65                 :        776 :             bInitStarted = true;
      66         [ +  - ]:        776 :             ::cppu::UnoType< ::com::sun::star::uno::RuntimeException >::get();
      67         [ +  - ]:        776 :             ::cppu::UnoType< ::com::sun::star::beans::PropertyChangeEvent >::get();
      68                 :            : 
      69                 :        776 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      70                 :            :             {
      71                 :            :                 typelib_Parameter_Init aParameters[1];
      72         [ +  - ]:        776 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("evt") );
      73         [ +  - ]:        776 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.beans.PropertyChangeEvent") );
      74                 :        776 :                 aParameters[0].pParamName = sParamName0.pData;
      75                 :        776 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_STRUCT;
      76                 :        776 :                 aParameters[0].pTypeName = sParamType0.pData;
      77                 :        776 :                 aParameters[0].bIn = sal_True;
      78                 :        776 :                 aParameters[0].bOut = sal_False;
      79         [ +  - ]:        776 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
      80                 :        776 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      81         [ +  - ]:        776 :                 ::rtl::OUString sReturnType0( RTL_CONSTASCII_USTRINGPARAM("void") );
      82         [ +  - ]:        776 :                 ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("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                 :        776 :                     1, the_Exceptions );
      89                 :        776 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      90                 :            :             }
      91                 :        776 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
      92         [ +  - ]:        776 :         }
      93                 :            :     }
      94                 :            :     else
      95                 :            :     {
      96                 :            :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      97                 :            :     }
      98                 :      59982 :     return rRet;
      99                 :            : }
     100                 :            : 
     101                 :            : } } } }
     102                 :            : 
     103                 :      59206 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener > const *) SAL_THROW(()) {
     104                 :      59206 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener > >::get();
     105                 :            : }
     106                 :            : 
     107                 :          0 : ::com::sun::star::uno::Type const & ::com::sun::star::beans::XPropertyChangeListener::static_type(SAL_UNUSED_PARAMETER void *) {
     108                 :          0 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener > * >(0));
     109                 :            : }
     110                 :            : 
     111                 :            : #endif // INCLUDED_COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP

Generated by: LCOV version 1.10