bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / dialog / regionsw.hrc
blob4f131cbe6545db411dccfb558018862495603e0d
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 _REGIONSW_HRC
20 #define _REGIONSW_HRC
22 #include "dialog.hrc"
25 #define CB_DDE                  1
26 #define CB_DISMISS              2
27 #define CB_END_AT_TXTEND        3
28 #define CB_END_NUM              4
29 #define CB_FILE                 5
30 #define CB_FTN_AT_TXTEND        6
31 #define CB_FTN_NUM              7
32 #define CB_HIDE                 8
33 #define CB_PASSWD               9
34 #define CB_PROTECT             10
35 #define CB_FTN_NUM_FMT         11
36 #define CB_END_NUM_FMT         12
37 #define ED_CONDITION           13
38 #define ED_END_PREFIX          14
39 #define ED_END_SUFFIX          15
40 #define ED_FILE                16
41 #define ED_FTN_PREFIX          17
42 #define ED_FTN_SUFFIX          18
43 #define ED_RANAME              19
44 #define ED_RNAME               20
45 #define FT_CONDITION           21
46 #define FLD_END_OFFSET         23
47 #define FLD_FTN_OFFSET         24
48 #define FT_DDE                 25
49 #define FT_END_OFFSET          26
50 #define FT_END_PREFIX          27
51 #define FT_END_SUFFIX          28
52 #define FT_FILE                29
53 #define FT_FTN_OFFSET          30
54 #define FT_FTN_PREFIX          31
55 #define FT_FTN_SUFFIX          32
56 #define FT_SUBREG              34
57 #define LB_END_NUMVIEW         36
58 #define LB_FTN_NUMVIEW         37
59 #define LB_SUBREG              38
60 #define PB_CANCEL              39
61 #define PB_FILE                40
62 #define PB_HELP                41
63 #define PB_OK                  42
64 #define PB_OPTIONS             43
65 #define ST_INSERT              45
66 #define TLB_SECTION            46
67 #define FL_NAME                47
68 #define FL_LINK                48
69 #define FL_PROTECT             49
70 #define FL_HIDE                50
71 #define PB_PASSWD              51
72 #define FL_END                 52
73 #define FL_FTN                 53
74 #define IL_BITMAPS              54
75 // #114856# edit in readonly sections
76 #define FL_PROPERTIES           56
77 #define CB_EDIT_IN_READONLY     57
79 /* global resources */
80 #define STR_REG_DUPLICATE       (RC_REGIONSW_BEGIN+6)
81 #define STR_INFO_DUPLICATE      (RC_REGIONSW_BEGIN+7)
83 #define QB_CONNECT              (RC_REGIONSW_BEGIN+10)
84 #define REG_WRONG_PASSWORD      (RC_REGIONSW_BEGIN+11)
85 #define REG_WRONG_PASSWD_REPEAT (RC_REGIONSW_BEGIN+12)
87 //ImageList elements
88 #define BMP_HIDE            1
89 #define BMP_NO_HIDE         2
90 #define BMP_PROT_HIDE       3
91 #define BMP_PROT_NO_HIDE    4
93 //SwSectionIndentTabPage
94 #define FL_INDENT           1
95 #define FT_BEFORE           2
96 #define MF_BEFORE           3
97 #define FT_AFTER            4
98 #define MF_AFTER            5
99 #define WIN_PREVIEW         6
101 #endif
103 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */