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 .
23 #include <sfx2/tabpage.hrc>
27 // Dialoge --------------------------------------------------------------------
29 #define DLG_ENV (RC_ENVELP_BEGIN )
30 #define DLG_LAB (RC_ENVELP_BEGIN + 1)
32 #define TP_ENV_ENV (RC_ENVELP_BEGIN + 2)
33 #define TP_ENV_FMT (RC_ENVELP_BEGIN + 3)
34 #define TP_ENV_PRT (RC_ENVELP_BEGIN + 4)
36 #define TP_LAB_LAB (RC_ENVELP_BEGIN + 5)
37 #define TP_LAB_FMT (RC_ENVELP_BEGIN + 6)
38 #define TP_LAB_PRT (RC_ENVELP_BEGIN + 7)
40 #define DLG_MAILMERGE (RC_ENVELP_BEGIN + 8)
42 #define DLG_SYNC_BTN (RC_ENVELP_BEGIN + 9)
43 #define DLG_SAVE_LABEL (RC_ENVELP_BEGIN + 10)
45 // Bereiche -------------------------------------------------------------------
47 #define RC_ENVLOP_BEGIN (RC_ENVELP_BEGIN )
48 #define RC_ENVLOP_END (RC_ENVELP_BEGIN + 9)
50 #define RC_ENVFMT_BEGIN (RC_ENVELP_BEGIN + 10)
51 #define RC_ENVFMT_END (RC_ENVELP_BEGIN + 19)
53 #define RC_ENVPRT_BEGIN (RC_ENVELP_BEGIN + 20)
54 // RC_ENVPRT_END (RC_ENVELP_BEGIN + 39)
56 #define RC_LABEL_BEGIN (RC_ENVELP_BEGIN + 40)
57 #define RC_LABEL_END (RC_ENVELP_BEGIN + 49)
59 #define RC_LABFMT_BEGIN (RC_ENVELP_BEGIN + 50)
60 #define RC_LABFMT_END (RC_ENVELP_BEGIN + 62)
62 // RC_LABPRT_BEGIN (RC_ENVELP_BEGIN + 63)
63 #define RC_LABPRT_END (RC_ENVELP_BEGIN + 72)
65 // Strings --------------------------------------------------------------------
67 #define STR_DATABASE_NOT_OPENED (RC_ENVLOP_BEGIN + 63)
68 #define STR_NO_DRIVERS (RC_ENVLOP_BEGIN + 64)
69 #define DLG_MERGE_CREATE (RC_ENVLOP_BEGIN + 65)
70 #define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 66)
72 #define STR_BTN_NEW_DOC (RC_ENVLOP_BEGIN + 67)
73 #define STR_BTN_NEWDOC (RC_ENVLOP_BEGIN + 68)
74 #define STR_SENDER_TOKENS (RC_ENVLOP_BEGIN + 69)
75 // Ueberlaufpruefung ----------------------------------------------------------
77 #define ENVELP_ACT_END STR_SENDER_TOKENS
79 #if ENVELP_ACT_END > STR_SENDER_TOKENS
80 #error Resource-Ueberlauf in #file, #line
85 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */