Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_RENDERING_XGRAPHICDEVICE_HPP
2 : #define INCLUDED_COM_SUN_STAR_RENDERING_XGRAPHICDEVICE_HPP
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/rendering/XGraphicDevice.hdl"
7 :
8 : #include "com/sun/star/geometry/IntegerSize2D.hpp"
9 : #include "com/sun/star/geometry/RealBezierSegment2D.hpp"
10 : #include "com/sun/star/geometry/RealPoint2D.hpp"
11 : #include "com/sun/star/geometry/RealSize2D.hpp"
12 : #include "com/sun/star/lang/IllegalArgumentException.hpp"
13 : #include "com/sun/star/lang/XMultiServiceFactory.hpp"
14 : #include "com/sun/star/rendering/XBezierPolyPolygon2D.hpp"
15 : #include "com/sun/star/rendering/XBitmap.hpp"
16 : #include "com/sun/star/rendering/XBufferController.hpp"
17 : #include "com/sun/star/rendering/XColorSpace.hpp"
18 : #include "com/sun/star/rendering/XLinePolyPolygon2D.hpp"
19 : #include "com/sun/star/rendering/XVolatileBitmap.hpp"
20 : #include "com/sun/star/uno/RuntimeException.hpp"
21 : #include "com/sun/star/uno/XInterface.hpp"
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/instance.hxx"
28 : #include "sal/types.h"
29 :
30 : namespace com { namespace sun { namespace star { namespace rendering {
31 :
32 0 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::rendering::XGraphicDevice const *) {
33 : static typelib_TypeDescriptionReference * the_type = 0;
34 0 : if ( !the_type )
35 : {
36 0 : typelib_static_type_init( &the_type, typelib_TypeClass_INTERFACE, "com.sun.star.rendering.XGraphicDevice" );
37 : }
38 0 : return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
39 : }
40 :
41 : } } } }
42 :
43 0 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::rendering::XGraphicDevice > const *) SAL_THROW(()) {
44 0 : return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::rendering::XGraphicDevice > >::get();
45 : }
46 :
47 0 : ::com::sun::star::uno::Type const & css::rendering::XGraphicDevice::static_type(SAL_UNUSED_PARAMETER void *) {
48 0 : return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::rendering::XGraphicDevice > * >(0));
49 : }
50 :
51 : #endif // INCLUDED_COM_SUN_STAR_RENDERING_XGRAPHICDEVICE_HPP
|