update dev300-m58
[ooovba.git] / sw / inc / envelp.hrc
bloba115705dad468b17aaf848efb7997b6957989e13
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: envelp.hrc,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #ifndef _ENVELP_HRC
32 #define _ENVELP_HRC
34 // #include -------------------------------------------------------------------
36 #include "rcid.hrc"
38 // Dialoge --------------------------------------------------------------------
40 #define DLG_ENV    (RC_ENVELP_BEGIN    )
41 #define DLG_LAB    (RC_ENVELP_BEGIN + 1)
43 #define TP_ENV_ENV (RC_ENVELP_BEGIN + 2)
44 #define TP_ENV_FMT (RC_ENVELP_BEGIN + 3)
45 #define TP_ENV_PRT (RC_ENVELP_BEGIN + 4)
47 #define TP_LAB_LAB (RC_ENVELP_BEGIN + 5)
48 #define TP_LAB_FMT (RC_ENVELP_BEGIN + 6)
49 #define TP_LAB_PRT (RC_ENVELP_BEGIN + 7)
51 #define DLG_MAILMERGE (RC_ENVELP_BEGIN + 8)
53 #define DLG_SYNC_BTN  (RC_ENVELP_BEGIN + 9)
54 #define DLG_SAVE_LABEL (RC_ENVELP_BEGIN + 10)
56 // Bereiche -------------------------------------------------------------------
58 #define RC_ENVLOP_BEGIN  (RC_ENVELP_BEGIN     )
59 #define RC_ENVLOP_END    (RC_ENVELP_BEGIN +  9)
61 #define RC_ENVFMT_BEGIN  (RC_ENVELP_BEGIN + 10)
62 #define RC_ENVFMT_END    (RC_ENVELP_BEGIN + 19)
64 #define RC_ENVPRT_BEGIN  (RC_ENVELP_BEGIN + 20)
65 #define RC_ENVPRT_END    (RC_ENVELP_BEGIN + 39)
67 #define RC_LABEL_BEGIN   (RC_ENVELP_BEGIN + 40)
68 #define RC_LABEL_END     (RC_ENVELP_BEGIN + 49)
70 #define RC_LABFMT_BEGIN  (RC_ENVELP_BEGIN + 50)
71 #define RC_LABFMT_END    (RC_ENVELP_BEGIN + 59)
73 #define RC_LABPRT_BEGIN  (RC_ENVELP_BEGIN + 60)
74 #define RC_LABPRT_END    (RC_ENVELP_BEGIN + 69)
76 // Strings --------------------------------------------------------------------
78 #define STR_DATABASE_NOT_OPENED  (RC_ENVLOP_BEGIN + 60)
79 #define STR_NO_DRIVERS           (RC_ENVLOP_BEGIN + 61)
80 #define DLG_MERGE_CREATE         (RC_ENVLOP_BEGIN + 62)
81 #define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 63)
83 #define STR_BTN_NEW_DOC          (RC_ENVLOP_BEGIN + 64)
84 #define STR_BTN_NEWDOC           (RC_ENVLOP_BEGIN + 65)
85 #define STR_SENDER_TOKENS        (RC_ENVLOP_BEGIN + 66)
87 #define RC_ENVPRT_HC_BEGIN               (RC_ENVLOP_BEGIN + 70)
88 #define RC_ENVPRT_HC_END                 (RC_ENVLOP_BEGIN + 82)
90 // Ueberlaufpruefung ----------------------------------------------------------
92 #define ENVELP_ACT_END  STR_SENDER_TOKENS
94 #if ENVELP_ACT_END > RC_ENVPRT_HC_END
95 #error Resource-Ueberlauf in #file, #line
96 #endif
98 #endif