LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/scaddins/comprehensive/com/sun/star/sheet/addin - XMiscFunctions.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 42 42 100.0 %
Date: 2012-12-27 Functions: 4 4 100.0 %
Legend: Lines: hit not hit

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

Generated by: LCOV version 1.10