LibreOffice
LibreOffice 24.2 SDK API Reference
SheetCell.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 
31 published service SheetCell
32 {
33 
38 
39 
43 
44 
48 
49 
53 
54 
58 
59 
63 
64 
68 
69 
73 
74 
78 
79 
85 
86 
95 
96 
100 
101 
105 
106 
110 
111 
115 
116 
123 
124 
126 
127 
134 
135 
141  [readonly, property] com::sun::star::awt::Point Position;
142 
143 
146  [readonly, property] com::sun::star::awt::Size Size;
147 
148 
153  [optional, property] string FormulaLocal;
154 
155 
162  [readonly, property] long FormulaResultType;
163 
164 
174 
175 
186 
187 
196 
197 
207 
208 
211  [optional, readonly, property] string AbsoluteName;
212 
213 
220 
221 
227  [optional, readonly, property] long FormulaResultType2;
228 };
229 
230 
231 }; }; }; };
232 
233 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::beans::XPropertySet Validation
contains the data validation settings for this cell.
Definition: SheetCell.idl:195
CellContentType
is used to determine the type of contents in a cell.
Definition: CellContentType.idl:26
is an independent piece of text which consists of a series of one or more paragraphs.
Definition: Text.idl:39
long FormulaResultType2
contains the result type of a formula.
Definition: SheetCell.idl:227
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
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition: Point.idl:27
provides access to a cell annotation attached to a spreadsheet cell.
Definition: XSheetAnnotationAnchor.idl:29
provides interfaces to find cells with specific properties.
Definition: SheetRangesQuery.idl:26
provides access to multiple iformation of a set of properties with a single call. ...
Definition: XTolerantMultiPropertySet.idl:40
Definition: Ambiguous.idl:20
describes the style of paragraphs.
Definition: ParagraphProperties.idl:24
represents a single cell within a table.
Definition: Cell.idl:26
provides methods to add and remove conditions of a conditional format.
Definition: XSheetConditionalEntries.idl:29
long FormulaResultType
contains the content type of the cell.
Definition: SheetCell.idl:162
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormat
contains the conditional formatting settings for this cell.
Definition: SheetCell.idl:173
represents a single addressable cell in a spreadsheet document.
Definition: SheetCell.idl:31
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesAsian.idl:28
broadcasts each modification made on the date data of the object which supports this interface...
Definition: XModifyBroadcaster.idl:31
string FormulaLocal
contains the formula string with localized function names.
Definition: SheetCell.idl:153
represents a cell which can be addressed with a com::sun::star::table::CellAddress.
Definition: XCellAddressable.idl:27
com::sun::star::table::CellContentType CellContentType
contains the content type of the cell.
Definition: SheetCell.idl:219
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormatLocal
contains the conditional formatting settings for this cell, using localized formulas.
Definition: SheetCell.idl:185
allows indentation of the object to be changed.
Definition: XIndent.idl:26
makes it possible to access the text fields used in this context (e.g.
Definition: XTextFieldsSupplier.idl:28
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:27
provides methods to access the collections of columns and rows of a cell range.
Definition: XColumnRowRange.idl:29
string AbsoluteName
Returns the absolute address of the range as string, e.g.
Definition: SheetCell.idl:211
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:26
com::sun::star::awt::Size Size
contains the size of this cell (in 1/100 mm).
Definition: SheetCell.idl:146
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesComplex.idl:28
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
com::sun::star::beans::XPropertySet ValidationLocal
contains the data validation settings for this cell, using localized formulas.
Definition: SheetCell.idl:206
makes it possible to prevent object internal updates for a certain period to be able to quickly chang...
Definition: XActionLockable.idl:29
com::sun::star::awt::Point Position
contains the position of this cell in the sheet (in 1/100 mm).
Definition: SheetCell.idl:133