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_EDITENG_SVXENUM_HXX
20 #define INCLUDED_EDITENG_SVXENUM_HXX
25 SVX_CASEMAP_NOT_MAPPED
,
26 SVX_CASEMAP_VERSALIEN
,
29 SVX_CASEMAP_KAPITAELCHEN
,
33 enum class SvxEscapement
41 enum SvxShadowLocation
46 SVX_SHADOW_BOTTOMLEFT
,
47 SVX_SHADOW_BOTTOMRIGHT
,
51 enum class SvxTabAdjust
61 enum class SvxLineSpaceRule
68 enum class SvxInterLineSpaceRule
97 enum SvxCellHorJustify
99 SVX_HOR_JUSTIFY_STANDARD
,
100 SVX_HOR_JUSTIFY_LEFT
,
101 SVX_HOR_JUSTIFY_CENTER
,
102 SVX_HOR_JUSTIFY_RIGHT
,
103 SVX_HOR_JUSTIFY_BLOCK
,
104 SVX_HOR_JUSTIFY_REPEAT
107 enum class SvxCellJustifyMethod
113 enum SvxCellVerJustify
115 SVX_VER_JUSTIFY_STANDARD
,
117 SVX_VER_JUSTIFY_CENTER
,
118 SVX_VER_JUSTIFY_BOTTOM
,
119 SVX_VER_JUSTIFY_BLOCK
122 enum SvxCellOrientation
124 SVX_ORIENTATION_STANDARD
,
125 SVX_ORIENTATION_TOPBOTTOM
,
126 SVX_ORIENTATION_BOTTOMTOP
,
127 SVX_ORIENTATION_STACKED
130 enum SvxDrawAlignEnum
132 SVX_OBJECT_ALIGN_LEFT
,
133 SVX_OBJECT_ALIGN_CENTER
,
134 SVX_OBJECT_ALIGN_RIGHT
,
136 SVX_OBJECT_ALIGN_MIDDLE
,
137 SVX_OBJECT_ALIGN_DOWN
140 enum class SvxSpellArea
149 * these must match the values in css::style::NumberingType
153 SVX_NUM_CHARS_UPPER_LETTER
, // Counts from a-z, aa - az, ba - bz, ...
154 SVX_NUM_CHARS_LOWER_LETTER
,
159 SVX_NUM_CHAR_SPECIAL
, // Bullet
160 SVX_NUM_PAGEDESC
, // Numbering from the page template
162 SVX_NUM_CHARS_UPPER_LETTER_N
, // Counts from a-z, aa-zz, aaa-zzz
163 SVX_NUM_CHARS_LOWER_LETTER_N
,
164 SVX_NUM_TRANSLITERATION
,
165 SVX_NUM_NATIVE_NUMBERING
,
166 SVX_NUM_FULL_WIDTH_ARABIC
,
167 SVX_NUM_CIRCLE_NUMBER
,
168 SVX_NUM_NUMBER_LOWER_ZH
,
169 SVX_NUM_NUMBER_UPPER_ZH
,
170 SVX_NUM_NUMBER_UPPER_ZH_TW
,
173 SVX_NUM_NUMBER_TRADITIONAL_JA
,
174 SVX_NUM_AIU_FULLWIDTH_JA
,
175 SVX_NUM_AIU_HALFWIDTH_JA
,
176 SVX_NUM_IROHA_FULLWIDTH_JA
,
177 SVX_NUM_IROHA_HALFWIDTH_JA
182 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */