xref: /aoo4110/main/sc/source/core/src/compiler.src (revision b1cdbd2c)
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#include "sc.hrc" // Definition RID_XXX
24#include <formula/compiler.hrc> // Definition SC_OPCODE_XXX (interne OpCodes)
25
26
27
28Resource RID_FUNCTION_CATEGORIES
29{
30    String 1
31    {
32	    Text[ en-US ] =  "Database" ;
33    };
34    String 2
35    {
36	    Text[ en-US ] =  "Date&Time" ;
37    };
38    String 3
39    {
40	    Text[ en-US ] =  "Financial" ;
41    };
42    String 4
43    {
44	    Text[ en-US ] =  "Information" ;
45    };
46    String 5
47    {
48	    Text[ en-US ] =  "Logical" ;
49    };
50    String 6
51    {
52	    Text[ en-US ] =  "Mathematical" ;
53    };
54    String 7
55    {
56	    Text[ en-US ] =  "Array" ;
57    };
58    String 8
59    {
60	    Text[ en-US ] =  "Statistical" ;
61    };
62    String 9
63    {
64	    Text[ en-US ] =  "Spreadsheet" ;
65    };
66    String 10
67    {
68	    Text[ en-US ] =  "Text" ;
69    };
70    String 11
71    {
72	    Text[ en-US ] =  "Add-in" ;
73	};
74};
75
76