LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/oovbaapi/normal/ooo/vba/excel - XRange.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 8 8 100.0 %
Date: 2013-07-09 Functions: 3 3 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_OOO_VBA_EXCEL_XRANGE_HPP
       2             : #define INCLUDED_OOO_VBA_EXCEL_XRANGE_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "ooo/vba/excel/XRange.hdl"
       7             : 
       8             : #include "com/sun/star/container/XEnumerationAccess.hpp"
       9             : #include "com/sun/star/script/BasicErrorException.hpp"
      10             : #include "com/sun/star/script/XDefaultMethod.hpp"
      11             : #include "com/sun/star/script/XDefaultProperty.hpp"
      12             : #include "com/sun/star/script/XErrorQuery.hpp"
      13             : #include "com/sun/star/uno/RuntimeException.hpp"
      14             : #include "ooo/vba/excel/XCharacters.hpp"
      15             : #include "ooo/vba/excel/XComment.hpp"
      16             : #include "ooo/vba/excel/XFormat.hpp"
      17             : #include "ooo/vba/excel/XName.hpp"
      18             : #include "ooo/vba/excel/XRange.hpp"
      19             : #include "ooo/vba/excel/XValidation.hpp"
      20             : #include "ooo/vba/excel/XWorksheet.hpp"
      21             : #include "com/sun/star/uno/Any.hxx"
      22             : #include "com/sun/star/uno/Reference.hxx"
      23             : #include "com/sun/star/uno/Sequence.hxx"
      24             : #include "com/sun/star/uno/Type.hxx"
      25             : #include "cppu/unotype.hxx"
      26             : #include "osl/mutex.hxx"
      27             : #include "rtl/ustring.hxx"
      28             : #include "rtl/instance.hxx"
      29             : #include "sal/types.h"
      30             : 
      31             : namespace ooo { namespace vba { namespace excel {
      32             : 
      33        3999 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::ooo::vba::excel::XRange const *) {
      34             :     static typelib_TypeDescriptionReference * the_type = 0;
      35        3999 :     if ( !the_type )
      36             :     {
      37           1 :         typelib_static_type_init( &the_type, typelib_TypeClass_INTERFACE, "ooo.vba.excel.XRange" );
      38             :     }
      39        3999 :     return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
      40             : }
      41             : 
      42             : } } }
      43             : 
      44        1718 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< ::ooo::vba::excel::XRange > const *) SAL_THROW(()) {
      45        1718 :     return ::cppu::UnoType< ::com::sun::star::uno::Reference< ::ooo::vba::excel::XRange > >::get();
      46             : }
      47             : 
      48        1718 : ::com::sun::star::uno::Type const & ::ooo::vba::excel::XRange::static_type(SAL_UNUSED_PARAMETER void *) {
      49        1718 :     return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< ::ooo::vba::excel::XRange > * >(0));
      50             : }
      51             : 
      52             : #endif // INCLUDED_OOO_VBA_EXCEL_XRANGE_HPP

Generated by: LCOV version 1.10