LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/beans - XPropertiesChangeListener.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 39 39 100.0 %
Date: 2012-08-25 Functions: 3 3 100.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_XPROPERTIESCHANGELISTENER_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_BEANS_XPROPERTIESCHANGELISTENER_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/beans/XPropertiesChangeListener.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/Sequence.hxx"
      13                 :            : #include "com/sun/star/uno/Type.hxx"
      14                 :            : #include "cppu/unotype.hxx"
      15                 :            : #include "osl/mutex.hxx"
      16                 :            : #include "rtl/instance.hxx"
      17                 :            : 
      18                 :            : namespace com { namespace sun { namespace star { namespace beans { namespace detail {
      19                 :            : 
      20                 :            : struct theXPropertiesChangeListenerType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXPropertiesChangeListenerType >
      21                 :            : {
      22                 :        149 :     ::com::sun::star::uno::Type * operator()() const
      23                 :            :     {
      24         [ +  - ]:        149 :         ::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.beans.XPropertiesChangeListener") );
      25                 :            : 
      26                 :            :         // Start inline typedescription generation
      27                 :        149 :         typelib_InterfaceTypeDescription * pTD = 0;
      28                 :            : 
      29                 :            :         typelib_TypeDescriptionReference * aSuperTypes[1];
      30         [ +  - ]:        149 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > >::get().getTypeLibType();
      31                 :        149 :         typelib_TypeDescriptionReference * pMembers[1] = { 0 };
      32         [ +  - ]:        149 :         ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.beans.XPropertiesChangeListener::propertiesChange") );
      33                 :            :         typelib_typedescriptionreference_new( &pMembers[0],
      34                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      35                 :        149 :                                               sMethodName0.pData );
      36                 :            : 
      37                 :            :         typelib_typedescription_newMIInterface(
      38                 :            :             &pTD,
      39                 :            :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      40                 :            :             1, aSuperTypes,
      41                 :            :             1,
      42                 :        149 :             pMembers );
      43                 :            : 
      44                 :        149 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      45                 :        149 :         typelib_typedescriptionreference_release( pMembers[0] );
      46                 :        149 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      47                 :            : 
      48                 :        149 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      49                 :            :     }
      50                 :            : };
      51                 :            : 
      52                 :            : } } } } }
      53                 :            : 
      54                 :            : namespace com { namespace sun { namespace star { namespace beans {
      55                 :            : 
      56                 :      61945 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::beans::XPropertiesChangeListener const *) {
      57                 :      61945 :     const ::com::sun::star::uno::Type &rRet = *detail::theXPropertiesChangeListenerType::get();
      58                 :            :     // End inline typedescription generation
      59                 :            :     static bool bInitStarted = false;
      60         [ +  + ]:      61945 :     if (!bInitStarted)
      61                 :            :     {
      62 [ +  - ][ +  - ]:        149 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      63         [ +  - ]:        149 :         if (!bInitStarted)
      64                 :            :         {
      65                 :            :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      66                 :        149 :             bInitStarted = true;
      67         [ +  - ]:        149 :             ::cppu::UnoType< ::com::sun::star::uno::RuntimeException >::get();
      68         [ +  - ]:        149 :             ::cppu::UnoType< ::cppu::UnoSequenceType< ::com::sun::star::beans::PropertyChangeEvent > >::get();
      69                 :            : 
      70                 :        149 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      71                 :            :             {
      72                 :            :                 typelib_Parameter_Init aParameters[1];
      73         [ +  - ]:        149 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("aEvent") );
      74         [ +  - ]:        149 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("[]com.sun.star.beans.PropertyChangeEvent") );
      75                 :        149 :                 aParameters[0].pParamName = sParamName0.pData;
      76                 :        149 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_SEQUENCE;
      77                 :        149 :                 aParameters[0].pTypeName = sParamType0.pData;
      78                 :        149 :                 aParameters[0].bIn = sal_True;
      79                 :        149 :                 aParameters[0].bOut = sal_False;
      80         [ +  - ]:        149 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
      81                 :        149 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
      82         [ +  - ]:        149 :                 ::rtl::OUString sReturnType0( RTL_CONSTASCII_USTRINGPARAM("void") );
      83         [ +  - ]:        149 :                 ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.beans.XPropertiesChangeListener::propertiesChange") );
      84                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      85                 :            :                     4, sal_False,
      86                 :            :                     sMethodName0.pData,
      87                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType0.pData,
      88                 :            :                     1, aParameters,
      89                 :        149 :                     1, the_Exceptions );
      90                 :        149 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      91                 :            :             }
      92                 :        149 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
      93         [ +  - ]:        149 :         }
      94                 :            :     }
      95                 :            :     else
      96                 :            :     {
      97                 :            :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      98                 :            :     }
      99                 :      61945 :     return rRet;
     100                 :            : }
     101                 :            : 
     102                 :            : } } } }
     103                 :            : 
     104                 :      61798 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener > const *) SAL_THROW(()) {
     105                 :      61798 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener > >::get();
     106                 :            : }
     107                 :            : 
     108                 :            : ::com::sun::star::uno::Type const & ::com::sun::star::beans::XPropertiesChangeListener::static_type(SAL_UNUSED_PARAMETER void *) {
     109                 :            :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener > * >(0));
     110                 :            : }
     111                 :            : 
     112                 :            : #endif // INCLUDED_COM_SUN_STAR_BEANS_XPROPERTIESCHANGELISTENER_HPP

Generated by: LCOV version 1.10