summaryrefslogtreecommitdiff
path: root/sw/inc/index.hrc
blob: aa4b9842c1b5e33a93b6f9a2d9e2a254f9cad9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

/* For  DesignEditor
#define RC_INDEX_BEGIN 256
*/

#ifndef _INDEX_HRC
#define _INDEX_HRC

#include "rcid.hrc"

#define  STR_TITLE              (RC_INDEX_BEGIN + 6)
#define  STR_ALPHA              (RC_INDEX_BEGIN + 7)
#define  STR_LEVEL              (RC_INDEX_BEGIN + 8)

#define  DLG_EDIT_IDXMARK       (RC_INDEX_BEGIN + 11)
#define  DLG_EDIT_AUTHMARK      (RC_INDEX_BEGIN + 12)

#define  STR_IDXMRK_INSERT      (RC_INDEX_BEGIN + 13)
#define  STR_IDXMRK_EDIT        (RC_INDEX_BEGIN + 14)
#define  RES_SRCTYPES           (RC_INDEX_BEGIN + 15)

#define  STR_AUTOMARK_TYPE      (RC_INDEX_BEGIN + 17)
#define  STR_FILE_NOT_FOUND     (RC_INDEX_BEGIN + 18)
#define  STR_QUERY_CHANGE_AUTH_ENTRY (RC_INDEX_BEGIN + 19)
#define  STR_USER_DEFINED_INDEX (RC_INDEX_BEGIN + 20)
#define  STR_NOSORTKEY          (RC_INDEX_BEGIN + 21)
#define  STR_NO_CHAR_STYLE      (RC_INDEX_BEGIN + 22)
#define  STR_DELIM              (RC_INDEX_BEGIN + 23)
#define  STR_BUTTON_TEXT_START  (RC_INDEX_BEGIN + 24)
#define  STR_TOKEN_ENTRY_NO     (STR_BUTTON_TEXT_START)
#define  STR_TOKEN_ENTRY_TEXT   (STR_BUTTON_TEXT_START + 1)
#define  STR_TOKEN_ENTRY        (STR_BUTTON_TEXT_START + 2)
#define  STR_TOKEN_TAB_STOP     (STR_BUTTON_TEXT_START + 3)
#define  STR_TOKEN_TEXT         (STR_BUTTON_TEXT_START + 4)
#define  STR_TOKEN_PAGE_NUMS    (STR_BUTTON_TEXT_START + 5)
#define  STR_TOKEN_CHAPTER_INFO (STR_BUTTON_TEXT_START + 6)
#define  STR_TOKEN_LINK_START   (STR_BUTTON_TEXT_START + 7)
#define  STR_TOKEN_LINK_END     (STR_BUTTON_TEXT_START + 8)
#define  STR_TOKEN_AUTHORITY    (STR_BUTTON_TEXT_START + 9)

#define  STR_BUTTON_HELP_TEXT_START  (STR_TOKEN_AUTHORITY + 1)
#define  STR_TOKEN_HELP_ENTRY_NO      (STR_BUTTON_HELP_TEXT_START)
#define  STR_TOKEN_HELP_ENTRY_TEXT    (STR_BUTTON_HELP_TEXT_START + 1)
#define  STR_TOKEN_HELP_ENTRY         (STR_BUTTON_HELP_TEXT_START + 2)
#define  STR_TOKEN_HELP_TAB_STOP      (STR_BUTTON_HELP_TEXT_START + 3)
#define  STR_TOKEN_HELP_TEXT          (STR_BUTTON_HELP_TEXT_START + 4)
#define  STR_TOKEN_HELP_PAGE_NUMS     (STR_BUTTON_HELP_TEXT_START + 5)
#define  STR_TOKEN_HELP_CHAPTER_INFO  (STR_BUTTON_HELP_TEXT_START + 6)
#define  STR_TOKEN_HELP_LINK_START    (STR_BUTTON_HELP_TEXT_START + 7)
#define  STR_TOKEN_HELP_LINK_END      (STR_BUTTON_HELP_TEXT_START + 8)
#define  STR_TOKEN_HELP_AUTHORITY     (STR_BUTTON_HELP_TEXT_START + 9)

#define  STR_CHARSTYLE                  (STR_TOKEN_HELP_AUTHORITY + 1)
#define  STR_STRUCTURE                  (STR_TOKEN_HELP_AUTHORITY + 2)
#define  STR_ADDITIONAL_ACCNAME_STRING1 (STR_TOKEN_HELP_AUTHORITY + 3)
#define  STR_ADDITIONAL_ACCNAME_STRING2 (STR_TOKEN_HELP_AUTHORITY + 4)
#define  STR_ADDITIONAL_ACCNAME_STRING3 (STR_TOKEN_HELP_AUTHORITY + 5)

#endif  // _INDEX_HRC

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */