LibreOffice
LibreOffice 7.6 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
21
22
23
24
25
26module com { module sun { module star { module sheet {
27
28
33published service SheetCellRanges
34{
35
39
40
44
45
49
50
54
55
59
60
64
65
74
75
79
80
85
86
91
92
97
98
104
105
112
113
123
124
135
136
145
146
156
157
160 [optional, readonly, property] string AbsoluteName;
161};
162
163
164}; }; }; };
165
166/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:46
gives access to data represented as an array of rows.
Definition: XChartDataArray.idl:32
used to enumerate objects in a container which contains objects.
Definition: XEnumerationAccess.idl:28
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:29
provides methods to access cell ranges in a collection via index and to add and remove cell ranges.
Definition: XSheetCellRangeContainer.idl:30
provides methods to add and remove conditions of a conditional format.
Definition: XSheetConditionalEntries.idl:30
provides methods to execute operations on a cell range or ranges.
Definition: XSheetOperation.idl:30
allows indentation of the object to be changed.
Definition: XIndent.idl:27
makes it possible to replace strings in a text described by a SearchDescriptor.
Definition: XReplaceable.idl:38
Definition: Ambiguous.idl:20
represents a collection of cell ranges in a spreadsheet document.
Definition: SheetCellRanges.idl:34
string AbsoluteName
Returns the absolute address of the ranges as string, e.g.
Definition: SheetCellRanges.idl:160
com::sun::star::beans::XPropertySet ValidationLocal
contains the data validation settings for this cell, using localized formulas.
Definition: SheetCellRanges.idl:155
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormatLocal
contains the conditional formatting settings for this cell, using localized formulas.
Definition: SheetCellRanges.idl:134
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormat
contains the conditional formatting settings for this cell.
Definition: SheetCellRanges.idl:122
com::sun::star::beans::XPropertySet Validation
contains the data validation settings for this cell.
Definition: SheetCellRanges.idl:144
provides interfaces to find cells with specific properties.
Definition: SheetRangesQuery.idl:27
This is a set of properties to describe the style of characters in Asian texts.
Definition: CharacterPropertiesAsian.idl:27
This is a set of properties to describe the style of characters in complex texts.
Definition: CharacterPropertiesComplex.idl:27
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:27
describes the style of paragraphs.
Definition: ParagraphProperties.idl:25
contains the properties of a table cell.
Definition: CellProperties.idl:30