update dev300-m58
[ooovba.git] / offapi / com / sun / star / frame / DesktopTask.idl
blob0c8ae1102d6588b6cce8701ca2fb410e69ec6975
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: DesktopTask.idl,v $
10 * $Revision: 1.10 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_frame_DesktopTask_idl__
31 #define __com_sun_star_frame_DesktopTask_idl__
33 #ifndef __com_sun_star_frame_XDesktopTask_idl__
34 #include <com/sun/star/frame/XDesktopTask.idl>
35 #endif
37 #ifndef __com_sun_star_frame_XFrame_idl__
38 #include <com/sun/star/frame/XFrame.idl>
39 #endif
41 #ifndef __com_sun_star_beans_XPropertySet_idl__
42 #include <com/sun/star/beans/XPropertySet.idl>
43 #endif
45 #ifndef __com_sun_star_frame_XWindowArranger_idl__
46 #include <com/sun/star/frame/XWindowArranger.idl>
47 #endif
49 #ifndef __com_sun_star_frame_XFramesSupplier_idl__
50 #include <com/sun/star/frame/XFramesSupplier.idl>
51 #endif
53 #ifndef __com_sun_star_awt_Point_idl__
54 #include <com/sun/star/awt/Point.idl>
55 #endif
57 #ifndef __com_sun_star_awt_Size_idl__
58 #include <com/sun/star/awt/Size.idl>
59 #endif
61 //=============================================================================
63 module com { module sun { module star { module frame {
65 //=============================================================================
66 /** use the <type>Frame</type> service instead of this
67 @deprecated
69 published service DesktopTask
71 /** use <type>Frame</type> service */
72 interface com::sun::star::frame::XDesktopTask;
74 /** use the same interface at the <type>Frame</type> service */
75 interface com::sun::star::frame::XFrame;
77 /** use the same interface at the <type>Frame</type> service */
78 interface com::sun::star::beans::XPropertySet;
80 /** - */
81 interface com::sun::star::frame::XWindowArranger;
83 /** use the same interface at the <type>Desktop</type> or
84 <type>Frame</type> service */
85 interface com::sun::star::frame::XFramesSupplier;
87 /** use property <member>Frame::Title</member> instead of that */
88 [readonly, property] string Title;
90 /** - */
91 [readonly, property] boolean IsDesktop;
93 /** use th visible state of the frame container window instead of this */
94 [property] boolean IsVisible;
96 /** - */
97 [property] boolean IsFloating;
98 /** - */
99 [property] boolean IsAlwaysVisible;
101 /** use the position of the frame container window instead of this */
102 [property] com::sun::star::awt::Point Position;
104 /** use the size of the frame container window instead of this */
105 [property] com::sun::star::awt::Size Size;
108 //=============================================================================
110 }; }; }; };
112 #endif