LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/bootstrap/com/sun/star/container - XSet.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 79 79 100.0 %
Date: 2013-07-09 Functions: 4 4 100.0 %
Legend: Lines: hit not hit

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

Generated by: LCOV version 1.10