LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/normal/com/sun/star/lang - XSingleComponentFactory.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 69 69 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_LANG_XSINGLECOMPONENTFACTORY_HPP
       2             : #define INCLUDED_COM_SUN_STAR_LANG_XSINGLECOMPONENTFACTORY_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/lang/XSingleComponentFactory.hdl"
       7             : 
       8             : #include "com/sun/star/uno/Exception.hpp"
       9             : #include "com/sun/star/uno/RuntimeException.hpp"
      10             : #include "com/sun/star/uno/XComponentContext.hpp"
      11             : #include "com/sun/star/uno/XInterface.hpp"
      12             : #include "com/sun/star/uno/Any.hxx"
      13             : #include "com/sun/star/uno/Reference.hxx"
      14             : #include "com/sun/star/uno/Sequence.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             : 
      20             : namespace com { namespace sun { namespace star { namespace lang { namespace detail {
      21             : 
      22             : struct theXSingleComponentFactoryType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXSingleComponentFactoryType >
      23             : {
      24         331 :     ::com::sun::star::uno::Type * operator()() const
      25             :     {
      26         331 :         ::rtl::OUString sTypeName( "com.sun.star.lang.XSingleComponentFactory" );
      27             : 
      28             :         // Start inline typedescription generation
      29         331 :         typelib_InterfaceTypeDescription * pTD = 0;
      30             : 
      31             :         typelib_TypeDescriptionReference * aSuperTypes[1];
      32         331 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< css::uno::XInterface > >::get().getTypeLibType();
      33         331 :         typelib_TypeDescriptionReference * pMembers[2] = { 0,0 };
      34         662 :         ::rtl::OUString sMethodName0( "com.sun.star.lang.XSingleComponentFactory::createInstanceWithContext" );
      35             :         typelib_typedescriptionreference_new( &pMembers[0],
      36             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      37         331 :                                               sMethodName0.pData );
      38         662 :         ::rtl::OUString sMethodName1( "com.sun.star.lang.XSingleComponentFactory::createInstanceWithArgumentsAndContext" );
      39             :         typelib_typedescriptionreference_new( &pMembers[1],
      40             :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      41         331 :                                               sMethodName1.pData );
      42             : 
      43             :         typelib_typedescription_newMIInterface(
      44             :             &pTD,
      45             :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      46             :             1, aSuperTypes,
      47             :             2,
      48         331 :             pMembers );
      49             : 
      50         331 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      51         331 :         typelib_typedescriptionreference_release( pMembers[0] );
      52         331 :         typelib_typedescriptionreference_release( pMembers[1] );
      53         331 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      54             : 
      55         662 :         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 lang {
      62             : 
      63        2194 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::lang::XSingleComponentFactory const *) {
      64        2194 :     const ::com::sun::star::uno::Type &rRet = *detail::theXSingleComponentFactoryType::get();
      65             :     // End inline typedescription generation
      66             :     static bool bInitStarted = false;
      67        2194 :     if (!bInitStarted)
      68             :     {
      69         331 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
      70         331 :         if (!bInitStarted)
      71             :         {
      72             :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
      73         331 :             bInitStarted = true;
      74         331 :             ::cppu::UnoType< css::uno::RuntimeException >::get();
      75         331 :             ::cppu::UnoType< ::com::sun::star::uno::Reference< css::uno::XInterface > >::get();
      76         331 :             ::cppu::UnoType< ::com::sun::star::uno::Reference< css::uno::XComponentContext > >::get();
      77         331 :             ::cppu::UnoType< css::uno::Exception >::get();
      78         331 :             ::cppu::UnoType< ::cppu::UnoSequenceType< ::com::sun::star::uno::Any > >::get();
      79             : 
      80         331 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
      81             :             {
      82             :                 typelib_Parameter_Init aParameters[1];
      83         331 :                 ::rtl::OUString sParamName0( "Context" );
      84         662 :                 ::rtl::OUString sParamType0( "com.sun.star.uno.XComponentContext" );
      85         331 :                 aParameters[0].pParamName = sParamName0.pData;
      86         331 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE;
      87         331 :                 aParameters[0].pTypeName = sParamType0.pData;
      88         331 :                 aParameters[0].bIn = sal_True;
      89         331 :                 aParameters[0].bOut = sal_False;
      90         662 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.Exception" );
      91         662 :                 ::rtl::OUString the_ExceptionName1( "com.sun.star.uno.RuntimeException" );
      92         331 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
      93         662 :                 ::rtl::OUString sReturnType0( "com.sun.star.uno.XInterface" );
      94         662 :                 ::rtl::OUString sMethodName0( "com.sun.star.lang.XSingleComponentFactory::createInstanceWithContext" );
      95             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
      96             :                     3, sal_False,
      97             :                     sMethodName0.pData,
      98             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE, sReturnType0.pData,
      99             :                     1, aParameters,
     100         331 :                     2, the_Exceptions );
     101         662 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     102             :             }
     103             :             {
     104             :                 typelib_Parameter_Init aParameters[2];
     105         331 :                 ::rtl::OUString sParamName0( "Arguments" );
     106         662 :                 ::rtl::OUString sParamType0( "[]any" );
     107         331 :                 aParameters[0].pParamName = sParamName0.pData;
     108         331 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_SEQUENCE;
     109         331 :                 aParameters[0].pTypeName = sParamType0.pData;
     110         331 :                 aParameters[0].bIn = sal_True;
     111         331 :                 aParameters[0].bOut = sal_False;
     112         662 :                 ::rtl::OUString sParamName1( "Context" );
     113         662 :                 ::rtl::OUString sParamType1( "com.sun.star.uno.XComponentContext" );
     114         331 :                 aParameters[1].pParamName = sParamName1.pData;
     115         331 :                 aParameters[1].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE;
     116         331 :                 aParameters[1].pTypeName = sParamType1.pData;
     117         331 :                 aParameters[1].bIn = sal_True;
     118         331 :                 aParameters[1].bOut = sal_False;
     119         662 :                 ::rtl::OUString the_ExceptionName0( "com.sun.star.uno.Exception" );
     120         662 :                 ::rtl::OUString the_ExceptionName1( "com.sun.star.uno.RuntimeException" );
     121         331 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
     122         662 :                 ::rtl::OUString sReturnType1( "com.sun.star.uno.XInterface" );
     123         662 :                 ::rtl::OUString sMethodName1( "com.sun.star.lang.XSingleComponentFactory::createInstanceWithArgumentsAndContext" );
     124             :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     125             :                     4, sal_False,
     126             :                     sMethodName1.pData,
     127             :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE, sReturnType1.pData,
     128             :                     2, aParameters,
     129         331 :                     2, the_Exceptions );
     130         662 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     131             :             }
     132         331 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
     133         331 :         }
     134             :     }
     135             :     else
     136             :     {
     137             :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     138             :     }
     139        2194 :     return rRet;
     140             : }
     141             : 
     142             : } } } }
     143             : 
     144        2080 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::lang::XSingleComponentFactory > const *) SAL_THROW(()) {
     145        2080 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::lang::XSingleComponentFactory > >::get();
     146             : }
     147             : 
     148        2079 : ::com::sun::star::uno::Type const & css::lang::XSingleComponentFactory::static_type(SAL_UNUSED_PARAMETER void *) {
     149        2079 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::lang::XSingleComponentFactory > * >(0));
     150             : }
     151             : 
     152             : #endif // INCLUDED_COM_SUN_STAR_LANG_XSINGLECOMPONENTFACTORY_HPP

Generated by: LCOV version 1.10