LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/registry - XSimpleRegistry.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 141 141 100.0 %
Date: 2012-08-25 Functions: 4 4 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 61 120 50.8 %

           Branch data     Line data    Source code
       1                 :            : #ifndef INCLUDED_COM_SUN_STAR_REGISTRY_XSIMPLEREGISTRY_HPP
       2                 :            : #define INCLUDED_COM_SUN_STAR_REGISTRY_XSIMPLEREGISTRY_HPP
       3                 :            : 
       4                 :            : #include "sal/config.h"
       5                 :            : 
       6                 :            : #include "com/sun/star/registry/XSimpleRegistry.hdl"
       7                 :            : 
       8                 :            : #include "com/sun/star/uno/RuntimeException.hpp"
       9                 :            : #include "com/sun/star/registry/XRegistryKey.hpp"
      10                 :            : #include "com/sun/star/registry/InvalidRegistryException.hpp"
      11                 :            : #include "com/sun/star/registry/MergeConflictException.hpp"
      12                 :            : #include "com/sun/star/uno/XInterface.hpp"
      13                 :            : #include "com/sun/star/uno/Reference.hxx"
      14                 :            : #include "com/sun/star/uno/Type.hxx"
      15                 :            : #include "cppu/unotype.hxx"
      16                 :            : #include "osl/mutex.hxx"
      17                 :            : #include "rtl/ustring.hxx"
      18                 :            : #include "rtl/instance.hxx"
      19                 :            : #include "sal/types.h"
      20                 :            : 
      21                 :            : namespace com { namespace sun { namespace star { namespace registry { namespace detail {
      22                 :            : 
      23                 :            : struct theXSimpleRegistryType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, theXSimpleRegistryType >
      24                 :            : {
      25                 :        747 :     ::com::sun::star::uno::Type * operator()() const
      26                 :            :     {
      27         [ +  - ]:        747 :         ::rtl::OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry") );
      28                 :            : 
      29                 :            :         // Start inline typedescription generation
      30                 :        747 :         typelib_InterfaceTypeDescription * pTD = 0;
      31                 :            : 
      32                 :            :         typelib_TypeDescriptionReference * aSuperTypes[1];
      33         [ +  - ]:        747 :         aSuperTypes[0] = ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >::get().getTypeLibType();
      34                 :        747 :         typelib_TypeDescriptionReference * pMembers[8] = { 0,0,0,0,0,0,0,0 };
      35         [ +  - ]:        747 :         ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::getURL") );
      36                 :            :         typelib_typedescriptionreference_new( &pMembers[0],
      37                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      38                 :        747 :                                               sMethodName0.pData );
      39         [ +  - ]:        747 :         ::rtl::OUString sMethodName1( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::open") );
      40                 :            :         typelib_typedescriptionreference_new( &pMembers[1],
      41                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      42                 :        747 :                                               sMethodName1.pData );
      43         [ +  - ]:        747 :         ::rtl::OUString sMethodName2( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::isValid") );
      44                 :            :         typelib_typedescriptionreference_new( &pMembers[2],
      45                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      46                 :        747 :                                               sMethodName2.pData );
      47         [ +  - ]:        747 :         ::rtl::OUString sMethodName3( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::close") );
      48                 :            :         typelib_typedescriptionreference_new( &pMembers[3],
      49                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      50                 :        747 :                                               sMethodName3.pData );
      51         [ +  - ]:        747 :         ::rtl::OUString sMethodName4( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::destroy") );
      52                 :            :         typelib_typedescriptionreference_new( &pMembers[4],
      53                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      54                 :        747 :                                               sMethodName4.pData );
      55         [ +  - ]:        747 :         ::rtl::OUString sMethodName5( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::getRootKey") );
      56                 :            :         typelib_typedescriptionreference_new( &pMembers[5],
      57                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      58                 :        747 :                                               sMethodName5.pData );
      59         [ +  - ]:        747 :         ::rtl::OUString sMethodName6( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::isReadOnly") );
      60                 :            :         typelib_typedescriptionreference_new( &pMembers[6],
      61                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      62                 :        747 :                                               sMethodName6.pData );
      63         [ +  - ]:        747 :         ::rtl::OUString sMethodName7( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::mergeKey") );
      64                 :            :         typelib_typedescriptionreference_new( &pMembers[7],
      65                 :            :                                               (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE_METHOD,
      66                 :        747 :                                               sMethodName7.pData );
      67                 :            : 
      68                 :            :         typelib_typedescription_newMIInterface(
      69                 :            :             &pTD,
      70                 :            :             sTypeName.pData, 0x00000000, 0x0000, 0x0000, 0x00000000, 0x00000000,
      71                 :            :             1, aSuperTypes,
      72                 :            :             8,
      73                 :        747 :             pMembers );
      74                 :            : 
      75                 :        747 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      76                 :        747 :         typelib_typedescriptionreference_release( pMembers[0] );
      77                 :        747 :         typelib_typedescriptionreference_release( pMembers[1] );
      78                 :        747 :         typelib_typedescriptionreference_release( pMembers[2] );
      79                 :        747 :         typelib_typedescriptionreference_release( pMembers[3] );
      80                 :        747 :         typelib_typedescriptionreference_release( pMembers[4] );
      81                 :        747 :         typelib_typedescriptionreference_release( pMembers[5] );
      82                 :        747 :         typelib_typedescriptionreference_release( pMembers[6] );
      83                 :        747 :         typelib_typedescriptionreference_release( pMembers[7] );
      84                 :        747 :         typelib_typedescription_release( (typelib_TypeDescription*)pTD );
      85                 :            : 
      86                 :        747 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_INTERFACE, sTypeName ); // leaked
      87                 :            :     }
      88                 :            : };
      89                 :            : 
      90                 :            : } } } } }
      91                 :            : 
      92                 :            : namespace com { namespace sun { namespace star { namespace registry {
      93                 :            : 
      94                 :       5943 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::com::sun::star::registry::XSimpleRegistry const *) {
      95                 :       5943 :     const ::com::sun::star::uno::Type &rRet = *detail::theXSimpleRegistryType::get();
      96                 :            :     // End inline typedescription generation
      97                 :            :     static bool bInitStarted = false;
      98         [ +  + ]:       5943 :     if (!bInitStarted)
      99                 :            :     {
     100 [ +  - ][ +  - ]:        747 :         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
     101         [ +  - ]:        747 :         if (!bInitStarted)
     102                 :            :         {
     103                 :            :             OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     104                 :        747 :             bInitStarted = true;
     105         [ +  - ]:        747 :             ::cppu::UnoType< ::com::sun::star::uno::RuntimeException >::get();
     106         [ +  - ]:        747 :             ::cppu::UnoType< ::com::sun::star::registry::InvalidRegistryException >::get();
     107         [ +  - ]:        747 :             ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::registry::XRegistryKey > >::get();
     108         [ +  - ]:        747 :             ::cppu::UnoType< ::com::sun::star::registry::MergeConflictException >::get();
     109                 :            : 
     110                 :        747 :             typelib_InterfaceMethodTypeDescription * pMethod = 0;
     111                 :            :             {
     112         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     113                 :        747 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     114         [ +  - ]:        747 :                 ::rtl::OUString sReturnType0( RTL_CONSTASCII_USTRINGPARAM("string") );
     115         [ +  - ]:        747 :                 ::rtl::OUString sMethodName0( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::getURL") );
     116                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     117                 :            :                     3, sal_False,
     118                 :            :                     sMethodName0.pData,
     119                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_STRING, sReturnType0.pData,
     120                 :            :                     0, 0,
     121                 :        747 :                     1, the_Exceptions );
     122                 :        747 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     123                 :            :             }
     124                 :            :             {
     125                 :            :                 typelib_Parameter_Init aParameters[3];
     126         [ +  - ]:        747 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("rURL") );
     127         [ +  - ]:        747 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("string") );
     128                 :        747 :                 aParameters[0].pParamName = sParamName0.pData;
     129                 :        747 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_STRING;
     130                 :        747 :                 aParameters[0].pTypeName = sParamType0.pData;
     131                 :        747 :                 aParameters[0].bIn = sal_True;
     132                 :        747 :                 aParameters[0].bOut = sal_False;
     133         [ +  - ]:        747 :                 ::rtl::OUString sParamName1( RTL_CONSTASCII_USTRINGPARAM("bReadOnly") );
     134         [ +  - ]:        747 :                 ::rtl::OUString sParamType1( RTL_CONSTASCII_USTRINGPARAM("boolean") );
     135                 :        747 :                 aParameters[1].pParamName = sParamName1.pData;
     136                 :        747 :                 aParameters[1].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_BOOLEAN;
     137                 :        747 :                 aParameters[1].pTypeName = sParamType1.pData;
     138                 :        747 :                 aParameters[1].bIn = sal_True;
     139                 :        747 :                 aParameters[1].bOut = sal_False;
     140         [ +  - ]:        747 :                 ::rtl::OUString sParamName2( RTL_CONSTASCII_USTRINGPARAM("bCreate") );
     141         [ +  - ]:        747 :                 ::rtl::OUString sParamType2( RTL_CONSTASCII_USTRINGPARAM("boolean") );
     142                 :        747 :                 aParameters[2].pParamName = sParamName2.pData;
     143                 :        747 :                 aParameters[2].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_BOOLEAN;
     144                 :        747 :                 aParameters[2].pTypeName = sParamType2.pData;
     145                 :        747 :                 aParameters[2].bIn = sal_True;
     146                 :        747 :                 aParameters[2].bOut = sal_False;
     147         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.InvalidRegistryException"));
     148         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName1(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     149                 :        747 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
     150         [ +  - ]:        747 :                 ::rtl::OUString sReturnType1( RTL_CONSTASCII_USTRINGPARAM("void") );
     151         [ +  - ]:        747 :                 ::rtl::OUString sMethodName1( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::open") );
     152                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     153                 :            :                     4, sal_False,
     154                 :            :                     sMethodName1.pData,
     155                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType1.pData,
     156                 :            :                     3, aParameters,
     157                 :        747 :                     2, the_Exceptions );
     158                 :        747 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     159                 :            :             }
     160                 :            :             {
     161         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     162                 :        747 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData };
     163         [ +  - ]:        747 :                 ::rtl::OUString sReturnType2( RTL_CONSTASCII_USTRINGPARAM("boolean") );
     164         [ +  - ]:        747 :                 ::rtl::OUString sMethodName2( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::isValid") );
     165                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     166                 :            :                     5, sal_False,
     167                 :            :                     sMethodName2.pData,
     168                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_BOOLEAN, sReturnType2.pData,
     169                 :            :                     0, 0,
     170                 :        747 :                     1, the_Exceptions );
     171                 :        747 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     172                 :            :             }
     173                 :            :             {
     174         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.InvalidRegistryException"));
     175         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName1(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     176                 :        747 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
     177         [ +  - ]:        747 :                 ::rtl::OUString sReturnType3( RTL_CONSTASCII_USTRINGPARAM("void") );
     178         [ +  - ]:        747 :                 ::rtl::OUString sMethodName3( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::close") );
     179                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     180                 :            :                     6, sal_False,
     181                 :            :                     sMethodName3.pData,
     182                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType3.pData,
     183                 :            :                     0, 0,
     184                 :        747 :                     2, the_Exceptions );
     185                 :        747 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     186                 :            :             }
     187                 :            :             {
     188         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.InvalidRegistryException"));
     189         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName1(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     190                 :        747 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
     191         [ +  - ]:        747 :                 ::rtl::OUString sReturnType4( RTL_CONSTASCII_USTRINGPARAM("void") );
     192         [ +  - ]:        747 :                 ::rtl::OUString sMethodName4( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::destroy") );
     193                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     194                 :            :                     7, sal_False,
     195                 :            :                     sMethodName4.pData,
     196                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType4.pData,
     197                 :            :                     0, 0,
     198                 :        747 :                     2, the_Exceptions );
     199                 :        747 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     200                 :            :             }
     201                 :            :             {
     202         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.InvalidRegistryException"));
     203         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName1(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     204                 :        747 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
     205         [ +  - ]:        747 :                 ::rtl::OUString sReturnType5( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XRegistryKey") );
     206         [ +  - ]:        747 :                 ::rtl::OUString sMethodName5( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::getRootKey") );
     207                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     208                 :            :                     8, sal_False,
     209                 :            :                     sMethodName5.pData,
     210                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_INTERFACE, sReturnType5.pData,
     211                 :            :                     0, 0,
     212                 :        747 :                     2, the_Exceptions );
     213                 :        747 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     214                 :            :             }
     215                 :            :             {
     216         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.InvalidRegistryException"));
     217         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName1(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     218                 :        747 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData };
     219         [ +  - ]:        747 :                 ::rtl::OUString sReturnType6( RTL_CONSTASCII_USTRINGPARAM("boolean") );
     220         [ +  - ]:        747 :                 ::rtl::OUString sMethodName6( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::isReadOnly") );
     221                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     222                 :            :                     9, sal_False,
     223                 :            :                     sMethodName6.pData,
     224                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_BOOLEAN, sReturnType6.pData,
     225                 :            :                     0, 0,
     226                 :        747 :                     2, the_Exceptions );
     227                 :        747 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     228                 :            :             }
     229                 :            :             {
     230                 :            :                 typelib_Parameter_Init aParameters[2];
     231         [ +  - ]:        747 :                 ::rtl::OUString sParamName0( RTL_CONSTASCII_USTRINGPARAM("aKeyName") );
     232         [ +  - ]:        747 :                 ::rtl::OUString sParamType0( RTL_CONSTASCII_USTRINGPARAM("string") );
     233                 :        747 :                 aParameters[0].pParamName = sParamName0.pData;
     234                 :        747 :                 aParameters[0].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_STRING;
     235                 :        747 :                 aParameters[0].pTypeName = sParamType0.pData;
     236                 :        747 :                 aParameters[0].bIn = sal_True;
     237                 :        747 :                 aParameters[0].bOut = sal_False;
     238         [ +  - ]:        747 :                 ::rtl::OUString sParamName1( RTL_CONSTASCII_USTRINGPARAM("aUrl") );
     239         [ +  - ]:        747 :                 ::rtl::OUString sParamType1( RTL_CONSTASCII_USTRINGPARAM("string") );
     240                 :        747 :                 aParameters[1].pParamName = sParamName1.pData;
     241                 :        747 :                 aParameters[1].eTypeClass = (typelib_TypeClass)::com::sun::star::uno::TypeClass_STRING;
     242                 :        747 :                 aParameters[1].pTypeName = sParamType1.pData;
     243                 :        747 :                 aParameters[1].bIn = sal_True;
     244                 :        747 :                 aParameters[1].bOut = sal_False;
     245         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName0(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.InvalidRegistryException"));
     246         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName1(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.MergeConflictException"));
     247         [ +  - ]:        747 :                 ::rtl::OUString the_ExceptionName2(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException"));
     248                 :        747 :                 rtl_uString * the_Exceptions[] = { the_ExceptionName0.pData, the_ExceptionName1.pData, the_ExceptionName2.pData };
     249         [ +  - ]:        747 :                 ::rtl::OUString sReturnType7( RTL_CONSTASCII_USTRINGPARAM("void") );
     250         [ +  - ]:        747 :                 ::rtl::OUString sMethodName7( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.registry.XSimpleRegistry::mergeKey") );
     251                 :            :                 typelib_typedescription_newInterfaceMethod( &pMethod,
     252                 :            :                     10, sal_False,
     253                 :            :                     sMethodName7.pData,
     254                 :            :                     (typelib_TypeClass)::com::sun::star::uno::TypeClass_VOID, sReturnType7.pData,
     255                 :            :                     2, aParameters,
     256                 :        747 :                     3, the_Exceptions );
     257                 :        747 :                 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod );
     258                 :            :             }
     259                 :        747 :             typelib_typedescription_release( (typelib_TypeDescription*)pMethod );
     260         [ +  - ]:        747 :         }
     261                 :            :     }
     262                 :            :     else
     263                 :            :     {
     264                 :            :         OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
     265                 :            :     }
     266                 :       5943 :     return rRet;
     267                 :            : }
     268                 :            : 
     269                 :            : } } } }
     270                 :            : 
     271                 :       2932 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< ::com::sun::star::registry::XSimpleRegistry > const *) SAL_THROW(()) {
     272                 :       2932 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< ::com::sun::star::registry::XSimpleRegistry > >::get();
     273                 :            : }
     274                 :            : 
     275                 :       2932 : ::com::sun::star::uno::Type const & ::com::sun::star::registry::XSimpleRegistry::static_type(SAL_UNUSED_PARAMETER void *) {
     276                 :       2932 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< ::com::sun::star::registry::XSimpleRegistry > * >(0));
     277                 :            : }
     278                 :            : 
     279                 :            : #endif // INCLUDED_COM_SUN_STAR_REGISTRY_XSIMPLEREGISTRY_HPP

Generated by: LCOV version 1.10