xref: /aoo41x/main/avmedia/source/win/wincommon.hxx (revision 9ea84ac5)
1  /**************************************************************
2   *
3   * Licensed to the Apache Software Foundation (ASF) under one
4   * or more contributor license agreements.  See the NOTICE file
5   * distributed with this work for additional information
6   * regarding copyright ownership.  The ASF licenses this file
7   * to you under the Apache License, Version 2.0 (the
8   * "License"); you may not use this file except in compliance
9   * with the License.  You may obtain a copy of the License at
10   *
11   *   http://www.apache.org/licenses/LICENSE-2.0
12   *
13   * Unless required by applicable law or agreed to in writing,
14   * software distributed under the License is distributed on an
15   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16   * KIND, either express or implied.  See the License for the
17   * specific language governing permissions and limitations
18   * under the License.
19   *
20   *************************************************************/
21  
22  
23  
24  #ifndef _WINCOMMON_HXX
25  #define _WINCOMMON_HXX
26  
27  #include <osl/mutex.hxx>
28  #include <rtl/ustring.hxx>
29  #include <tools/debug.hxx>
30  #include <tools/stream.hxx>
31  #include <tools/string.hxx>
32  #include <tools/urlobj.hxx>
33  #include <cppuhelper/implbase1.hxx>
34  #include <cppuhelper/implbase2.hxx>
35  #include <cppuhelper/weak.hxx>
36  #include <cppuhelper/factory.hxx>
37  
38  #include <com/sun/star/uno/Reference.h>
39  #include <com/sun/star/uno/RuntimeException.hpp>
40  #include <com/sun/star/lang/XMultiServiceFactory.hpp>
41  #include <com/sun/star/lang/XComponent.hpp>
42  #include <com/sun/star/registry/XRegistryKey.hpp>
43  #include <com/sun/star/lang/XComponent.hpp>
44  #include <com/sun/star/lang/XServiceInfo.hpp>
45  #include <com/sun/star/awt/Rectangle.hpp>
46  #include <com/sun/star/awt/KeyModifier.hpp>
47  #include <com/sun/star/awt/MouseButton.hpp>
48  #include <com/sun/star/media/XManager.hpp>
49  
50  #define WM_GRAPHNOTIFY (WM_USER + 567)
51  
52  #endif // _WINCOMMOM_HXX
53