Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_REPORT_XREPORTDEFINITION_HPP
2 : #define INCLUDED_COM_SUN_STAR_REPORT_XREPORTDEFINITION_HPP
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/report/XReportDefinition.hdl"
7 :
8 : #include "com/sun/star/container/NoSuchElementException.hpp"
9 : #include "com/sun/star/document/XDocumentSubStorageSupplier.hpp"
10 : #include "com/sun/star/document/XEventBroadcaster.hpp"
11 : #include "com/sun/star/document/XStorageBasedDocument.hpp"
12 : #include "com/sun/star/document/XViewDataSupplier.hpp"
13 : #include "com/sun/star/embed/XVisualObject.hpp"
14 : #include "com/sun/star/frame/XLoadable.hpp"
15 : #include "com/sun/star/frame/XModel.hpp"
16 : #include "com/sun/star/lang/DisposedException.hpp"
17 : #include "com/sun/star/lang/IllegalArgumentException.hpp"
18 : #include "com/sun/star/report/XFunctionsSupplier.hpp"
19 : #include "com/sun/star/report/XGroups.hpp"
20 : #include "com/sun/star/report/XReportComponent.hpp"
21 : #include "com/sun/star/report/XSection.hpp"
22 : #include "com/sun/star/sdbc/XConnection.hpp"
23 : #include "com/sun/star/style/XStyleFamiliesSupplier.hpp"
24 : #include "com/sun/star/ui/XUIConfigurationManagerSupplier.hpp"
25 : #include "com/sun/star/uno/Exception.hpp"
26 : #include "com/sun/star/uno/RuntimeException.hpp"
27 : #include "com/sun/star/util/XCloseable.hpp"
28 : #include "com/sun/star/util/XModifiable2.hpp"
29 : #include "com/sun/star/uno/Reference.hxx"
30 : #include "com/sun/star/uno/Sequence.hxx"
31 : #include "com/sun/star/uno/Type.hxx"
32 : #include "cppu/unotype.hxx"
33 : #include "osl/mutex.hxx"
34 : #include "rtl/ustring.hxx"
35 : #include "rtl/instance.hxx"
36 : #include "sal/types.h"
37 :
38 : namespace com { namespace sun { namespace star { namespace report {
39 :
40 0 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::report::XReportDefinition const *) {
41 : static typelib_TypeDescriptionReference * the_type = 0;
42 0 : if ( !the_type )
43 : {
44 0 : typelib_static_type_init( &the_type, typelib_TypeClass_INTERFACE, "com.sun.star.report.XReportDefinition" );
45 : }
46 0 : return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
47 : }
48 :
49 : } } } }
50 :
51 0 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::report::XReportDefinition > const *) SAL_THROW(()) {
52 0 : return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::report::XReportDefinition > >::get();
53 : }
54 :
55 0 : ::com::sun::star::uno::Type const & css::report::XReportDefinition::static_type(SAL_UNUSED_PARAMETER void *) {
56 0 : return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::report::XReportDefinition > * >(0));
57 : }
58 :
59 : #endif // INCLUDED_COM_SUN_STAR_REPORT_XREPORTDEFINITION_HPP
|