1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
9 * last change: $Author$ $Date$
11 * The Contents of this file are made available subject to
12 * the terms of GNU Lesser General Public License Version 2.1.
15 * GNU Lesser General Public License Version 2.1
16 * =============================================
17 * Copyright 2005 by Sun Microsystems, Inc.
18 * 901 San Antonio Road, Palo Alto, CA 94303, USA
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License version 2.1, as published by the Free Software Foundation.
24 * This library is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27 * Lesser General Public License for more details.
29 * You should have received a copy of the GNU Lesser General Public
30 * License along with this library; if not, write to the Free Software
31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
34 ************************************************************************/
36 #ifndef _GSTCOMMON_HXX
37 #define _GSTCOMMON_HXX
41 #ifndef _OSL_MUTEX_HXX_
42 #include <osl/mutex.hxx>
45 #include <tools/debug.hxx>
48 #include <tools/stream.hxx>
51 #include <tools/string.hxx>
54 #include <tools/urlobj.hxx>
56 #ifndef _CPPUHELPER_IMPLBASE1_HXX_
57 #include <cppuhelper/implbase1.hxx>
59 #ifndef _CPPUHELPER_IMPLBASE2_HXX_
60 #include <cppuhelper/implbase2.hxx>
62 #ifndef _CPPUHELPER_WEAK_HXX_
63 #include <cppuhelper/weak.hxx>
65 #ifndef _CPPUHELPER_FACTORY_HXX_
66 #include <cppuhelper/factory.hxx>
69 #include <com/sun/star/uno/Reference.h>
70 #include <com/sun/star/uno/RuntimeException.hpp>
71 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
72 #include <com/sun/star/lang/XComponent.hpp>
73 #include <com/sun/star/registry/XRegistryKey.hpp>
74 #include <com/sun/star/lang/XComponent.hpp>
75 #include <com/sun/star/lang/XServiceInfo.hpp>
76 #include <com/sun/star/awt/Rectangle.hpp>
77 #include <com/sun/star/awt/KeyModifier.hpp>
78 #include <com/sun/star/awt/MouseButton.hpp>
79 #include <com/sun/star/media/XManager.hpp>
81 #define WM_GRAPHNOTIFY (WM_USER + 567)
83 #endif // _GSTCOMMOM_HXX