tdf#92527 construct default Segments sequence, when there is none
[LibreOffice.git] / sw / inc / index.hrc
blobaa4b9842c1b5e33a93b6f9a2d9e2a254f9cad9de
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 /* For  DesignEditor
21 #define RC_INDEX_BEGIN 256
24 #ifndef _INDEX_HRC
25 #define _INDEX_HRC
27 #include "rcid.hrc"
29 #define  STR_TITLE              (RC_INDEX_BEGIN + 6)
30 #define  STR_ALPHA              (RC_INDEX_BEGIN + 7)
31 #define  STR_LEVEL              (RC_INDEX_BEGIN + 8)
33 #define  DLG_EDIT_IDXMARK       (RC_INDEX_BEGIN + 11)
34 #define  DLG_EDIT_AUTHMARK      (RC_INDEX_BEGIN + 12)
36 #define  STR_IDXMRK_INSERT      (RC_INDEX_BEGIN + 13)
37 #define  STR_IDXMRK_EDIT        (RC_INDEX_BEGIN + 14)
38 #define  RES_SRCTYPES           (RC_INDEX_BEGIN + 15)
40 #define  STR_AUTOMARK_TYPE      (RC_INDEX_BEGIN + 17)
41 #define  STR_FILE_NOT_FOUND     (RC_INDEX_BEGIN + 18)
42 #define  STR_QUERY_CHANGE_AUTH_ENTRY (RC_INDEX_BEGIN + 19)
43 #define  STR_USER_DEFINED_INDEX (RC_INDEX_BEGIN + 20)
44 #define  STR_NOSORTKEY          (RC_INDEX_BEGIN + 21)
45 #define  STR_NO_CHAR_STYLE      (RC_INDEX_BEGIN + 22)
46 #define  STR_DELIM              (RC_INDEX_BEGIN + 23)
47 #define  STR_BUTTON_TEXT_START  (RC_INDEX_BEGIN + 24)
48 #define  STR_TOKEN_ENTRY_NO     (STR_BUTTON_TEXT_START)
49 #define  STR_TOKEN_ENTRY_TEXT   (STR_BUTTON_TEXT_START + 1)
50 #define  STR_TOKEN_ENTRY        (STR_BUTTON_TEXT_START + 2)
51 #define  STR_TOKEN_TAB_STOP     (STR_BUTTON_TEXT_START + 3)
52 #define  STR_TOKEN_TEXT         (STR_BUTTON_TEXT_START + 4)
53 #define  STR_TOKEN_PAGE_NUMS    (STR_BUTTON_TEXT_START + 5)
54 #define  STR_TOKEN_CHAPTER_INFO (STR_BUTTON_TEXT_START + 6)
55 #define  STR_TOKEN_LINK_START   (STR_BUTTON_TEXT_START + 7)
56 #define  STR_TOKEN_LINK_END     (STR_BUTTON_TEXT_START + 8)
57 #define  STR_TOKEN_AUTHORITY    (STR_BUTTON_TEXT_START + 9)
59 #define  STR_BUTTON_HELP_TEXT_START  (STR_TOKEN_AUTHORITY + 1)
60 #define  STR_TOKEN_HELP_ENTRY_NO      (STR_BUTTON_HELP_TEXT_START)
61 #define  STR_TOKEN_HELP_ENTRY_TEXT    (STR_BUTTON_HELP_TEXT_START + 1)
62 #define  STR_TOKEN_HELP_ENTRY         (STR_BUTTON_HELP_TEXT_START + 2)
63 #define  STR_TOKEN_HELP_TAB_STOP      (STR_BUTTON_HELP_TEXT_START + 3)
64 #define  STR_TOKEN_HELP_TEXT          (STR_BUTTON_HELP_TEXT_START + 4)
65 #define  STR_TOKEN_HELP_PAGE_NUMS     (STR_BUTTON_HELP_TEXT_START + 5)
66 #define  STR_TOKEN_HELP_CHAPTER_INFO  (STR_BUTTON_HELP_TEXT_START + 6)
67 #define  STR_TOKEN_HELP_LINK_START    (STR_BUTTON_HELP_TEXT_START + 7)
68 #define  STR_TOKEN_HELP_LINK_END      (STR_BUTTON_HELP_TEXT_START + 8)
69 #define  STR_TOKEN_HELP_AUTHORITY     (STR_BUTTON_HELP_TEXT_START + 9)
71 #define  STR_CHARSTYLE                  (STR_TOKEN_HELP_AUTHORITY + 1)
72 #define  STR_STRUCTURE                  (STR_TOKEN_HELP_AUTHORITY + 2)
73 #define  STR_ADDITIONAL_ACCNAME_STRING1 (STR_TOKEN_HELP_AUTHORITY + 3)
74 #define  STR_ADDITIONAL_ACCNAME_STRING2 (STR_TOKEN_HELP_AUTHORITY + 4)
75 #define  STR_ADDITIONAL_ACCNAME_STRING3 (STR_TOKEN_HELP_AUTHORITY + 5)
77 #endif  // _INDEX_HRC
79 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */