1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
25 #define STR_GRFILTER_OPENERROR (RC_SHELLS_BEGIN + 1)
26 #define STR_GRFILTER_IOERROR (RC_SHELLS_BEGIN + 2)
27 #define STR_GRFILTER_FORMATERROR (RC_SHELLS_BEGIN + 3)
28 #define STR_GRFILTER_VERSIONERROR (RC_SHELLS_BEGIN + 4)
29 #define STR_GRFILTER_FILTERERROR (RC_SHELLS_BEGIN + 5)
30 #define STR_GRFILTER_TOOBIG (RC_SHELLS_BEGIN + 6)
31 #define STR_INSERT_GRAPHIC (RC_SHELLS_BEGIN + 7)
32 #define DLG_IMPORT_DBNAME (RC_SHELLS_BEGIN + 9)
33 #define STR_NO_ADDRESSBOOK (RC_SHELLS_BEGIN + 10)
34 #define STR_REDLINE_COMMENT (RC_SHELLS_BEGIN + 11)
35 #define STR_REDLINE_INSERTED (RC_SHELLS_BEGIN + 12)
36 #define STR_REDLINE_DELETED (RC_SHELLS_BEGIN + 13)
37 #define STR_REDLINE_FMTCOLLSET (RC_SHELLS_BEGIN + 14)
39 #define RID_TEXT_TOOLBOX (RC_SHELLS_BEGIN + 15)
40 #define RID_TABLE_TOOLBOX (RC_SHELLS_BEGIN + 16)
41 #define RID_FRAME_TOOLBOX (RC_SHELLS_BEGIN + 17)
42 #define RID_GRAFIK_TOOLBOX (RC_SHELLS_BEGIN + 18)
43 #define RID_DRAW_TOOLBOX (RC_SHELLS_BEGIN + 19)
44 #define RID_DRAW_TEXT_TOOLBOX (RC_SHELLS_BEGIN + 20)
45 #define RID_NUM_TOOLBOX (RC_SHELLS_BEGIN + 21)
46 #define RID_OLE_TOOLBOX (RC_SHELLS_BEGIN + 22)
47 #define RID_TOOLS_TOOLBOX (RC_SHELLS_BEGIN + 23)
49 #define STR_SHELLNAME_TEXT (RC_SHELLS_BEGIN + 24)
50 #define STR_SHELLNAME_TABLE (RC_SHELLS_BEGIN + 25)
51 #define STR_SHELLNAME_FRAME (RC_SHELLS_BEGIN + 26)
52 #define STR_SHELLNAME_GRAPHIC (RC_SHELLS_BEGIN + 27)
53 #define STR_SHELLNAME_OBJECT (RC_SHELLS_BEGIN + 28)
54 #define STR_SHELLNAME_LIST (RC_SHELLS_BEGIN + 29)
55 #define STR_SHELLNAME_DRAW (RC_SHELLS_BEGIN + 30)
56 #define STR_SHELLNAME_DRAW_TEXT (RC_SHELLS_BEGIN + 31)
57 #define STR_SHELLNAME_MEDIA (RC_SHELLS_BEGIN + 32)
60 #define RID_BEZIER_TOOLBOX (RC_SHELLS_BEGIN + 33)
61 #define STR_SHELLNAME_BEZIER (RC_SHELLS_BEGIN + 34)
63 #define STR_SWBG_PARAGRAPH (RC_SHELLS_BEGIN + 37)
64 #define STR_SWBG_GRAPHIC (RC_SHELLS_BEGIN + 38)
65 #define STR_SWBG_OLE (RC_SHELLS_BEGIN + 39)
66 #define STR_SWBG_FRAME (RC_SHELLS_BEGIN + 40)
67 #define STR_SWBG_TABLE (RC_SHELLS_BEGIN + 41)
68 #define STR_SWBG_TABLE_ROW (RC_SHELLS_BEGIN + 42)
69 #define STR_SWBG_TABLE_CELL (RC_SHELLS_BEGIN + 43)
70 #define STR_SWBG_PAGE (RC_SHELLS_BEGIN + 44)
71 #define STR_SWBG_HEADER (RC_SHELLS_BEGIN + 45)
72 #define STR_SWBG_FOOTER (RC_SHELLS_BEGIN + 46)
73 #define MSG_NO_RULER (RC_SHELLS_BEGIN + 47)
75 #define STR_SHELLNAME_DRAWFORM (RC_SHELLS_BEGIN + 48)
78 #define STR_REDLINE_FORMATED (RC_SHELLS_BEGIN + 50)
79 #define STR_REDLINE_TABLECHG (RC_SHELLS_BEGIN + 51)
81 #define STR_REDLINE_TITLE (RC_SHELLS_BEGIN + 52)
82 #define STR_REDLINE_MSG (RC_SHELLS_BEGIN + 53)
83 #define STR_REDLINE_ACCEPT_ALL (RC_SHELLS_BEGIN + 54)
84 #define STR_REDLINE_REJECT_ALL (RC_SHELLS_BEGIN + 55)
85 #define STR_REDLINE_EDIT (RC_SHELLS_BEGIN + 56)
86 #define STR_REDLINE_AUTOFMT (RC_SHELLS_BEGIN + 57)
88 #define RID_MODULE_TOOLBOX (RC_SHELLS_BEGIN + 60)
90 #define RID_MEDIA_TOOLBOX (RC_SHELLS_BEGIN + 61)
92 #define STR_SHELLNAME_NAVIGATION (RC_SHELLS_BEGIN + 62)
94 #define SHELLS_ACT_END STR_SHELLNAME_NAVIGATION
96 #if SHELLS_ACT_END > RC_SHELLS_END
97 #error Resource-Id Ueberlauf in #file, #line
102 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */