LibreOffice
LibreOffice 5.0 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
148
interface
com::sun::star::text::XTextFieldsSupplier
;
149
150
151
[optional]
interface
com::sun::star::beans::XTolerantMultiPropertySet
;
152
153
159
[optional]
interface
com::sun::star::util::XModifyBroadcaster
;
160
161
167
[readonly, property]
com::sun::star::awt::Point
Position
;
168
169
172
[readonly, property]
com::sun::star::awt::Size
Size
;
173
174
179
[optional, property]
string
FormulaLocal
;
180
181
186
[readonly, property]
long
FormulaResultType
;
187
188
196
[property]
com::sun::star::sheet::XSheetConditionalEntries
197
ConditionalFormat
;
198
199
208
[optional, property]
com::sun::star::sheet::XSheetConditionalEntries
209
ConditionalFormatLocal
;
210
211
219
[property]
com::sun::star::beans::XPropertySet
Validation
;
220
221
230
[optional, property]
com::sun::star::beans::XPropertySet
ValidationLocal
;
231
232
235
[optional, readonly, property]
string
AbsoluteName
;
236
};
237
238
239
}; }; }; };
240
241
#endif
242
243
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4