bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / envelp / envfmt.hrc
blobc3091ac3df6e5697931141976a7168809782ac85
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 _ENVFMT_HRC
21 #define _ENVFMT_HRC
23 #include "envelp.hrc"
25 // local resources *********************************************************
27 #define FL_ADDRESSEE           11
28 #define TXT_ADDR_POS        12
29 #define TXT_ADDR_LEFT       13
30 #define FLD_ADDR_LEFT       14
31 #define TXT_ADDR_TOP        15
32 #define FLD_ADDR_TOP        16
33 #define TXT_ADDR_FORMAT     17
34 #define BTN_ADDR_EDIT       18
36 #define FL_SENDER                      21
37 #define TXT_SEND_POS        22
38 #define TXT_SEND_LEFT       23
39 #define FLD_SEND_LEFT       24
40 #define TXT_SEND_TOP        25
41 #define FLD_SEND_TOP        26
42 #define TXT_SEND_FORMAT     27
43 #define BTN_SEND_EDIT       28
45 #define FL_SIZE                        31
46 #define TXT_SIZE_FORMAT     32
47 #define BOX_SIZE_FORMAT     33
48 #define TXT_SIZE_WIDTH      34
49 #define FLD_SIZE_WIDTH      35
50 #define TXT_SIZE_HEIGHT     36
51 #define FLD_SIZE_HEIGHT     37
53 #define WIN_PREVIEW         41
56 #define MID_CHAR        1
57 #define MID_PARA        2
59 // global resources ********************************************************
61 #define MNU_EDIT  (RC_ENVFMT_BEGIN     )
63 // overflow check ********************************************************
65 #define ENVFMT_ACT_END  MNU_EDIT
67 #if ENVFMT_ACT_END > RC_ENVFMT_END
68 #error resource overflow in #file, #line
69 #endif
71 #endif
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */