LibreOffice Module sw (master) 1
comcore.hxx
Go to the documentation of this file.
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 */
19#ifndef INCLUDED_SW_INC_COMCORE_HXX
20#define INCLUDED_SW_INC_COMCORE_HXX
21
22// defines for the Autoformat Redline Comments
23// see sw/inc/utlui.hrc
24#define STR_AUTOFMTREDL_DEL_EMPTY_PARA 0
25#define STR_AUTOFMTREDL_USE_REPLACE 1
26#define STR_AUTOFMTREDL_CPTL_STT_WORD 2
27#define STR_AUTOFMTREDL_CPTL_STT_SENT 3
28#define STR_AUTOFMTREDL_TYPO 4
29#define STR_AUTOFMTREDL_USER_STYLE 5
30#define STR_AUTOFMTREDL_BULLET 6
31#define STR_AUTOFMTREDL_UNDER 7
32#define STR_AUTOFMTREDL_BOLD 8
33#define STR_AUTOFMTREDL_FRACTION 9
34#define STR_AUTOFMTREDL_DETECT_URL 10
35#define STR_AUTOFMTREDL_DASH 11
36#define STR_AUTOFMTREDL_ORDINAL 12
37#define STR_AUTOFMTREDL_RIGHT_MARGIN 13
38#define STR_AUTOFMTREDL_SET_TMPL_TEXT 14
39#define STR_AUTOFMTREDL_SET_TMPL_INDENT 15
40#define STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT 16
41#define STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT 17
42#define STR_AUTOFMTREDL_SET_TMPL_HEADLINE 18
43#define STR_AUTOFMTREDL_SET_NUMBER_BULLET 19
44#define STR_AUTOFMTREDL_DEL_MORELINES 20
45#define STR_AUTOFMTREDL_NON_BREAK_SPACE 21
46#define STR_AUTOFMTREDL_TRANSLITERATE_RTL 22
47#define STR_AUTOFMTREDL_DETECT_DOI 23
48// !!!!!!!!!!!!!!!!!!!!!!!!!! always set the correct end !!!!!!!!!!!!
49#define STR_AUTOFMTREDL_END 24
50
51#endif
52
53/* vim:set shiftwidth=4 softtabstop=4 expandtab: */