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

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP
       2             : #define INCLUDED_COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/beans/PropertyState.hdl"
       7             : 
       8             : #include "com/sun/star/uno/Type.hxx"
       9             : #include "cppu/unotype.hxx"
      10             : #include "osl/mutex.hxx"
      11             : #include "rtl/instance.hxx"
      12             : 
      13             : namespace com { namespace sun { namespace star { namespace beans { namespace detail {
      14             : 
      15             : struct thePropertyStateType : public rtl::StaticWithInit< ::com::sun::star::uno::Type *, thePropertyStateType >
      16             : {
      17           2 :     ::com::sun::star::uno::Type * operator()() const
      18             :     {
      19           2 :         ::rtl::OUString sTypeName( "com.sun.star.beans.PropertyState" );
      20             : 
      21             :         // Start inline typedescription generation
      22           2 :         typelib_TypeDescription * pTD = 0;
      23             : 
      24             :         rtl_uString* enumValueNames[3];
      25           2 :         ::rtl::OUString sEnumValue0( "DIRECT_VALUE" );
      26           2 :         enumValueNames[0] = sEnumValue0.pData;
      27           2 :         ::rtl::OUString sEnumValue1( "DEFAULT_VALUE" );
      28           2 :         enumValueNames[1] = sEnumValue1.pData;
      29           2 :         ::rtl::OUString sEnumValue2( "AMBIGUOUS_VALUE" );
      30           2 :         enumValueNames[2] = sEnumValue2.pData;
      31             : 
      32             :         sal_Int32 enumValues[3];
      33           2 :         enumValues[0] = 0;
      34           2 :         enumValues[1] = 1;
      35           2 :         enumValues[2] = 2;
      36             : 
      37             :         typelib_typedescription_newEnum( &pTD,
      38             :             sTypeName.pData,
      39             :             (sal_Int32)::com::sun::star::beans::PropertyState_DIRECT_VALUE,
      40           2 :             3, enumValueNames, enumValues );
      41             : 
      42           2 :         typelib_typedescription_register( (typelib_TypeDescription**)&pTD );
      43           2 :         typelib_typedescription_release( pTD );
      44             :         // End inline typedescription generation
      45             : 
      46           2 :         return new ::com::sun::star::uno::Type( ::com::sun::star::uno::TypeClass_ENUM, sTypeName ); // leaked
      47             :     }
      48             : };
      49             : 
      50             : } } } } }
      51             : 
      52             : namespace com { namespace sun { namespace star { namespace beans {
      53             : 
      54           2 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::beans::PropertyState const *) {
      55           2 :     return *detail::thePropertyStateType::get();
      56             : }
      57             : 
      58             : } } } }
      59             : 
      60             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER css::beans::PropertyState const *) SAL_THROW(()) {
      61             :     return ::cppu::UnoType< css::beans::PropertyState >::get();
      62             : }
      63             : 
      64             : #endif // INCLUDED_COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP

Generated by: LCOV version 1.10