update dev300-m58
[ooovba.git] / offapi / com / sun / star / chart / ChartArea.idl
blob382a948981d93052384c354783fe680525116c3e
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: ChartArea.idl,v $
10 * $Revision: 1.16 $
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_chart_ChartArea_idl__
31 #define __com_sun_star_chart_ChartArea_idl__
33 #ifndef __com_sun_star_drawing_FillProperties_idl__
34 #include <com/sun/star/drawing/FillProperties.idl>
35 #endif
37 #ifndef __com_sun_star_drawing_LineProperties_idl__
38 #include <com/sun/star/drawing/LineProperties.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_xml_UserDefinedAttributeSupplier_idl_
46 #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
47 #endif
49 //=============================================================================
51 module com { module sun { module star { module chart {
53 //=============================================================================
55 /** Specifies the area elements of a chart, e.g. the
56 background area, the diagram wall, and the diagram floor of
57 three-dimensional charts.
59 published service ChartArea
61 service com::sun::star::drawing::FillProperties;
62 service com::sun::star::drawing::LineProperties;
64 /** If the <type>ChartArea</type> may be stored as XML element,
65 this service should be supported in order to preserve unparsed
66 XML attributes.
68 @since OOo 1.1.2
70 [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
72 interface com::sun::star::beans::XPropertySet;
73 };
75 //=============================================================================
77 }; }; }; };
79 #endif