LibreOffice
LibreOffice 7.3 SDK API Reference
SheetCellRanges.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_SheetCellRanges_idl__
21#define __com_sun_star_sheet_SheetCellRanges_idl__
22
23
30
31
39
40
43
44
45module com { module sun { module star { module sheet {
46
47
52published service SheetCellRanges
53{
54
58
59
63
64
68
69
73
74
78
79
83
84
93
94
98
99
104
105
110
111
116
117
123
124
131
132
142
143
154
155
164
165
175
176
179 [optional, readonly, property] string AbsoluteName;
180};
181
182
183}; }; }; };
184
185#endif
186
187/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
gives access to data represented as an array of rows.
Definition: XChartDataArray.idl:36
used to enumerate objects in a container which contains objects.
Definition: XEnumerationAccess.idl:34
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:41
provides methods to access cell ranges in a collection via index and to add and remove cell ranges.
Definition: XSheetCellRangeContainer.idl:37
provides methods to add and remove conditions of a conditional format.
Definition: XSheetConditionalEntries.idl:36
provides methods to execute operations on a cell range or ranges.
Definition: XSheetOperation.idl:37
allows indentation of the object to be changed.
Definition: XIndent.idl:31
makes it possible to replace strings in a text described by a SearchDescriptor.
Definition: XReplaceable.idl:46
Definition: Ambiguous.idl:22
represents a collection of cell ranges in a spreadsheet document.
Definition: SheetCellRanges.idl:53
string AbsoluteName
Returns the absolute address of the ranges as string, e.g.
Definition: SheetCellRanges.idl:179
com::sun::star::beans::XPropertySet ValidationLocal
contains the data validation settings for this cell, using localized formulas.
Definition: SheetCellRanges.idl:174
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormatLocal
contains the conditional formatting settings for this cell, using localized formulas.
Definition: SheetCellRanges.idl:153
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormat
contains the conditional formatting settings for this cell.
Definition: SheetCellRanges.idl:130
com::sun::star::beans::XPropertySet Validation
contains the data validation settings for this cell.
Definition: SheetCellRanges.idl:163
provides interfaces to find cells with specific properties.
Definition: SheetRangesQuery.idl:33
This is a set of properties to describe the style of characters in Asian texts.
Definition: CharacterPropertiesAsian.idl:32
This is a set of properties to describe the style of characters in complex texts.
Definition: CharacterPropertiesComplex.idl:32
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:37
describes the style of paragraphs.
Definition: ParagraphProperties.idl:41
contains the properties of a table cell.
Definition: CellProperties.idl:46