1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #ifndef INCLUDED_SW_INC_COMCORE_HXX
20 #define INCLUDED_SW_INC_COMCORE_HXX
22 // defines for the Autoformat Redline Comments
23 #define STR_AUTOFMTREDL_DEL_EMPTY_PARA 0
24 #define STR_AUTOFMTREDL_USE_REPLACE 1
25 #define STR_AUTOFMTREDL_CPTL_STT_WORD 2
26 #define STR_AUTOFMTREDL_CPTL_STT_SENT 3
27 #define STR_AUTOFMTREDL_TYPO 4
28 #define STR_AUTOFMTREDL_USER_STYLE 5
29 #define STR_AUTOFMTREDL_BULLET 6
30 #define STR_AUTOFMTREDL_UNDER 7
31 #define STR_AUTOFMTREDL_BOLD 8
32 #define STR_AUTOFMTREDL_FRACTION 9
33 #define STR_AUTOFMTREDL_DETECT_URL 10
34 #define STR_AUTOFMTREDL_DASH 11
35 #define STR_AUTOFMTREDL_ORDINAL 12
36 #define STR_AUTOFMTREDL_RIGHT_MARGIN 13
37 #define STR_AUTOFMTREDL_SET_TMPL_TEXT 14
38 #define STR_AUTOFMTREDL_SET_TMPL_INDENT 15
39 #define STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT 16
40 #define STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT 17
41 #define STR_AUTOFMTREDL_SET_TMPL_HEADLINE 18
42 #define STR_AUTOFMTREDL_SET_NUMBULLET 19
43 #define STR_AUTOFMTREDL_DEL_MORELINES 20
44 #define STR_AUTOFMTREDL_NON_BREAK_SPACE 21
45 // !!!!!!!!!!!!!!!!!!!!!!!!!! always set the correct end !!!!!!!!!!!!
46 #define STR_AUTOFMTREDL_END 22
50 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */