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 .
19 #ifndef _MAILMERGEADDRESSBLOCKPAGE_HRC
20 #define _MAILMERGEADDRESSBLOCKPAGE_HRC
22 #define FI_ADDRESSLIST 1
23 #define PB_ADDRESSLIST 2
25 #define WIN_SETTINGS 4
31 #define FI_DOCINDEX 10
34 #define STR_DOCUMENT 13
36 #define FI_CURRENTADDRESS 15
37 #define STR_CHANGEADDRESS 16
40 #define FI_MATCH_FIELDS 19
45 #define PB_CUSTOMIZE 23
49 #define RB_DEPENDENT 27
51 #define FL_SEPARATOR 29
56 #define FT_ADDRESSELEMENTS 40
57 #define LB_ADDRESSELEMENTS 41
58 #define IB_INSERTFIELD 42
59 #define IB_REMOVEFIELD 43
68 #define ST_SALUTATION 56
69 #define ST_PUNCTUATION 57
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
85 #define ST_SALUTATIONPREVIEW 72
86 #define ST_SALUTATIONMATCHING 73
87 #define ST_SALUTATIONELEMENT 74
88 #define CB_HIDE_EMPTY_PARA 75
96 #define ST_ADDRESSELEMENT 2
97 #define ST_MATCHESTO 3
106 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */