xref: /trunk/main/sw/source/ui/inc/ribbar.hrc (revision fefe2166)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir#ifndef _RIBBAR_HRC
24cdf0e10cSrcweir#define _RIBBAR_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include "rcid.hrc"
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define MN_FORM1        1			// Defines fuer NumNames-Popup
29cdf0e10cSrcweir#define MN_FORMBASE     MN_FORM1
30cdf0e10cSrcweir#define MN_FORM2        2
31cdf0e10cSrcweir#define MN_FORM3        3
32cdf0e10cSrcweir#define MN_FORM4        4
33cdf0e10cSrcweir#define MN_FORM5        5
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define WIN_RIBBAR			RC_RIBBAR_BEGIN
36cdf0e10cSrcweir
37cdf0e10cSrcweir#define CB_FORMAT			(RC_RIBBAR_BEGIN +1)
38cdf0e10cSrcweir#define CB_FONT				(RC_RIBBAR_BEGIN +2)
39cdf0e10cSrcweir#define	CB_SIZE				(RC_RIBBAR_BEGIN +3)
40cdf0e10cSrcweir#define	PB_FORMULA_OK		(RC_RIBBAR_BEGIN +4)
41cdf0e10cSrcweir#define	PB_FORMULA_CANCEL	(RC_RIBBAR_BEGIN +5)
42cdf0e10cSrcweir#define	BMP_OK				PB_FORMULA_OK
43cdf0e10cSrcweir#define	BMP_CANCEL			PB_FORMULA_CANCEL
44cdf0e10cSrcweir#define	RID_TBX_FORMULA		(RC_RIBBAR_BEGIN +6)
45cdf0e10cSrcweir#define	FT_POS				(RC_RIBBAR_BEGIN +7)
46cdf0e10cSrcweir#define	BT_FORMULA			(RC_RIBBAR_BEGIN +8)
47cdf0e10cSrcweir#define STR_TBL_FORMULA                  (RC_RIBBAR_BEGIN +9)
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define	STR_BACKGROUND_PATTERN		(RC_RIBBAR_BEGIN + 10)
50cdf0e10cSrcweir#define	STR_BACKGROUND_COLOR		(RC_RIBBAR_BEGIN + 11)
51cdf0e10cSrcweir#define	STR_BORDER_COLOR			(RC_RIBBAR_BEGIN + 12)
52cdf0e10cSrcweir#define	STR_BORDER_STYLE			(RC_RIBBAR_BEGIN + 13)
53cdf0e10cSrcweir#define	STR_BORDER_LINE				(RC_RIBBAR_BEGIN + 14)
54cdf0e10cSrcweir#define	STR_TEXT_COLOR				(RC_RIBBAR_BEGIN + 15)
55cdf0e10cSrcweir#define	STR_NUMLIST					(RC_RIBBAR_BEGIN + 16)
56cdf0e10cSrcweir
57cdf0e10cSrcweir#define STR_HELP_TOOLBOX_TOGGLE		(RC_RIBBAR_BEGIN + 17)
58cdf0e10cSrcweir
59cdf0e10cSrcweir#define RID_DRAW_WIN				(RC_RIBBAR_BEGIN + 18)
60cdf0e10cSrcweir#define RID_CNTRLR_WIN				(RC_RIBBAR_BEGIN + 19)
61cdf0e10cSrcweir#define RID_ALIGNMENT_WIN   		(RC_RIBBAR_BEGIN + 20)
62cdf0e10cSrcweir
63cdf0e10cSrcweir//Resourcen fuer Inputwin (Rechenleiste)
64cdf0e10cSrcweir#define RID_WIN_FORMULA				(RC_RIBBAR_BEGIN + 21)
65cdf0e10cSrcweir#define	MN_CALC_POPUP				(RC_RIBBAR_BEGIN + 22)
66cdf0e10cSrcweir
67cdf0e10cSrcweir#define MN_NUMNAMES_POPUP			(RC_RIBBAR_BEGIN + 23)
68cdf0e10cSrcweir#define RID_INSERT_FIELD_CTRL       (RC_RIBBAR_BEGIN + 26)
69cdf0e10cSrcweir#define RID_BEZIER_WIN   			(RC_RIBBAR_BEGIN + 28)
70cdf0e10cSrcweir#define RID_SCROLL_NAVI_TBX         (RC_RIBBAR_BEGIN + 29)
71cdf0e10cSrcweir#define RID_SCROLL_NAVIGATION_WIN   (RC_RIBBAR_BEGIN + 30)
72cdf0e10cSrcweir#define RID_PVIEW_ZOOM_LB           (RC_RIBBAR_BEGIN + 31)
73cdf0e10cSrcweir
74cdf0e10cSrcweir#define STR_IMGBTN_START			(RC_RIBBAR_BEGIN + 31)
75cdf0e10cSrcweir
76cdf0e10cSrcweir#define STR_IMGBTN_NEXT_DOWN        (STR_IMGBTN_START + 0)
77cdf0e10cSrcweir#define STR_IMGBTN_PREV_DOWN	    (STR_IMGBTN_START + 1)
78cdf0e10cSrcweir#define STR_IMGBTN_TBL_DOWN         (STR_IMGBTN_START + 2)
79cdf0e10cSrcweir#define STR_IMGBTN_FRM_DOWN         (STR_IMGBTN_START + 3)
80cdf0e10cSrcweir#define STR_IMGBTN_PGE_DOWN         (STR_IMGBTN_START + 4)
81cdf0e10cSrcweir#define STR_IMGBTN_DRW_DOWN         (STR_IMGBTN_START + 5)
82cdf0e10cSrcweir#define STR_IMGBTN_CTRL_DOWN        (STR_IMGBTN_START + 6)
83cdf0e10cSrcweir#define STR_IMGBTN_REG_DOWN         (STR_IMGBTN_START + 7)
84cdf0e10cSrcweir#define STR_IMGBTN_BKM_DOWN         (STR_IMGBTN_START + 8)
85cdf0e10cSrcweir#define STR_IMGBTN_GRF_DOWN         (STR_IMGBTN_START + 9)
86cdf0e10cSrcweir#define STR_IMGBTN_OLE_DOWN         (STR_IMGBTN_START +10)
87cdf0e10cSrcweir#define STR_IMGBTN_OUTL_DOWN        (STR_IMGBTN_START +11)
88cdf0e10cSrcweir#define STR_IMGBTN_SEL_DOWN         (STR_IMGBTN_START +12)
89cdf0e10cSrcweir#define STR_IMGBTN_FTN_DOWN         (STR_IMGBTN_START +13)
90cdf0e10cSrcweir#define STR_IMGBTN_MARK_DOWN        (STR_IMGBTN_START +14)
91cdf0e10cSrcweir#define STR_IMGBTN_POSTIT_DOWN      (STR_IMGBTN_START +15)
92cdf0e10cSrcweir#define STR_IMGBTN_SRCH_REP_DOWN    (STR_IMGBTN_START +16)
93cdf0e10cSrcweir#define STR_IMGBTN_INDEX_ENTRY_DOWN (STR_IMGBTN_START +17)
94cdf0e10cSrcweir#define STR_IMGBTN_TBLFML_DOWN	    (STR_IMGBTN_START +18)
95cdf0e10cSrcweir#define STR_IMGBTN_TBLFML_ERR_DOWN  (STR_IMGBTN_START +19)
96cdf0e10cSrcweir
97cdf0e10cSrcweir#define STR_IMGBTN_NEXT_UP          (STR_IMGBTN_START +20)
98cdf0e10cSrcweir#define STR_IMGBTN_PREV_UP	    (STR_IMGBTN_START +21)
99cdf0e10cSrcweir#define STR_IMGBTN_TBL_UP           (STR_IMGBTN_START +22)
100cdf0e10cSrcweir#define STR_IMGBTN_FRM_UP           (STR_IMGBTN_START +23)
101cdf0e10cSrcweir#define STR_IMGBTN_PGE_UP           (STR_IMGBTN_START +24)
102cdf0e10cSrcweir#define STR_IMGBTN_DRW_UP           (STR_IMGBTN_START +25)
103cdf0e10cSrcweir#define STR_IMGBTN_CTRL_UP          (STR_IMGBTN_START +26)
104cdf0e10cSrcweir#define STR_IMGBTN_REG_UP           (STR_IMGBTN_START +27)
105cdf0e10cSrcweir#define STR_IMGBTN_BKM_UP           (STR_IMGBTN_START +28)
106cdf0e10cSrcweir#define STR_IMGBTN_GRF_UP           (STR_IMGBTN_START +29)
107cdf0e10cSrcweir#define STR_IMGBTN_OLE_UP           (STR_IMGBTN_START +30)
108cdf0e10cSrcweir#define STR_IMGBTN_OUTL_UP          (STR_IMGBTN_START +31)
109cdf0e10cSrcweir#define STR_IMGBTN_SEL_UP           (STR_IMGBTN_START +32)
110cdf0e10cSrcweir#define STR_IMGBTN_FTN_UP           (STR_IMGBTN_START +33)
111cdf0e10cSrcweir#define STR_IMGBTN_MARK_UP          (STR_IMGBTN_START +34)
112cdf0e10cSrcweir#define STR_IMGBTN_POSTIT_UP        (STR_IMGBTN_START +35)
113cdf0e10cSrcweir#define STR_IMGBTN_SRCH_REP_UP      (STR_IMGBTN_START +36)
114cdf0e10cSrcweir#define STR_IMGBTN_INDEX_ENTRY_UP   (STR_IMGBTN_START +37)
115cdf0e10cSrcweir#define STR_IMGBTN_TBLFML_UP	    (STR_IMGBTN_START +38)
116cdf0e10cSrcweir#define STR_IMGBTN_TBLFML_ERR_UP    (STR_IMGBTN_START +39)
117cdf0e10cSrcweir
118cdf0e10cSrcweir#define BTN_NAVI                    (STR_IMGBTN_START +40)
119cdf0e10cSrcweir
120cdf0e10cSrcweir#define MN_ANCHOR_POPUP             (STR_IMGBTN_START +41)
121cdf0e10cSrcweir
122cdf0e10cSrcweir#define RC_RIBBAR_ACT_END			MN_ANCHOR_POPUP
123cdf0e10cSrcweir
124cdf0e10cSrcweir#if  RC_RIBBAR_ACT_END	 >	RC_RIBBAR_END
125cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line
126cdf0e10cSrcweir#endif
127cdf0e10cSrcweir
128cdf0e10cSrcweir#endif
129