LibreOffice
LibreOffice 24.2 SDK API Reference
FunctionCategory.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 module com { module sun { module star { module sheet {
22 
23 
26 published constants FunctionCategory
27 {
28 
31  const long DATABASE = 1;
32 
33 
36  const long DATETIME = 2;
37 
38 
41  const long FINANCIAL = 3;
42 
43 
47  const long INFORMATION = 4;
48 
49 
52  const long LOGICAL = 5;
53 
54 
57  const long MATHEMATICAL = 6;
58 
59 
62  const long MATRIX = 7;
63 
64 
67  const long STATISTICAL = 8;
68 
69 
73  const long SPREADSHEET = 9;
74 
75 
78  const long TEXT = 10;
79 
80 
83  const long ADDIN = 11;
84 
85 };
86 
87 
88 }; }; }; };
89 
90 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const long DATETIME
specifies a function that calculates with dates and/or times.
Definition: FunctionCategory.idl:36
const long STATISTICAL
specifies a statistical function
Definition: FunctionCategory.idl:67
const long LOGICAL
specifies a boolean function.
Definition: FunctionCategory.idl:52
const long MATHEMATICAL
specifies a common mathematical function
Definition: FunctionCategory.idl:57
const long ADDIN
specifies a common add-in function.
Definition: FunctionCategory.idl:83
const long MATRIX
specifies a matrix function.
Definition: FunctionCategory.idl:62
const long INFORMATION
specifies a function that returns information about the cell, the cell contents or the current formul...
Definition: FunctionCategory.idl:47
Definition: Ambiguous.idl:20
const long FINANCIAL
specifies a financial function.
Definition: FunctionCategory.idl:41
const long DATABASE
specifies a database function.
Definition: FunctionCategory.idl:31
const long SPREADSHEET
specifies a function that returns information using the spreadsheet contents or specific cell positio...
Definition: FunctionCategory.idl:73
const long TEXT
specifies a text function.
Definition: FunctionCategory.idl:78