xref: /trunk/main/sw/source/ui/inc/ribbar.hrc (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#ifndef _RIBBAR_HRC
28*cdf0e10cSrcweir#define _RIBBAR_HRC
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#include "rcid.hrc"
31*cdf0e10cSrcweir
32*cdf0e10cSrcweir#define MN_FORM1        1           // Defines fuer NumNames-Popup
33*cdf0e10cSrcweir#define MN_FORMBASE     MN_FORM1
34*cdf0e10cSrcweir#define MN_FORM2        2
35*cdf0e10cSrcweir#define MN_FORM3        3
36*cdf0e10cSrcweir#define MN_FORM4        4
37*cdf0e10cSrcweir#define MN_FORM5        5
38*cdf0e10cSrcweir
39*cdf0e10cSrcweir#define WIN_RIBBAR          RC_RIBBAR_BEGIN
40*cdf0e10cSrcweir
41*cdf0e10cSrcweir#define CB_FORMAT           (RC_RIBBAR_BEGIN +1)
42*cdf0e10cSrcweir#define CB_FONT             (RC_RIBBAR_BEGIN +2)
43*cdf0e10cSrcweir#define CB_SIZE             (RC_RIBBAR_BEGIN +3)
44*cdf0e10cSrcweir#define PB_FORMULA_OK       (RC_RIBBAR_BEGIN +4)
45*cdf0e10cSrcweir#define PB_FORMULA_CANCEL   (RC_RIBBAR_BEGIN +5)
46*cdf0e10cSrcweir#define BMP_OK              PB_FORMULA_OK
47*cdf0e10cSrcweir#define BMP_CANCEL          PB_FORMULA_CANCEL
48*cdf0e10cSrcweir#define RID_TBX_FORMULA     (RC_RIBBAR_BEGIN +6)
49*cdf0e10cSrcweir#define FT_POS              (RC_RIBBAR_BEGIN +7)
50*cdf0e10cSrcweir#define BT_FORMULA          (RC_RIBBAR_BEGIN +8)
51*cdf0e10cSrcweir#define STR_TBL_FORMULA                  (RC_RIBBAR_BEGIN +9)
52*cdf0e10cSrcweir
53*cdf0e10cSrcweir#define STR_BACKGROUND_PATTERN      (RC_RIBBAR_BEGIN + 10)
54*cdf0e10cSrcweir#define STR_BACKGROUND_COLOR        (RC_RIBBAR_BEGIN + 11)
55*cdf0e10cSrcweir#define STR_BORDER_COLOR            (RC_RIBBAR_BEGIN + 12)
56*cdf0e10cSrcweir#define STR_BORDER_STYLE            (RC_RIBBAR_BEGIN + 13)
57*cdf0e10cSrcweir#define STR_BORDER_LINE             (RC_RIBBAR_BEGIN + 14)
58*cdf0e10cSrcweir#define STR_TEXT_COLOR              (RC_RIBBAR_BEGIN + 15)
59*cdf0e10cSrcweir#define STR_NUMLIST                 (RC_RIBBAR_BEGIN + 16)
60*cdf0e10cSrcweir
61*cdf0e10cSrcweir#define STR_HELP_TOOLBOX_TOGGLE     (RC_RIBBAR_BEGIN + 17)
62*cdf0e10cSrcweir
63*cdf0e10cSrcweir#define RID_DRAW_WIN                (RC_RIBBAR_BEGIN + 18)
64*cdf0e10cSrcweir#define RID_CNTRLR_WIN              (RC_RIBBAR_BEGIN + 19)
65*cdf0e10cSrcweir#define RID_ALIGNMENT_WIN           (RC_RIBBAR_BEGIN + 20)
66*cdf0e10cSrcweir
67*cdf0e10cSrcweir//Resourcen fuer Inputwin (Rechenleiste)
68*cdf0e10cSrcweir#define RID_WIN_FORMULA             (RC_RIBBAR_BEGIN + 21)
69*cdf0e10cSrcweir#define MN_CALC_POPUP               (RC_RIBBAR_BEGIN + 22)
70*cdf0e10cSrcweir
71*cdf0e10cSrcweir#define MN_NUMNAMES_POPUP           (RC_RIBBAR_BEGIN + 23)
72*cdf0e10cSrcweir#define RID_INSERT_FIELD_CTRL       (RC_RIBBAR_BEGIN + 26)
73*cdf0e10cSrcweir#define RID_BEZIER_WIN              (RC_RIBBAR_BEGIN + 28)
74*cdf0e10cSrcweir#define RID_SCROLL_NAVI_TBX         (RC_RIBBAR_BEGIN + 29)
75*cdf0e10cSrcweir#define RID_SCROLL_NAVIGATION_WIN   (RC_RIBBAR_BEGIN + 30)
76*cdf0e10cSrcweir#define RID_PVIEW_ZOOM_LB           (RC_RIBBAR_BEGIN + 31)
77*cdf0e10cSrcweir
78*cdf0e10cSrcweir#define STR_IMGBTN_START            (RC_RIBBAR_BEGIN + 31)
79*cdf0e10cSrcweir
80*cdf0e10cSrcweir#define STR_IMGBTN_NEXT_DOWN        (STR_IMGBTN_START + 0)
81*cdf0e10cSrcweir#define STR_IMGBTN_PREV_DOWN        (STR_IMGBTN_START + 1)
82*cdf0e10cSrcweir#define STR_IMGBTN_TBL_DOWN         (STR_IMGBTN_START + 2)
83*cdf0e10cSrcweir#define STR_IMGBTN_FRM_DOWN         (STR_IMGBTN_START + 3)
84*cdf0e10cSrcweir#define STR_IMGBTN_PGE_DOWN         (STR_IMGBTN_START + 4)
85*cdf0e10cSrcweir#define STR_IMGBTN_DRW_DOWN         (STR_IMGBTN_START + 5)
86*cdf0e10cSrcweir#define STR_IMGBTN_CTRL_DOWN        (STR_IMGBTN_START + 6)
87*cdf0e10cSrcweir#define STR_IMGBTN_REG_DOWN         (STR_IMGBTN_START + 7)
88*cdf0e10cSrcweir#define STR_IMGBTN_BKM_DOWN         (STR_IMGBTN_START + 8)
89*cdf0e10cSrcweir#define STR_IMGBTN_GRF_DOWN         (STR_IMGBTN_START + 9)
90*cdf0e10cSrcweir#define STR_IMGBTN_OLE_DOWN         (STR_IMGBTN_START +10)
91*cdf0e10cSrcweir#define STR_IMGBTN_OUTL_DOWN        (STR_IMGBTN_START +11)
92*cdf0e10cSrcweir#define STR_IMGBTN_SEL_DOWN         (STR_IMGBTN_START +12)
93*cdf0e10cSrcweir#define STR_IMGBTN_FTN_DOWN         (STR_IMGBTN_START +13)
94*cdf0e10cSrcweir#define STR_IMGBTN_MARK_DOWN        (STR_IMGBTN_START +14)
95*cdf0e10cSrcweir#define STR_IMGBTN_POSTIT_DOWN      (STR_IMGBTN_START +15)
96*cdf0e10cSrcweir#define STR_IMGBTN_SRCH_REP_DOWN    (STR_IMGBTN_START +16)
97*cdf0e10cSrcweir#define STR_IMGBTN_INDEX_ENTRY_DOWN (STR_IMGBTN_START +17)
98*cdf0e10cSrcweir#define STR_IMGBTN_TBLFML_DOWN      (STR_IMGBTN_START +18)
99*cdf0e10cSrcweir#define STR_IMGBTN_TBLFML_ERR_DOWN  (STR_IMGBTN_START +19)
100*cdf0e10cSrcweir
101*cdf0e10cSrcweir#define STR_IMGBTN_NEXT_UP          (STR_IMGBTN_START +20)
102*cdf0e10cSrcweir#define STR_IMGBTN_PREV_UP      (STR_IMGBTN_START +21)
103*cdf0e10cSrcweir#define STR_IMGBTN_TBL_UP           (STR_IMGBTN_START +22)
104*cdf0e10cSrcweir#define STR_IMGBTN_FRM_UP           (STR_IMGBTN_START +23)
105*cdf0e10cSrcweir#define STR_IMGBTN_PGE_UP           (STR_IMGBTN_START +24)
106*cdf0e10cSrcweir#define STR_IMGBTN_DRW_UP           (STR_IMGBTN_START +25)
107*cdf0e10cSrcweir#define STR_IMGBTN_CTRL_UP          (STR_IMGBTN_START +26)
108*cdf0e10cSrcweir#define STR_IMGBTN_REG_UP           (STR_IMGBTN_START +27)
109*cdf0e10cSrcweir#define STR_IMGBTN_BKM_UP           (STR_IMGBTN_START +28)
110*cdf0e10cSrcweir#define STR_IMGBTN_GRF_UP           (STR_IMGBTN_START +29)
111*cdf0e10cSrcweir#define STR_IMGBTN_OLE_UP           (STR_IMGBTN_START +30)
112*cdf0e10cSrcweir#define STR_IMGBTN_OUTL_UP          (STR_IMGBTN_START +31)
113*cdf0e10cSrcweir#define STR_IMGBTN_SEL_UP           (STR_IMGBTN_START +32)
114*cdf0e10cSrcweir#define STR_IMGBTN_FTN_UP           (STR_IMGBTN_START +33)
115*cdf0e10cSrcweir#define STR_IMGBTN_MARK_UP          (STR_IMGBTN_START +34)
116*cdf0e10cSrcweir#define STR_IMGBTN_POSTIT_UP        (STR_IMGBTN_START +35)
117*cdf0e10cSrcweir#define STR_IMGBTN_SRCH_REP_UP      (STR_IMGBTN_START +36)
118*cdf0e10cSrcweir#define STR_IMGBTN_INDEX_ENTRY_UP   (STR_IMGBTN_START +37)
119*cdf0e10cSrcweir#define STR_IMGBTN_TBLFML_UP        (STR_IMGBTN_START +38)
120*cdf0e10cSrcweir#define STR_IMGBTN_TBLFML_ERR_UP    (STR_IMGBTN_START +39)
121*cdf0e10cSrcweir
122*cdf0e10cSrcweir#define BTN_NAVI                    (STR_IMGBTN_START +40)
123*cdf0e10cSrcweir
124*cdf0e10cSrcweir#define MN_ANCHOR_POPUP             (STR_IMGBTN_START +41)
125*cdf0e10cSrcweir
126*cdf0e10cSrcweir#define RC_RIBBAR_ACT_END           MN_ANCHOR_POPUP
127*cdf0e10cSrcweir
128*cdf0e10cSrcweir#if  RC_RIBBAR_ACT_END   >  RC_RIBBAR_END
129*cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line
130*cdf0e10cSrcweir#endif
131*cdf0e10cSrcweir
132*cdf0e10cSrcweir#endif
133