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