bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / envelp / mailmrge.hrc
blobcd08296d26ff836ec285b0b9e6e2d7362c5e52d0
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  */
20 #ifndef _MAILMRGE_HRC
21 #define _MAILMRGE_HRC
23 #include "envelp.hrc"
25 // elements -----------------------------------------------------------------
27 #define FL_RECORD               1
28 #define RB_ALL          2
29 #define RB_MARKED       3
30 #define RB_FROM         4
31 #define NF_FROM         5
32 #define FT_BIS          6
33 #define NF_TO           7
34 #define BTN_OK          8
35 #define BTN_CANCEL      9
36 #define BTN_HELP        10
37 #define RB_PRINTER      11
38 #define RB_MAILING      12
39 #define FT_ADDRESS      13
40 #define LB_ADDRESSFLD   14
41 #define FT_SUBJECT      15
42 #define ED_SUBJECT      16
43 #define FL_DEST                 17
44 #define CB_SINGLE_JOBS  18
45 #define FT_FORMAT       19
46 #define CB_FORMAT_SW    20
47 #define CB_FORMAT_HTML  21
48 #define CB_FORMAT_RTF   22
49 #define RB_FILE         23
50 #define FT_PATH         24
51 #define ED_PATH         25
52 #define PB_PATH         26
53 #define LB_COLUMN       30
54 #define FT_ATTACH       32
55 #define ED_ATTACH       33
56 #define PB_ATTACH       34
57 #define WIN_BEAMER      35
58 #define FL_SEPARATOR    36
59 #define FL_BOTTOM_SEPARATOR             37
60 #define FL_SAVE_MERGED_DOCUMENT         38
61 #define RB_SAVE_SINGLE_DOC              39
62 #define RB_SAVE_INDIVIDUAL              40
63 #define RB_GENERATE_FROM_DATABASE       41
64 #define FT_COLUMN                       42
65 #define FT_FILTER                       43
66 #define LB_FILTER                       44
68 #define FL_CREATEFROM   1
69 #define RB_THISDOC      2
70 #define RB_TEMPLATE     3
71 #define BT_OK           4
72 #define BT_CANCEL       5
73 #define BT_HELP         6
74 #define FL_CONNECTIONS  7
75 #define RB_USEEXISTING  8
76 #define RB_CREATENEW    9
77 #define FT_INFO         10
80 #endif
82 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */