Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / chart2 / ChartDocumentWrapper.idl
blob3a044535e8c99a6774de10476ec4d2fd43c57e3d
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: ChartDocumentWrapper.idl,v $
10 * $Revision: 1.3 $
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_chart2_ChartDocumentWrapper_idl
31 #define com_sun_star_chart2_ChartDocumentWrapper_idl
33 #include <com/sun/star/chart/ChartDocument.idl>
34 #include <com/sun/star/uno/XAggregation.idl>
36 module com
38 module sun
40 module star
42 module chart2
45 /** A component that implements the
46 <type scope="::com::sun::star::chart">ChartDocument</type> service and
47 is initialized with a
48 <type scope="::com::sun::star::chart2">ChartDocument</type> via
49 the <type scope="::com::sun::star::uno">XAggregation</type> interface.
51 service ChartDocumentWrapper
53 /** This service will be available for a
54 <type>ChartDocument</type> (of namespace chart2) through this
55 wrapper.
57 service ::com::sun::star::chart::ChartDocument;
59 /** provides the possibility to forward requests to a
60 <type>ChartDocument</type>.
62 interface ::com::sun::star::uno::XAggregation;
65 } ; // chart2
66 } ; // com
67 } ; // sun
68 } ; // star
70 #endif