LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
sheet
SheetCellRange.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
#ifndef __com_sun_star_sheet_SheetCellRange_idl__
21
#define __com_sun_star_sheet_SheetCellRange_idl__
22
23
24
#include <
com/sun/star/table/CellRange.idl
>
25
#include <
com/sun/star/style/CharacterProperties.idl
>
26
#include <
com/sun/star/style/CharacterPropertiesAsian.idl
>
27
#include <
com/sun/star/style/CharacterPropertiesComplex.idl
>
28
#include <
com/sun/star/style/ParagraphProperties.idl
>
29
#include <
com/sun/star/sheet/SheetRangesQuery.idl
>
30
31
32
#include <
com/sun/star/util/XReplaceable.idl
>
33
#include <
com/sun/star/util/XMergeable.idl
>
34
#include <
com/sun/star/util/XIndent.idl
>
35
#include <
com/sun/star/table/XColumnRowRange.idl
>
36
#include <
com/sun/star/table/XAutoFormattable.idl
>
37
#include <
com/sun/star/sheet/XSheetCellRange.idl
>
38
#include <
com/sun/star/sheet/XCellRangeData.idl
>
39
#include <
com/sun/star/sheet/XCellRangeFormula.idl
>
40
#include <
com/sun/star/sheet/XCellRangeAddressable.idl
>
41
#include <
com/sun/star/sheet/XSheetOperation.idl
>
42
#include <
com/sun/star/sheet/XCellSeries.idl
>
43
#include <
com/sun/star/sheet/XArrayFormulaRange.idl
>
44
#include <
com/sun/star/sheet/XMultipleOperation.idl
>
45
#include <
com/sun/star/util/XSortable.idl
>
46
#include <
com/sun/star/util/XImportable.idl
>
47
#include <
com/sun/star/sheet/XSubTotalCalculatable.idl
>
48
#include <
com/sun/star/sheet/XSheetFilterableEx.idl
>
49
#include <
com/sun/star/sheet/XCellFormatRangesSupplier.idl
>
50
#include <
com/sun/star/sheet/XUniqueCellFormatRangesSupplier.idl
>
51
#include <
com/sun/star/chart/XChartDataArray.idl
>
52
53
54
#include <
com/sun/star/awt/Point.idl
>
55
#include <
com/sun/star/awt/Size.idl
>
56
#include <
com/sun/star/sheet/XSheetConditionalEntries.idl
>
57
#include <
com/sun/star/beans/XPropertySet.idl
>
58
#include <
com/sun/star/beans/XTolerantMultiPropertySet.idl
>
59
#include <
com/sun/star/util/XModifyBroadcaster.idl
>
60
61
62
module com { module sun { module star { module sheet {
63
64
70
published service
SheetCellRange
71
{
72
76
service
com::sun::star::table::CellRange
;
77
78
81
service
com::sun::star::style::CharacterProperties
;
82
83
86
service
com::sun::star::style::CharacterPropertiesAsian
;
87
88
91
service
com::sun::star::style::CharacterPropertiesComplex
;
92
93
96
service
com::sun::star::style::ParagraphProperties
;
97
98
101
service
com::sun::star::sheet::SheetRangesQuery
;
102
103
111
interface
com::sun::star::util::XReplaceable
;
112
113
116
interface
com::sun::star::util::XMergeable
;
117
118
121
interface
com::sun::star::util::XIndent
;
122
123
126
interface
com::sun::star::table::XColumnRowRange
;
127
128
131
interface
com::sun::star::table::XAutoFormattable
;
132
133
136
interface
com::sun::star::sheet::XSheetCellRange
;
137
138
141
interface
com::sun::star::sheet::XCellRangeData
;
142
143
148
[optional]
interface
com::sun::star::sheet::XCellRangeFormula
;
149
150
153
interface
com::sun::star::sheet::XCellRangeAddressable
;
154
155
159
interface
com::sun::star::sheet::XSheetOperation
;
160
161
165
interface
com::sun::star::sheet::XCellSeries
;
166
167
170
interface
com::sun::star::sheet::XArrayFormulaRange
;
171
172
175
interface
com::sun::star::sheet::XMultipleOperation
;
176
177
180
interface
com::sun::star::util::XSortable
;
181
182
188
interface
com::sun::star::util::XImportable
;
189
190
193
interface
com::sun::star::sheet::XSubTotalCalculatable
;
194
195
198
interface
com::sun::star::sheet::XSheetFilterableEx
;
199
200
203
interface
com::sun::star::sheet::XCellFormatRangesSupplier
;
204
205
208
interface
com::sun::star::sheet::XUniqueCellFormatRangesSupplier
;
209
210
214
interface
com::sun::star::chart::XChartDataArray
;
215
216
217
[optional]
interface
com::sun::star::beans::XTolerantMultiPropertySet
;
218
219
225
[optional]
interface
com::sun::star::util::XModifyBroadcaster
;
226
227
234
[readonly, property]
com::sun::star::awt::Point
Position
;
235
236
239
[readonly, property]
com::sun::star::awt::Size
Size
;
240
241
249
[property]
com::sun::star::sheet::XSheetConditionalEntries
250
ConditionalFormat
;
251
252
261
[optional, property]
com::sun::star::sheet::XSheetConditionalEntries
262
ConditionalFormatLocal
;
263
264
272
[property]
com::sun::star::beans::XPropertySet
Validation
;
273
274
283
[optional, property]
com::sun::star::beans::XPropertySet
ValidationLocal
;
284
285
288
[optional, readonly, property]
string
AbsoluteName
;
289
};
290
291
292
}; }; }; };
293
294
#endif
295
296
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4