4f2b9f026d
Change-Id: Ib8cbcdff79ad8d621b8e9567df0afe32e9501279
79 lines
3.6 KiB
Text
79 lines
3.6 KiB
Text
/* -*- 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 INCLUDED_SW_INC_INDEX_HRC
|
|
#define INCLUDED_SW_INC_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
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|