xref: /AOO41X/main/sw/source/ui/inc/ribbar.hrc (revision fefe21666d8f1c70eeb960d25c90d25186dd9a27)
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#ifndef _RIBBAR_HRC
24#define _RIBBAR_HRC
25
26#include "rcid.hrc"
27
28#define MN_FORM1        1           // Defines fuer NumNames-Popup
29#define MN_FORMBASE     MN_FORM1
30#define MN_FORM2        2
31#define MN_FORM3        3
32#define MN_FORM4        4
33#define MN_FORM5        5
34
35#define WIN_RIBBAR          RC_RIBBAR_BEGIN
36
37#define CB_FORMAT           (RC_RIBBAR_BEGIN +1)
38#define CB_FONT             (RC_RIBBAR_BEGIN +2)
39#define CB_SIZE             (RC_RIBBAR_BEGIN +3)
40#define PB_FORMULA_OK       (RC_RIBBAR_BEGIN +4)
41#define PB_FORMULA_CANCEL   (RC_RIBBAR_BEGIN +5)
42#define BMP_OK              PB_FORMULA_OK
43#define BMP_CANCEL          PB_FORMULA_CANCEL
44#define RID_TBX_FORMULA     (RC_RIBBAR_BEGIN +6)
45#define FT_POS              (RC_RIBBAR_BEGIN +7)
46#define BT_FORMULA          (RC_RIBBAR_BEGIN +8)
47#define STR_TBL_FORMULA                  (RC_RIBBAR_BEGIN +9)
48
49#define STR_BACKGROUND_PATTERN      (RC_RIBBAR_BEGIN + 10)
50#define STR_BACKGROUND_COLOR        (RC_RIBBAR_BEGIN + 11)
51#define STR_BORDER_COLOR            (RC_RIBBAR_BEGIN + 12)
52#define STR_BORDER_STYLE            (RC_RIBBAR_BEGIN + 13)
53#define STR_BORDER_LINE             (RC_RIBBAR_BEGIN + 14)
54#define STR_TEXT_COLOR              (RC_RIBBAR_BEGIN + 15)
55#define STR_NUMLIST                 (RC_RIBBAR_BEGIN + 16)
56
57#define STR_HELP_TOOLBOX_TOGGLE     (RC_RIBBAR_BEGIN + 17)
58
59#define RID_DRAW_WIN                (RC_RIBBAR_BEGIN + 18)
60#define RID_CNTRLR_WIN              (RC_RIBBAR_BEGIN + 19)
61#define RID_ALIGNMENT_WIN           (RC_RIBBAR_BEGIN + 20)
62
63//Resourcen fuer Inputwin (Rechenleiste)
64#define RID_WIN_FORMULA             (RC_RIBBAR_BEGIN + 21)
65#define MN_CALC_POPUP               (RC_RIBBAR_BEGIN + 22)
66
67#define MN_NUMNAMES_POPUP           (RC_RIBBAR_BEGIN + 23)
68#define RID_INSERT_FIELD_CTRL       (RC_RIBBAR_BEGIN + 26)
69#define RID_BEZIER_WIN              (RC_RIBBAR_BEGIN + 28)
70#define RID_SCROLL_NAVI_TBX         (RC_RIBBAR_BEGIN + 29)
71#define RID_SCROLL_NAVIGATION_WIN   (RC_RIBBAR_BEGIN + 30)
72#define RID_PVIEW_ZOOM_LB           (RC_RIBBAR_BEGIN + 31)
73
74#define STR_IMGBTN_START            (RC_RIBBAR_BEGIN + 31)
75
76#define STR_IMGBTN_NEXT_DOWN        (STR_IMGBTN_START + 0)
77#define STR_IMGBTN_PREV_DOWN        (STR_IMGBTN_START + 1)
78#define STR_IMGBTN_TBL_DOWN         (STR_IMGBTN_START + 2)
79#define STR_IMGBTN_FRM_DOWN         (STR_IMGBTN_START + 3)
80#define STR_IMGBTN_PGE_DOWN         (STR_IMGBTN_START + 4)
81#define STR_IMGBTN_DRW_DOWN         (STR_IMGBTN_START + 5)
82#define STR_IMGBTN_CTRL_DOWN        (STR_IMGBTN_START + 6)
83#define STR_IMGBTN_REG_DOWN         (STR_IMGBTN_START + 7)
84#define STR_IMGBTN_BKM_DOWN         (STR_IMGBTN_START + 8)
85#define STR_IMGBTN_GRF_DOWN         (STR_IMGBTN_START + 9)
86#define STR_IMGBTN_OLE_DOWN         (STR_IMGBTN_START +10)
87#define STR_IMGBTN_OUTL_DOWN        (STR_IMGBTN_START +11)
88#define STR_IMGBTN_SEL_DOWN         (STR_IMGBTN_START +12)
89#define STR_IMGBTN_FTN_DOWN         (STR_IMGBTN_START +13)
90#define STR_IMGBTN_MARK_DOWN        (STR_IMGBTN_START +14)
91#define STR_IMGBTN_POSTIT_DOWN      (STR_IMGBTN_START +15)
92#define STR_IMGBTN_SRCH_REP_DOWN    (STR_IMGBTN_START +16)
93#define STR_IMGBTN_INDEX_ENTRY_DOWN (STR_IMGBTN_START +17)
94#define STR_IMGBTN_TBLFML_DOWN      (STR_IMGBTN_START +18)
95#define STR_IMGBTN_TBLFML_ERR_DOWN  (STR_IMGBTN_START +19)
96
97#define STR_IMGBTN_NEXT_UP          (STR_IMGBTN_START +20)
98#define STR_IMGBTN_PREV_UP      (STR_IMGBTN_START +21)
99#define STR_IMGBTN_TBL_UP           (STR_IMGBTN_START +22)
100#define STR_IMGBTN_FRM_UP           (STR_IMGBTN_START +23)
101#define STR_IMGBTN_PGE_UP           (STR_IMGBTN_START +24)
102#define STR_IMGBTN_DRW_UP           (STR_IMGBTN_START +25)
103#define STR_IMGBTN_CTRL_UP          (STR_IMGBTN_START +26)
104#define STR_IMGBTN_REG_UP           (STR_IMGBTN_START +27)
105#define STR_IMGBTN_BKM_UP           (STR_IMGBTN_START +28)
106#define STR_IMGBTN_GRF_UP           (STR_IMGBTN_START +29)
107#define STR_IMGBTN_OLE_UP           (STR_IMGBTN_START +30)
108#define STR_IMGBTN_OUTL_UP          (STR_IMGBTN_START +31)
109#define STR_IMGBTN_SEL_UP           (STR_IMGBTN_START +32)
110#define STR_IMGBTN_FTN_UP           (STR_IMGBTN_START +33)
111#define STR_IMGBTN_MARK_UP          (STR_IMGBTN_START +34)
112#define STR_IMGBTN_POSTIT_UP        (STR_IMGBTN_START +35)
113#define STR_IMGBTN_SRCH_REP_UP      (STR_IMGBTN_START +36)
114#define STR_IMGBTN_INDEX_ENTRY_UP   (STR_IMGBTN_START +37)
115#define STR_IMGBTN_TBLFML_UP        (STR_IMGBTN_START +38)
116#define STR_IMGBTN_TBLFML_ERR_UP    (STR_IMGBTN_START +39)
117
118#define BTN_NAVI                    (STR_IMGBTN_START +40)
119
120#define MN_ANCHOR_POPUP             (STR_IMGBTN_START +41)
121
122#define RC_RIBBAR_ACT_END           MN_ANCHOR_POPUP
123
124#if  RC_RIBBAR_ACT_END   >  RC_RIBBAR_END
125#error Resource-Id Ueberlauf in #file, #line
126#endif
127
128#endif
129