1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: globals.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
35 // Versions-Definition wie in solar.h und swtypes.hxx
36 //#define SW_FILEFORMAT_40 3580
40 // STRINGS -----------------------------------------------------------
43 #define STR_SEPARATOR (RC_GLOBALS_BEGIN + 4)
46 #define STR_BASIC_IMPORT (RC_GLOBALS_BEGIN + 5)
47 #define STR_BASIC_BEGIN (RC_GLOBALS_BEGIN + 6)
48 #define STR_BASIC_END (RC_GLOBALS_BEGIN + 7)
49 #define STR_BASIC_REC_LIB (RC_GLOBALS_BEGIN + 8)
51 #define STR_PAGE (RC_GLOBALS_BEGIN + 14)
56 // Strings fuer Rahmenausrichtungen im Popup
57 #define STR_TOP (RC_GLOBALS_BEGIN + 33)
60 #define STR_AUTH (RC_GLOBALS_BEGIN + 38)
61 #define STR_TBL (RC_GLOBALS_BEGIN + 39)
62 #define STR_TOO (RC_GLOBALS_BEGIN + 40)
63 #define STR_TOILL (RC_GLOBALS_BEGIN + 41)
65 // BITMAPS -----------------------------------------------------------
67 #define RES_TABL (RC_GLOBALS_BEGIN + 1)
68 #define RES_TABR (RC_GLOBALS_BEGIN + 2)
69 #define RES_TABD (RC_GLOBALS_BEGIN + 3)
70 #define RES_TABC (RC_GLOBALS_BEGIN + 4)
72 // DIALOGE -----------------------------------------------------------
74 #define DLG_LISTBOX (RC_GLOBALS_BEGIN + 1)
76 // QUERYBOX ---------------------------------------------------------
79 // INFOBOX ------------------------------------------------------------
83 // ACC ---------------------------------------------------------------
85 #define FN_CHAR_LEFT_SEL (RC_GLOBALS_BEGIN + 1) //
86 #define FN_CHAR_RIGHT_SEL (RC_GLOBALS_BEGIN + 2) //
87 #define FN_LINE_UP_SEL (RC_GLOBALS_BEGIN + 3) //
88 #define FN_LINE_DOWN_SEL (RC_GLOBALS_BEGIN + 4) //
89 #define FN_START_OF_LINE_SEL (RC_GLOBALS_BEGIN + 5) // StartOfLine
90 #define FN_END_OF_LINE_SEL (RC_GLOBALS_BEGIN + 6) // EndOfLine
91 #define FN_START_OF_DOCUMENT_SEL (RC_GLOBALS_BEGIN + 7) // StartOfDocument
92 #define FN_END_OF_DOCUMENT_SEL (RC_GLOBALS_BEGIN + 8) // EndOfDocument
93 #define FN_START_OF_NEXT_PAGE_SEL (RC_GLOBALS_BEGIN + 9) // StartOfNextPage ???
94 #define FN_END_OF_NEXT_PAGE_SEL (RC_GLOBALS_BEGIN + 10) // ???
95 #define FN_START_OF_PREV_PAGE_SEL (RC_GLOBALS_BEGIN + 11) // StartOfPrevPage ???
96 #define FN_END_OF_PREV_PAGE_SEL (RC_GLOBALS_BEGIN + 12) // ???
97 #define FN_START_OF_PAGE_SEL (RC_GLOBALS_BEGIN + 13) // StartOfPage
98 #define FN_END_OF_PAGE_SEL (RC_GLOBALS_BEGIN + 14) // EndOfPage
99 #define FN_START_OF_WINDOW_SEL (RC_GLOBALS_BEGIN + 15) // StartOfWindow
100 #define FN_END_OF_WINDOW_SEL (RC_GLOBALS_BEGIN + 16) // EndOfWindow
101 #define FN_START_OF_COLUMN_SEL (RC_GLOBALS_BEGIN + 17) // StartOfColumn
102 #define FN_END_OF_COLUMN_SEL (RC_GLOBALS_BEGIN + 18) // EndOfColumn
103 #define FN_START_OF_PARA_SEL (RC_GLOBALS_BEGIN + 19) // StartOfPara
104 #define FN_END_OF_PARA_SEL (RC_GLOBALS_BEGIN + 20) // EndOfPara
105 #define FN_NEXT_WORD_SEL (RC_GLOBALS_BEGIN + 21) // NextWord
106 #define FN_PREV_WORD_SEL (RC_GLOBALS_BEGIN + 22) // PrevWord
107 #define FN_NEXT_SENT_SEL (RC_GLOBALS_BEGIN + 23) // NextSentence
108 #define FN_PREV_SENT_SEL (RC_GLOBALS_BEGIN + 24) // PrevSentence
110 #define FN_START_OF_NEXT_COLUMN_SEL (RC_GLOBALS_BEGIN + 25)
111 #define FN_END_OF_NEXT_COLUMN_SEL (RC_GLOBALS_BEGIN + 26)
112 #define FN_START_OF_PREV_COLUMN_SEL (RC_GLOBALS_BEGIN + 27)
113 #define FN_END_OF_PREV_COLUMN_SEL (RC_GLOBALS_BEGIN + 28)
114 #define FN_PAGEUP_SEL (RC_GLOBALS_BEGIN + 29)
115 #define FN_PAGEDOWN_SEL (RC_GLOBALS_BEGIN + 30)
117 // TABPAGES -----------------------------------------------------------
119 #define TP_PAGE_STD (RC_GLOBALS_BEGIN + 1)
120 #define TP_PAGE_EXT (RC_GLOBALS_BEGIN + 2)
122 #define TP_PARA_STD (RC_GLOBALS_BEGIN + 3)
123 #define TP_PARA_EXT (RC_GLOBALS_BEGIN + 4)
125 #define TP_FRAME_STD (RC_GLOBALS_BEGIN + 5)
126 #define TP_FRAME_EXT (RC_GLOBALS_BEGIN + 6)
128 #define TP_CHAR_STD (RC_GLOBALS_BEGIN + 7)
129 #define TP_CHAR_EXT (RC_GLOBALS_BEGIN + 8)
131 #define TP_TABULATOR (RC_GLOBALS_BEGIN + 9)
132 #define TP_BACKGROUND (RC_GLOBALS_BEGIN + 11)
133 #define TP_BORDER (RC_GLOBALS_BEGIN + 12)
135 #define TP_DOC_STAT (RC_GLOBALS_BEGIN + 15)
137 #define TP_HEADER_PAGE (RC_GLOBALS_BEGIN + 16)
138 #define TP_FOOTER_PAGE (RC_GLOBALS_BEGIN + 17)
140 #define TP_OPTGENERAL_PAGE (RC_GLOBALS_BEGIN + 19) //Sfx-Seiten
141 #define TP_OPTSAVE_PAGE (RC_GLOBALS_BEGIN + 20)
142 #define TP_OPTPATH_PAGE (RC_GLOBALS_BEGIN + 21)
143 #define TP_OPTSPELL_PAGE (RC_GLOBALS_BEGIN + 22)
145 #define SW_EDIT_OPTIONS_TDLG (RC_GLOBALS_BEGIN + 23)
146 #define SW_BROWSER_OPTIONS_TDLG (RC_GLOBALS_BEGIN + 24)
147 #define TP_OPTTEST_PAGE (RC_GLOBALS_BEGIN + 25)
148 #define TP_OPTCOLOR_PAGE (RC_GLOBALS_BEGIN + 27)
150 #define SW_OPTIONS_TDLG (RC_GLOBALS_BEGIN + 28)
151 #define SW_OPTIONS_TDLG_ELEM (RC_GLOBALS_BEGIN + 29)
152 #define SW_OPTIONS_TDLG_PRINT (RC_GLOBALS_BEGIN + 30)
155 #define TP_OPTGRID_PAGE (RC_GLOBALS_BEGIN + 33)
159 #define RID_INPUT_TOOLBOX (RC_GLOBALS_BEGIN + 39)
161 #define TP_MACRO_ASSIGN (RC_GLOBALS_BEGIN + 40)
163 #define TP_LAYOUT_OPT (RC_GLOBALS_BEGIN + 44)
164 #define TP_HTML_OPT (RC_GLOBALS_BEGIN + 46)
168 #define TP_AUTOFMT_BY_INPUT (RC_GLOBALS_BEGIN + 53)
169 #define TP_AUTOFMT_APPLY (RC_GLOBALS_BEGIN + 54)
171 #define TP_PARA_ALIGN (RC_GLOBALS_BEGIN + 55)
173 #define TP_NUMBER (RC_GLOBALS_BEGIN + 57)
175 #define DLG_NUM_BULLET (RC_GLOBALS_BEGIN + 58)
176 #define TP_PICK_SINGLE_NUM (RC_GLOBALS_BEGIN + 59)
177 #define TP_PICK_BULLET (RC_GLOBALS_BEGIN + 60)
178 #define TP_PICK_NUM (RC_GLOBALS_BEGIN + 61)
179 #define TP_PICK_BMP (RC_GLOBALS_BEGIN + 62)
182 #define TP_NUM_OPTIONS (RC_GLOBALS_BEGIN + 71)
186 #define TP_OPTINSERT_PAGE (RC_GLOBALS_BEGIN + 77)
187 #define TP_INSERT_TOX (RC_GLOBALS_BEGIN + 81)
188 #define TP_TOX_FORM_ENTRY (RC_GLOBALS_BEGIN + 82)
189 #define TP_TOX_FORM_STYLES (RC_GLOBALS_BEGIN + 83)
190 #define DLG_INSERT_TOX_TABDLG (RC_GLOBALS_BEGIN + 84)
192 #define TP_CHAR_POS (RC_GLOBALS_BEGIN + 98)
193 #define TP_CHAR_TWOLN (RC_GLOBALS_BEGIN + 99)
194 #define TP_PARA_ASIAN (RC_GLOBALS_BEGIN + 100)
195 //maximum: RC_GLOBALS_BEGIN + 119
196 // Kontext-Menues (Format-Menue) --------------------------------------------
198 #define MN_OBJECTMENU_TEXT (RC_GLOBALS_BEGIN + 1)
199 #define MN_OBJECTMENU_LIST (RC_GLOBALS_BEGIN + 2)
200 #define MN_OBJECTMENU_TABLE (RC_GLOBALS_BEGIN + 3)
201 #define MN_OBJECTMENU_FRAME (RC_GLOBALS_BEGIN + 4)
202 #define MN_OBJECTMENU_GRAFIK (RC_GLOBALS_BEGIN + 5)
203 #define MN_OBJECTMENU_DRAW (RC_GLOBALS_BEGIN + 6)
204 #define MN_OBJECTMENU_DRWTXT (RC_GLOBALS_BEGIN + 7)
205 #define MN_OBJECTMENU_OLE (RC_GLOBALS_BEGIN + 8)
206 #define MN_OBJECTMENU_DRAWCONTROL (RC_GLOBALS_BEGIN + 9)
207 #define MN_OBJECTMENU_DRAWFORM (RC_GLOBALS_BEGIN + 10)
212 #endif // _GLOBALS_HRC