update credits
[LibreOffice.git] / sw / source / ui / dbui / mmgreetingspage.hrc
blob530a17a2f75c5b52a683a266f586cca9812fcb41
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 _MAILMERGEGREETINGSPAGE_HRC
20 #define _MAILMERGEGREETINGSPAGE_HRC
23 #define CB_PERSONALIZED         2
24 #define LB_FEMALE               3
25 #define PB_FEMALE               4
26 #define LB_MALE                 5
27 #define PB_MALE                 6
28 #define FI_FEMALE               7
29 #define FT_FEMALECOLUMN         8
30 #define LB_FEMALECOLUMN         9
31 #define FT_FEMALEFIELD          10
32 #define CB_FEMALEFIELD          11
33 #define FT_NEUTRAL              12
35 #define CB_NEUTRAL              14
36 #define CB_GREETINGLINE         15
37 #define FI_PREVIEW              16
38 #define WIN_PREVIEW             17
39 #define PB_ASSIGN               18
40 #define FI_DOCINDEX             19
41 #define IB_PREVSET              20
42 #define IB_NEXTSET              21
43 #define STR_DOCUMENT            22
44 #define FI_HEADER               23
45 #define FT_FEMALE               24
46 #define FT_MALE                 25
48 #define FT_BODY                 30
49 #define MLE_BODY                31
50 #define FL_SEPARATOR            32
51 #define PB_OK                   33
52 #define PB_CANCEL               34
53 #define PB_HELP                 35
55 #endif
57 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */