bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / inc / frmui.hrc
blob1de6606b8b86eb73a5bccafb46c1624b69bc670a
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 _FRMUI_HRC
21 #define _FRMUI_HRC
23 #include "rcid.hrc"
24 #include "globals.hrc"
26 #define DLG_COLUMN              (RC_FRMDLG_BEGIN +  4)
28 #define DLG_CAPTION             (RC_FRMDLG_BEGIN + 11)
29 #define DLG_SEQUENCE_OPTION     (RC_FRMDLG_BEGIN + 12)
31 #define TP_FOOTNOTEOPTION       (RC_FRMDLG_BEGIN + 12)
32 #define TP_ENDNOTEOPTION        (RC_FRMDLG_BEGIN + 13)
34 #define STR_FRMUI_BORDER        (RC_FRMDLG_BEGIN + 16)
35 #define STR_FRMUI_PATTERN       (RC_FRMDLG_BEGIN + 17)
36 #define STR_FRMUI_WRAP          (RC_FRMDLG_BEGIN + 18)
38 #define BMP_BEGIN               (RC_FRMDLG_BEGIN + 18)
39 #define BMP_NOWRAP              (BMP_BEGIN+5)
41 #define BMP_END                 (BMP_NOWRAP)
43 #define MN_BACKGROUND           (BMP_END + 4)
45 #define MN_FOOTNOTE             (BMP_END + 7)
47 #define STR_FRMDLG_BEGIN        (MN_FOOTNOTE + 1)
49 #define STR_TOPPRT              (STR_FRMDLG_BEGIN + 1)
51 #define STR_BORDER              (STR_FRMDLG_BEGIN + 16)
52 #define STR_COLUMN              (STR_FRMDLG_BEGIN + 17)
53 #define STR_CHAR                (STR_FRMDLG_BEGIN + 19)
55 #define STR_OLE_INSERT          (STR_FRMDLG_BEGIN + 45)
56 #define STR_OLE_EDIT            (STR_FRMDLG_BEGIN + 46)
57 #define STR_COLL_HEADER         (STR_FRMDLG_BEGIN + 47)
59 #define MSG_COLUMN_ERR_BOUNDWIDTH  (STR_FRMDLG_BEGIN + 48)
60 #define STR_EDIT_GRF            (STR_FRMDLG_BEGIN + 49)
62 #define STR_LINE_TOP            (STR_FRMDLG_BEGIN + 50)
63 #define STR_LINE_BOTTOM         (STR_FRMDLG_BEGIN + 51)
64 #define STR_LINE_CENTER         (STR_FRMDLG_BEGIN + 52)
65 #define STR_CHAR_TOP            (STR_FRMDLG_BEGIN + 53)
66 #define STR_CHAR_BOTTOM         (STR_FRMDLG_BEGIN + 54)
67 #define STR_CHAR_CENTER         (STR_FRMDLG_BEGIN + 55)
69 #define FRMDLG_ACT_END                  STR_CHAR_CENTER
71 #if FRMDLG_ACT_END > RC_FRMDLG_END
72 #error Resource-Id Ueberlauf in #file, #line
73 #endif
76 #endif // FRMUI_HRC
78 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */