xref: /trunk/main/starmath/source/toolbox.hrc (revision 327f2c379f661ed5f1f4837351d2d85b1efe4772)
1*a22eae0aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*a22eae0aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*a22eae0aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*a22eae0aSAndrew Rist * distributed with this work for additional information
6*a22eae0aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*a22eae0aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a22eae0aSAndrew Rist * "License"); you may not use this file except in compliance
9*a22eae0aSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*a22eae0aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*a22eae0aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*a22eae0aSAndrew Rist * software distributed under the License is distributed on an
15*a22eae0aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a22eae0aSAndrew Rist * KIND, either express or implied.  See the License for the
17*a22eae0aSAndrew Rist * specific language governing permissions and limitations
18*a22eae0aSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*a22eae0aSAndrew Rist *************************************************************/
21*a22eae0aSAndrew Rist
22*a22eae0aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _TOOLBOX_HRC_
25cdf0e10cSrcweir#define _TOOLBOX_HRC_
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define FL_TOOLBOX_CAT_DELIM    1
28cdf0e10cSrcweir#define TOOLBOX_CATALOG         10
29cdf0e10cSrcweir#define TOOLBOX_CAT_A           11
30cdf0e10cSrcweir#define TOOLBOX_CAT_B           12
31cdf0e10cSrcweir#define TOOLBOX_CAT_C           13
32cdf0e10cSrcweir#define TOOLBOX_CAT_D           14
33cdf0e10cSrcweir#define TOOLBOX_CAT_E           15
34cdf0e10cSrcweir#define TOOLBOX_CAT_F           16
35cdf0e10cSrcweir#define TOOLBOX_CAT_G           17
36cdf0e10cSrcweir#define TOOLBOX_CAT_H           18
37cdf0e10cSrcweir#define TOOLBOX_CAT_I           19
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define NUM_TBX_CATEGORIES (TOOLBOX_CAT_I - TOOLBOX_CAT_A + 1)
40cdf0e10cSrcweir
41cdf0e10cSrcweir#endif
42