merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / text / CellRange.idl
blobb16e88e211a6080e058604089356085eb32e194a
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 #ifndef __com_sun_star_text_CellRange_idl__
28 #define __com_sun_star_text_CellRange_idl__
30 #ifndef __com_sun_star_table_XCellRange_idl__
31 #include <com/sun/star/table/XCellRange.idl>
32 #endif
34 #ifndef __com_sun_star_util_Color_idl__
35 #include <com/sun/star/util/Color.idl>
36 #endif
38 #ifndef __com_sun_star_sheet_XCellRangeData_idl__
39 #include <com/sun/star/sheet/XCellRangeData.idl>
40 #endif
42 #ifndef __com_sun_star_container_XNamed_idl__
43 #include <com/sun/star/container/XNamed.idl>
44 #endif
46 #ifndef __com_sun_star_style_ParagraphProperties_idl__
47 #include <com/sun/star/style/ParagraphProperties.idl>
48 #endif
49 #ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__
50 #include <com/sun/star/style/ParagraphPropertiesAsian.idl>
51 #endif
52 #ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__
53 #include <com/sun/star/style/ParagraphPropertiesComplex.idl>
54 #endif
55 #ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__
56 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
57 #endif
58 #ifndef __com_sun_star_style_CharacterProperties_Complex_idl__
59 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
60 #endif
61 #ifndef __com_sun_star_style_CharacterProperties_idl__
62 #include <com/sun/star/style/CharacterProperties.idl>
63 #endif
64 #ifndef __com_sun_star_sheet_XCellRangeData_idl__
65 #include <com/sun/star/sheet/XCellRangeData.idl>
66 #endif
67 #ifndef __com_sun_star_style_GraphicLocation_idl__
68 #include <com/sun/star/style/GraphicLocation.idl>
69 #endif
70 #ifndef __com_sun_star_chart_XChartDataArray_idl__
71 #include <com/sun/star/chart/XChartDataArray.idl>
72 #endif
74 //=============================================================================
76 module com { module sun { module star { module text {
78 //=============================================================================
80 /** area of cells within a text table.
82 @see com::sun::star::text::TextTable
84 published service CellRange
86 service com::sun::star::style::CharacterProperties;
88 service com::sun::star::style::CharacterPropertiesAsian;
90 service com::sun::star::style::CharacterPropertiesComplex;
92 service com::sun::star::style::ParagraphProperties;
94 [optional] service com::sun::star::style::ParagraphPropertiesAsian;
96 [optional] service com::sun::star::style::ParagraphPropertiesComplex;
98 interface com::sun::star::table::XCellRange;
100 [optional] interface com::sun::star::sheet::XCellRangeData;
102 [optional] interface com::sun::star::chart::XChartDataArray;
104 //-----------------------------------------------------------------------------
106 /** contains color of the background.
108 [property] com::sun::star::util::Color BackColor;
110 //-----------------------------------------------------------------------------
112 /** contains the filter name of the background graphic.
114 [property] string BackGraphicFilter;
116 //-----------------------------------------------------------------------------
118 /** determins the location of the background graphic.
120 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
122 //-----------------------------------------------------------------------------
124 /** contains the URL of the background graphic.
126 [property] string BackGraphicURL;
128 //-----------------------------------------------------------------------------
130 /** determins if the background color is transparent.
132 [property] boolean BackTransparent;
134 //-----------------------------------------------------------------------------
136 /** determins if the first column of the table should be treated as
137 axis labels when a chart is to be created.
139 [property] boolean ChartColumnAsLabel;
141 //-----------------------------------------------------------------------------
143 /** determins if the first row of the table should be treated as
144 axis labels when a chart is to be created.
146 [property] boolean ChartRowAsLabel;
148 //-----------------------------------------------------------------------------
150 /** contains the number format.
152 [property] long NumberFormat;
156 //=============================================================================
158 }; }; }; };
160 #endif