xref: /trunk/main/sc/source/core/src/compiler.src (revision 1673b41c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "sc.hrc" // Definition RID_XXX
25#include <formula/compiler.hrc> // Definition SC_OPCODE_XXX (interne OpCodes)
26
27Resource RID_FUNCTION_CATEGORIES
28{
29	String 1
30	{
31		Text [ en-US ] = "Database" ;
32	};
33	String 2
34	{
35		Text [ en-US ] = "Date & Time" ;
36	};
37	String 3
38	{
39		Text [ en-US ] = "Financial" ;
40	};
41	String 4
42	{
43		Text [ en-US ] = "Information" ;
44	};
45	String 5
46	{
47		Text [ en-US ] = "Logical" ;
48	};
49	String 6
50	{
51		Text [ en-US ] = "Mathematical" ;
52	};
53	String 7
54	{
55		Text [ en-US ] = "Array" ;
56	};
57	String 8
58	{
59		Text [ en-US ] = "Statistical" ;
60	};
61	String 9
62	{
63		Text [ en-US ] = "Spreadsheet" ;
64	};
65	String 10
66	{
67		Text [ en-US ] = "Text" ;
68	};
69	String 11
70	{
71		Text [ en-US ] = "Add-in" ;
72	};
73};
74
75// ********************************************************************** EOF
76