update credits
[LibreOffice.git] / sw / source / ui / dbui / mmaddressblockpage.hrc
blob2634acedbf234006ec5e8f2fa2982cfb88772355
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 #ifndef _MAILMERGEADDRESSBLOCKPAGE_HRC
20 #define _MAILMERGEADDRESSBLOCKPAGE_HRC
22 #define FI_ADDRESSLIST          1
23 #define PB_ADDRESSLIST          2
24 #define FI_SETTINGS             3
25 #define WIN_SETTINGS            4
26 #define PB_SETTINGS             5
27 #define CB_ADDRESS              6
28 #define FI_PREVIEW              7
29 #define WIN_PREVIEW             8
30 #define PB_ASSIGN               9
31 #define FI_DOCINDEX             10
32 #define IB_PREVSET              11
33 #define IB_NEXTSET              12
34 #define STR_DOCUMENT            13
35 #define FI_HEADER               14
36 #define FI_CURRENTADDRESS       15
37 #define STR_CHANGEADDRESS       16
38 #define FI_SECOND               17
39 #define FI_THIRD                18
40 #define FI_MATCH_FIELDS         19
42 #define FT_SELECT               20
43 #define PB_NEW                  21
44 #define PB_DELETE               22
45 #define PB_CUSTOMIZE            23
47 #define RB_NEVER                25
48 #define RB_ALWAYS               26
49 #define RB_DEPENDENT            27
50 #define ED_COUNTRY              28
51 #define FL_SEPARATOR            29
52 #define PB_OK                   30
53 #define PB_CANCEL               31
54 #define PB_HELP                 32
56 #define FT_ADDRESSELEMENTS      40
57 #define LB_ADDRESSELEMENTS      41
58 #define IB_INSERTFIELD          42
59 #define IB_REMOVEFIELD          43
60 #define FT_DRAG                 48
61 #define ED_DRAG                 49
62 #define IB_UP                   50
63 #define IB_LEFT                 51
64 #define IB_RIGHT                52
65 #define IB_DOWN                 53
66 #define FT_FIELD                54
67 #define CB_FIELD                55
68 #define ST_SALUTATION           56
69 #define ST_PUNCTUATION          57
70 #define ST_TEXT                 58
71 #define RA_SALUTATION_MALE      59
72 #define RA_SALUTATION_FEMALE    60
73 #define RA_PUNCTUATION          61
74 #define ST_TITLE_MALE           62
75 #define ST_TITLE_FEMALE         63
76 #define ST_SALUTATIONELEMENTS   64
77 #define ST_INSERTSALUTATIONFIELD 65
78 #define ST_REMOVESALUTATIONFIELD 66
79 #define ST_DRAGSALUTATION       67
80 #define ST_TITLE_EDIT           68
83 #define FI_MATCHING             70
84 #define CT_FIELDS               71
85 #define ST_SALUTATIONPREVIEW    72
86 #define ST_SALUTATIONMATCHING   73
87 #define ST_SALUTATIONELEMENT   74
88 #define CB_HIDE_EMPTY_PARA     75
89 #define FI_FIRST                76
90 #define FL_FIRST                77
91 #define FL_SECOND               78
92 #define FL_THIRD                79
93 #define FI_FOURTH               80
95 #define SCR_1                   1
96 #define ST_ADDRESSELEMENT       2
97 #define ST_MATCHESTO            3
98 #define ST_PREVIEW              4
99 #define FT_FIELDS               5
100 #define LB_FIELDS               6
101 #define FT_PREVIEW              7
102 #define WIN_DATA                9
104 #endif
106 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */