xref: /aoo4110/main/formula/source/ui/inc/ForResId.hrc (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
24#ifndef FORMULA_FORRESID_HRC
25#define FORMULA_FORRESID_HRC
26
27// include	   -----------------------------------------------------------
28
29#ifndef _SOLAR_HRC
30#include <svl/solar.hrc>
31#endif
32
33#define RID_DIALOG_START				RID_FORMULA_START
34#define RID_PAGE_START					RID_FORMULA_START
35#define RID_ERRORBOX_START				RID_FORMULA_START
36#define RID_QUERYBOX_START				RID_FORMULA_START
37#define RID_TOOLBOX_START				RID_FORMULA_START
38#define RID_BITMAP_START				RID_FORMULA_START
39#define RID_IMAGE_START					RID_FORMULA_START
40#define RID_IMAGELIST_START				RID_FORMULA_START
41#define RID_MENU_START					RID_FORMULA_START
42#define RID_STRING_START				RID_FORMULA_START
43#define RID_UNTYPED_START				RID_FORMULA_START
44#define RID_WARN_START					RID_FORMULA_START
45#define RID_CONTROL_START				RID_FORMULA_START
46#define RID_MISC_START                  RID_FORMULA_START
47
48// Dialog Control Id's -----------------------------------------------------------
49
50// strings
51
52// bitmap
53#define RID_BMP_REFBTN1					            (RID_BITMAP_START + 0)
54#define RID_BMP_REFBTN1_H					        (RID_BITMAP_START + 1)
55#define RID_BMP_REFBTN2 					        (RID_BITMAP_START + 2)
56#define RID_BMP_REFBTN2_H					        (RID_BITMAP_START + 3)
57
58
59// pages
60#define RID_FORMULATAB_STRUCT	                    (RID_PAGE_START + 0)
61#define RID_FORMULATAB_FUNCTION	                    (RID_PAGE_START + 1)
62#define RID_FORMULADLG_FORMULA		                (RID_PAGE_START + 2)
63#define RID_FORMULATAB_PARAMETER                    (RID_PAGE_START + 3)
64#define RID_FORMULADLG_FORMULA_MODAL                (RID_PAGE_START + 4)
65
66// misc
67
68// -----------------------------------------------------------------------
69
70#endif          // FORMULA_FORRESID_HRC
71