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

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

Generated by: LCOV version 1.10