LibreOffice
LibreOffice 24.2 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 
26 module com { module sun { module star { module sheet {
27 
28 
33 published 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 methods to execute operations on a cell range or ranges.
Definition: XSheetOperation.idl:29
used to enumerate objects in a container which contains objects.
Definition: XEnumerationAccess.idl:27
makes it possible to replace strings in a text described by a SearchDescriptor.
Definition: XReplaceable.idl:37
This is a set of properties to describe the style of characters in complex texts. ...
Definition: CharacterPropertiesComplex.idl:26
provides interfaces to find cells with specific properties.
Definition: SheetRangesQuery.idl:26
Definition: Ambiguous.idl:20
describes the style of paragraphs.
Definition: ParagraphProperties.idl:24
string AbsoluteName
Returns the absolute address of the ranges as string, e.g.
Definition: SheetCellRanges.idl:160
provides methods to add and remove conditions of a conditional format.
Definition: XSheetConditionalEntries.idl:29
provides methods to access cell ranges in a collection via index and to add and remove cell ranges...
Definition: XSheetCellRangeContainer.idl:29
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormat
contains the conditional formatting settings for this cell.
Definition: SheetCellRanges.idl:111
contains the properties of a table cell.
Definition: CellProperties.idl:29
com::sun::star::beans::XPropertySet ValidationLocal
contains the data validation settings for this cell, using localized formulas.
Definition: SheetCellRanges.idl:155
com::sun::star::beans::XPropertySet Validation
contains the data validation settings for this cell.
Definition: SheetCellRanges.idl:144
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormatLocal
contains the conditional formatting settings for this cell, using localized formulas.
Definition: SheetCellRanges.idl:134
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:28
gives access to data represented as an array of rows.
Definition: XChartDataArray.idl:31
allows indentation of the object to be changed.
Definition: XIndent.idl:26
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:26
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
This is a set of properties to describe the style of characters in Asian texts.
Definition: CharacterPropertiesAsian.idl:26
represents a collection of cell ranges in a spreadsheet document.
Definition: SheetCellRanges.idl:33