LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
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
21
22
23
24
25
26module com { module sun { module star { module sheet {
27
28
34published service SheetCellRange
35{
36
41
42
46
47
51
52
56
57
61
62
66
67
76
77
81
82
86
87
91
92
96
97
101
102
106
107
113
114
118
119
124
125
130
131
135
136
140
141
145
146
153
154
158
159
163
164
168
169
173
174
179
180
182
183
190
191
199
200
203 [readonly, property] com::sun::star::awt::Size Size;
204
205
215
216
227
228
237
238
248
249
252 [optional, readonly, property] string AbsoluteName;
253};
254
255
256}; }; }; };
257
258/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
provides access to multiple iformation of a set of properties with a single call.
Definition XTolerantMultiPropertySet.idl:41
gives access to data represented as an array of rows.
Definition generated_idl_chapter_refs.idl:143
provides handling of array formulas in a cell range.
Definition generated_idl_chapter_refs.idl:1070
provides access to a collection of equal-formatted cell ranges.
Definition XCellFormatRangesSupplier.idl:30
represents a cell which can be addressed with a com::sun::star::table::CellRangeAddress.
Definition generated_idl_chapter_refs.idl:3212
allows to get and set an array of data from a cell range.
Definition generated_idl_chapter_refs.idl:5273
allows to get and set cell contents (values, text or formulas) for a cell range.
Definition XCellRangeFormula.idl:34
provides methods to fill out a cell range automatically with values based on a start value,...
Definition generated_idl_chapter_refs.idl:3594
provides a method to apply a Multiple Operations Table to the cell range.
Definition generated_idl_chapter_refs.idl:1275
provides access to the spreadsheet that contains a cell range.
Definition generated_idl_chapter_refs.idl:3708
provides methods to add and remove conditions of a conditional format.
Definition generated_idl_chapter_refs.idl:3477
represents something from which criteria for filtering can be read.
Definition generated_idl_chapter_refs.idl:1833
provides methods to execute operations on a cell range or ranges.
Definition generated_idl_chapter_refs.idl:3786
contains methods to handle a subtotal descriptor.
Definition generated_idl_chapter_refs.idl:4813
provides access to a collection of collections of equal-formatted cell ranges.
Definition XUniqueCellFormatRangesSupplier.idl:31
provides a method to apply TableAutoFormats to a cell range.
Definition generated_idl_chapter_refs.idl:5234
provides methods to access the collections of columns and rows of a cell range.
Definition generated_idl_chapter_refs.idl:405
makes it possible to import files into the object.
Definition XImportable.idl:27
allows indentation of the object to be changed.
Definition generated_idl_chapter_refs.idl:4193
represents a range of cells that can be merged.
Definition generated_idl_chapter_refs.idl:3760
broadcasts each modification made on the date data of the object which supports this interface.
Definition XModifyBroadcaster.idl:32
makes it possible to replace strings in a text described by a SearchDescriptor.
Definition generated_idl_chapter_refs.idl:1981
makes it possible to sort the contents of this object.
Definition generated_idl_chapter_refs.idl:5416
Definition Ambiguous.idl:20
com::sun::star::awt::Size Size
contains the size of this range (in 1/100 mm).
Definition SheetCellRange.idl:203
string AbsoluteName
Returns the absolute address of the range as string, e.g.
Definition SheetCellRange.idl:252
com::sun::star::beans::XPropertySet ValidationLocal
contains the data validation settings for this cell, using localized formulas.
Definition SheetCellRange.idl:247
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormatLocal
contains the conditional formatting settings for this cell, using localized formulas.
Definition SheetCellRange.idl:226
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormat
contains the conditional formatting settings for this cell.
Definition SheetCellRange.idl:214
com::sun::star::beans::XPropertySet Validation
contains the data validation settings for this cell.
Definition SheetCellRange.idl:236
com::sun::star::awt::Point Position
contains the position of the top left cell of this range in the sheet (in 1/100 mm).
Definition SheetCellRange.idl:198
provides interfaces to find cells with specific properties.
Definition generated_idl_chapter_refs.idl:392
This is a set of properties to describe the style of characters in Asian texts.
Definition generated_idl_chapter_refs.idl:4641
This is a set of properties to describe the style of characters in complex texts.
Definition generated_idl_chapter_refs.idl:4615
This is a set of properties to describe the style of characters.
Definition generated_idl_chapter_refs.idl:4655
describes the style of paragraphs.
Definition generated_idl_chapter_refs.idl:4602
represents a range of cells within a table.
Definition CellRange.idl:27
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition Point.idl:28
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28