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 .
27 #define CB_END_AT_TXTEND 3
30 #define CB_FTN_AT_TXTEND 6
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
41 #define ED_FTN_PREFIX 17
42 #define ED_FTN_SUFFIX 18
45 #define FT_CONDITION 21
46 #define FLD_END_OFFSET 23
47 #define FLD_FTN_OFFSET 24
49 #define FT_END_OFFSET 26
50 #define FT_END_PREFIX 27
51 #define FT_END_SUFFIX 28
53 #define FT_FTN_OFFSET 30
54 #define FT_FTN_PREFIX 31
55 #define FT_FTN_SUFFIX 32
57 #define LB_END_NUMVIEW 36
58 #define LB_FTN_NUMVIEW 37
66 #define TLB_SECTION 46
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)
90 #define BMP_PROT_HIDE 3
91 #define BMP_PROT_NO_HIDE 4
93 //SwSectionIndentTabPage
103 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */