summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmaddressblockpage.hrc
blob: 2634acedbf234006ec5e8f2fa2982cfb88772355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#ifndef _MAILMERGEADDRESSBLOCKPAGE_HRC
#define _MAILMERGEADDRESSBLOCKPAGE_HRC

#define FI_ADDRESSLIST          1
#define PB_ADDRESSLIST          2
#define FI_SETTINGS             3
#define WIN_SETTINGS            4
#define PB_SETTINGS             5
#define CB_ADDRESS              6
#define FI_PREVIEW              7
#define WIN_PREVIEW             8
#define PB_ASSIGN               9
#define FI_DOCINDEX             10
#define IB_PREVSET              11
#define IB_NEXTSET              12
#define STR_DOCUMENT            13
#define FI_HEADER               14
#define FI_CURRENTADDRESS       15
#define STR_CHANGEADDRESS       16
#define FI_SECOND               17
#define FI_THIRD                18
#define FI_MATCH_FIELDS         19

#define FT_SELECT               20
#define PB_NEW                  21
#define PB_DELETE               22
#define PB_CUSTOMIZE            23

#define RB_NEVER                25
#define RB_ALWAYS               26
#define RB_DEPENDENT            27
#define ED_COUNTRY              28
#define FL_SEPARATOR            29
#define PB_OK                   30
#define PB_CANCEL               31
#define PB_HELP                 32

#define FT_ADDRESSELEMENTS      40
#define LB_ADDRESSELEMENTS      41
#define IB_INSERTFIELD          42
#define IB_REMOVEFIELD          43
#define FT_DRAG                 48
#define ED_DRAG                 49
#define IB_UP                   50
#define IB_LEFT                 51
#define IB_RIGHT                52
#define IB_DOWN                 53
#define FT_FIELD                54
#define CB_FIELD                55
#define ST_SALUTATION           56
#define ST_PUNCTUATION          57
#define ST_TEXT                 58
#define RA_SALUTATION_MALE      59
#define RA_SALUTATION_FEMALE    60
#define RA_PUNCTUATION          61
#define ST_TITLE_MALE           62
#define ST_TITLE_FEMALE         63
#define ST_SALUTATIONELEMENTS   64
#define ST_INSERTSALUTATIONFIELD 65
#define ST_REMOVESALUTATIONFIELD 66
#define ST_DRAGSALUTATION       67
#define ST_TITLE_EDIT           68


#define FI_MATCHING             70
#define CT_FIELDS               71
#define ST_SALUTATIONPREVIEW    72
#define ST_SALUTATIONMATCHING   73
#define ST_SALUTATIONELEMENT   74
#define CB_HIDE_EMPTY_PARA     75
#define FI_FIRST                76
#define FL_FIRST                77
#define FL_SECOND               78
#define FL_THIRD                79
#define FI_FOURTH               80

#define SCR_1                   1
#define ST_ADDRESSELEMENT       2
#define ST_MATCHESTO            3
#define ST_PREVIEW              4
#define FT_FIELDS               5
#define LB_FIELDS               6
#define FT_PREVIEW              7
#define WIN_DATA                9

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */