LibreOffice
LibreOffice 4.4 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
sheet
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
#ifndef __com_sun_star_sheet_SheetCell_idl__
21
#define __com_sun_star_sheet_SheetCell_idl__
22
23
24
#include <
com/sun/star/table/Cell.idl
>
25
#include <
com/sun/star/text/Text.idl
>
26
#include <
com/sun/star/style/CharacterProperties.idl
>
27
#include <
com/sun/star/style/CharacterPropertiesAsian.idl
>
28
#include <
com/sun/star/style/CharacterPropertiesComplex.idl
>
29
#include <
com/sun/star/style/ParagraphProperties.idl
>
30
#include <
com/sun/star/style/ParagraphPropertiesAsian.idl
>
31
#include <
com/sun/star/style/ParagraphPropertiesComplex.idl
>
32
#include <
com/sun/star/sheet/SheetRangesQuery.idl
>
33
34
35
#include <
com/sun/star/document/XActionLockable.idl
>
36
#include <
com/sun/star/util/XReplaceable.idl
>
37
#include <
com/sun/star/util/XIndent.idl
>
38
#include <
com/sun/star/table/XColumnRowRange.idl
>
39
#include <
com/sun/star/sheet/XCellAddressable.idl
>
40
#include <
com/sun/star/sheet/XSheetAnnotationAnchor.idl
>
41
#include <
com/sun/star/text/XTextFieldsSupplier.idl
>
42
43
44
#include <
com/sun/star/awt/Point.idl
>
45
#include <
com/sun/star/awt/Size.idl
>
46
#include <
com/sun/star/sheet/XSheetConditionalEntries.idl
>
47
#include <
com/sun/star/beans/XPropertySet.idl
>
48
#include <
com/sun/star/beans/XTolerantMultiPropertySet.idl
>
49
#include <
com/sun/star/util/XModifyBroadcaster.idl
>
50
51
52
module com { module sun { module star { module sheet {
53
54
57
published service
SheetCell
58
{
59
63
service
com::sun::star::table::Cell
;
64
65
68
service
com::sun::star::text::Text
;
69
70
73
service
com::sun::star::style::CharacterProperties
;
74
75
78
service
com::sun::star::style::CharacterPropertiesAsian
;
79
80
83
service
com::sun::star::style::CharacterPropertiesComplex
;
84
85
88
service
com::sun::star::style::ParagraphProperties
;
89
90
93
[optional] service
com::sun::star::style::ParagraphPropertiesAsian
;
94
95
98
[optional] service
com::sun::star::style::ParagraphPropertiesComplex
;
99
100
103
service
com::sun::star::sheet::SheetRangesQuery
;
104
105
110
interface
com::sun::star::document::XActionLockable
;
111
112
120
interface
com::sun::star::util::XReplaceable
;
121
122
125
interface
com::sun::star::util::XIndent
;
126
127
130
interface
com::sun::star::table::XColumnRowRange
;
131
132
135
interface
com::sun::star::sheet::XCellAddressable
;
136
137
140
interface
com::sun::star::sheet::XSheetAnnotationAnchor
;
141
142
145
interface
com::sun::star::text::XTextFieldsSupplier
;
146
147
148
[optional]
interface
com::sun::star::beans::XTolerantMultiPropertySet
;
149
150
156
[optional]
interface
com::sun::star::util::XModifyBroadcaster
;
157
158
164
[readonly, property]
com::sun::star::awt::Point
Position
;
165
166
169
[readonly, property]
com::sun::star::awt::Size
Size
;
170
171
176
[optional, property]
string
FormulaLocal
;
177
178
183
[readonly, property]
long
FormulaResultType
;
184
185
193
[property]
com::sun::star::sheet::XSheetConditionalEntries
194
ConditionalFormat
;
195
196
205
[optional, property]
com::sun::star::sheet::XSheetConditionalEntries
206
ConditionalFormatLocal
;
207
208
216
[property]
com::sun::star::beans::XPropertySet
Validation
;
217
218
227
[optional, property]
com::sun::star::beans::XPropertySet
ValidationLocal
;
228
229
232
[optional, readonly, property]
string
AbsoluteName
;
233
};
234
235
236
}; }; }; };
237
238
#endif
239
240
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated on Thu Oct 1 2015 21:47:13 for LibreOffice by
1.8.4