Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_EMBED_XHATCHWINDOWFACTORY_HPP
2 : #define INCLUDED_COM_SUN_STAR_EMBED_XHATCHWINDOWFACTORY_HPP
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/embed/XHatchWindowFactory.hdl"
7 :
8 : #include "com/sun/star/awt/Rectangle.hpp"
9 : #include "com/sun/star/awt/Size.hpp"
10 : #include "com/sun/star/awt/XWindowPeer.hpp"
11 : #include "com/sun/star/embed/XHatchWindow.hpp"
12 : #include "com/sun/star/lang/IllegalArgumentException.hpp"
13 : #include "com/sun/star/uno/RuntimeException.hpp"
14 : #include "com/sun/star/uno/XInterface.hpp"
15 : #include "com/sun/star/uno/Reference.hxx"
16 : #include "com/sun/star/uno/Type.hxx"
17 : #include "cppu/unotype.hxx"
18 : #include "osl/mutex.hxx"
19 : #include "rtl/instance.hxx"
20 :
21 : namespace com { namespace sun { namespace star { namespace embed {
22 :
23 2 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::embed::XHatchWindowFactory const *) {
24 : static typelib_TypeDescriptionReference * the_type = 0;
25 2 : if ( !the_type )
26 : {
27 2 : typelib_static_type_init( &the_type, typelib_TypeClass_INTERFACE, "com.sun.star.embed.XHatchWindowFactory" );
28 : }
29 2 : return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
30 : }
31 :
32 : } } } }
33 :
34 2 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::embed::XHatchWindowFactory > const *) SAL_THROW(()) {
35 2 : return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::embed::XHatchWindowFactory > >::get();
36 : }
37 :
38 2 : ::com::sun::star::uno::Type const & css::embed::XHatchWindowFactory::static_type(SAL_UNUSED_PARAMETER void *) {
39 2 : return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::embed::XHatchWindowFactory > * >(0));
40 : }
41 :
42 : #endif // INCLUDED_COM_SUN_STAR_EMBED_XHATCHWINDOWFACTORY_HPP
|