LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/bootstrap/bootstrap/com/sun/star/container - XHierarchicalNameAccess.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 58 58 100.0 %
Date: 2012-08-25 Functions: 4 4 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 22 42 52.4 %

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_CONTAINER_XHIERARCHICALNAMEACCESS_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_CONTAINER_XHIERARCHICALNAMEACCESS_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/container/XHierarchicalNameAccess.hdl"
       7                 :            : 
       8                 :            : #include "com/sun/star/uno/XInterface.hpp"
       9                 :            : #include "com/sun/star/uno/RuntimeException.hpp"
      10                 :            : #include "com/sun/star/container/NoSuchElementException.hpp"
      11                 :            : #include "com/sun/star/uno/Any.hxx"
      12                 :            : #include "com/sun/star/uno/Reference.hxx"
      13                 :            : #include "com/sun/star/uno/Type.hxx"
      14                 :            : #include "cppu/unotype.hxx"
      15                 :            : #include "osl/mutex.hxx"
      16                 :            : #include "rtl/ustring.hxx"
      17                 :            : #include "rtl/instance.hxx"
      18                 :            : #include "sal/types.h"
      19                 :            : 
      20                 :            : namespace com { namespace sun { namespace star { namespace container { namespace detail {
      21                 :            : 
      22                 :            : struct theXHierarchicalNameAccessType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXHierarchicalNameAccessType >
      23                 :            : {
      24                 :        742 :     ::com::sun::star::uno::Type * operator()() const
      25                 :            :     {
      26         [ +  - ]:        742 :         ::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.container.XHierarchicalNameAccess") );
      27                 :            : 
      28                 :            :         // Start inline typedescription generation
      29                 :        742 :         typelib_InterfaceTypeDescription * pTD = 0;
      30                 :            : 
      31                 :            :         typelib_TypeDescriptionReference * aSuperTypes[1];
      32         [ +  - ]:        742 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >::get().getTypeLibType();
      33                 :        742 :         typelib_TypeDescriptionReference * pMembers[2] = { 0,0 };
      34         [ +  - ]:        742 :         ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.container.XHierarchicalNameAccess::getByHierarchicalName") );
      35                 :            :         typelib_typedescriptionreference_new( &pMembers[0],
      36                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      37                 :        742 :                                               sMethodName0.pData );
      38         [ +  - ]:        742 :         ::rtl::OUString sMethodName1( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.container.XHierarchicalNameAccess::hasByHierarchicalName") );
      39                 :            :         typelib_typedescriptionreference_new( &pMembers[1],
      40                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      41                 :        742 :                                               sMethodName1.pData );
      42                 :            : 
      43                 :            :         typelib_typedescription_newMIInterface(
      44                 :            :             &pTD,
      45                 :            :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      46                 :            :             1, aSuperTypes,
      47                 :            :             2,
      48                 :        742 :             pMembers );
      49                 :            : 
      50                 :        742 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      51                 :        742 :         typelib_typedescriptionreference_release( pMembers[0] );
      52                 :        742 :         typelib_typedescriptionreference_release( pMembers[1] );
      53                 :        742 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      54                 :            : 
      55                 :        742 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      56                 :            :     }
      57                 :            : };
      58                 :            : 
      59                 :            : } } } } }
      60                 :            : 
      61                 :            : namespace com { namespace sun { namespace star { namespace container {
      62                 :            : 
      63                 :      67060 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::container::XHierarchicalNameAccess const *) {
      64                 :      67060 :     const ::com::sun::star::uno::Type &rRet = *detail::theXHierarchicalNameAccessType::get();
      65                 :            :     // End inline typedescription generation
      66                 :            :     static bool bInitStarted = false;
      67         [ +  + ]:      67060 :     if (!bInitStarted)
      68                 :            :     {
      69 [ +  - ][ +  - ]:        742 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      70         [ +  - ]:        742 :         if (!bInitStarted)
      71                 :            :         {
      72                 :            :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      73                 :        742 :             bInitStarted = true;
      74         [ +  - ]:        742 :             ::cppu::UnoType< ::com::sun::star::uno::RuntimeException >::get();
      75                 :        742 :             ::cppu::UnoType< ::com::sun::star::container::NoSuchElementException >::get();
      76                 :            : 
      77                 :        742 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      78                 :            :             {
      79                 :            :                 typelib_Parameter_Init aParameters[1];
      80         [ +  - ]:        742 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("aName") );
      81         [ +  - ]:        742 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("string") );
      82                 :        742 :                 aParameters[0].pParamName = sParamName0.pData;
      83                 :        742 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_STRING;
      84                 :        742 :                 aParameters[0].pTypeName = sParamType0.pData;
      85                 :        742 :                 aParameters[0].bIn = sal_True;
      86                 :        742 :                 aParameters[0].bOut = sal_False;
      87         [ +  - ]:        742 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.container.NoSuchElementException"));
      88         [ +  - ]:        742 :                 ::rtl::OUString the_ExceptionName1(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
      89                 :        742 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
      90         [ +  - ]:        742 :                 ::rtl::OUString sReturnType0( RTL_CONSTASCII_USTRINGPARAM("any") );
      91         [ +  - ]:        742 :                 ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.container.XHierarchicalNameAccess::getByHierarchicalName") );
      92                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      93                 :            :                     3, sal_False,
      94                 :            :                     sMethodName0.pData,
      95                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_ANY, sReturnType0.pData,
      96                 :            :                     1, aParameters,
      97                 :        742 :                     2, the_Exceptions );
      98                 :        742 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
      99                 :            :             }
     100                 :            :             {
     101                 :            :                 typelib_Parameter_Init aParameters[1];
     102         [ +  - ]:        742 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("aName") );
     103         [ +  - ]:        742 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("string") );
     104                 :        742 :                 aParameters[0].pParamName = sParamName0.pData;
     105                 :        742 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_STRING;
     106                 :        742 :                 aParameters[0].pTypeName = sParamType0.pData;
     107                 :        742 :                 aParameters[0].bIn = sal_True;
     108                 :        742 :                 aParameters[0].bOut = sal_False;
     109         [ +  - ]:        742 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     110                 :        742 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     111         [ +  - ]:        742 :                 ::rtl::OUString sReturnType1( RTL_CONSTASCII_USTRINGPARAM("boolean") );
     112         [ +  - ]:        742 :                 ::rtl::OUString sMethodName1( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.container.XHierarchicalNameAccess::hasByHierarchicalName") );
     113                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     114                 :            :                     4, sal_False,
     115                 :            :                     sMethodName1.pData,
     116                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_BOOLEAN, sReturnType1.pData,
     117                 :            :                     1, aParameters,
     118                 :        742 :                     1, the_Exceptions );
     119                 :        742 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     120                 :            :             }
     121                 :        742 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
     122         [ +  - ]:        742 :         }
     123                 :            :     }
     124                 :            :     else
     125                 :            :     {
     126                 :            :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     127                 :            :     }
     128                 :      67060 :     return rRet;
     129                 :            : }
     130                 :            : 
     131                 :            : } } } }
     132                 :            : 
     133                 :      66304 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess > const *) SAL_THROW(()) {
     134                 :      66304 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess > >::get();
     135                 :            : }
     136                 :            : 
     137                 :      66304 : ::com::sun::star::uno::Type const & ::com::sun::star::container::XHierarchicalNameAccess::static_type(SAL_UNUSED_PARAMETER void *) {
     138                 :      66304 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess > * >(0));
     139                 :            : }
     140                 :            : 
     141                 :            : #endif // INCLUDED_COM_SUN_STAR_CONTAINER_XHIERARCHICALNAMEACCESS_HPP

Generated by: LCOV version 1.10