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 .
22 #include "TransformerActionInit.hxx"
23 #include "AttrTransformerAction.hxx"
25 enum XMLPropOASISTransformerAction
27 XML_OPTACTION_LINE_MODE
= XML_ATACTION_USER_DEFINED
,
28 XML_OPTACTION_UNDERLINE_TYPE
,
29 XML_OPTACTION_UNDERLINE_STYLE
,
30 XML_OPTACTION_UNDERLINE_WIDTH
,
31 XML_OPTACTION_LINETHROUGH_TYPE
,
32 XML_OPTACTION_LINETHROUGH_STYLE
,
33 XML_OPTACTION_LINETHROUGH_WIDTH
,
34 XML_OPTACTION_LINETHROUGH_TEXT
,
35 XML_OPTACTION_KEEP_WITH_NEXT
,
36 XML_OPTACTION_INTERPOLATION
,
37 XML_OPTACTION_INTERVAL_MAJOR
,
38 XML_OPTACTION_INTERVAL_MINOR_DIVISOR
,
39 XML_OPTACTION_SYMBOL_TYPE
,
40 XML_OPTACTION_SYMBOL_NAME
,
41 XML_OPTACTION_OPACITY
,
42 XML_OPTACTION_IMAGE_OPACITY
,
43 XML_OPTACTION_KEEP_TOGETHER
,
44 XML_OPTACTION_CONTROL_TEXT_ALIGN
,
45 XML_ATACTION_CAPTION_ESCAPE_OASIS
,
46 XML_ATACTION_DECODE_PROTECT
49 extern XMLTransformerActionInit
const aGraphicPropertyOASISAttrActionTable
[];
50 extern XMLTransformerActionInit
const aDrawingPagePropertyOASISAttrActionTable
[];
51 extern XMLTransformerActionInit
const aPageLayoutPropertyOASISAttrActionTable
[];
52 extern XMLTransformerActionInit
const aHeaderFooterPropertyOASISAttrActionTable
[];
53 extern XMLTransformerActionInit
const aTextPropertyOASISAttrActionTable
[];
54 extern XMLTransformerActionInit
const aParagraphPropertyOASISAttrActionTable
[];
55 extern XMLTransformerActionInit
const aSectionPropertyOASISAttrActionTable
[];
56 extern XMLTransformerActionInit
const aTablePropertyOASISAttrActionTable
[];
57 extern XMLTransformerActionInit
const aTableColumnPropertyOASISAttrActionTable
[];
58 extern XMLTransformerActionInit
const aTableRowPropertyOASISAttrActionTable
[];
59 extern XMLTransformerActionInit
const aTableCellPropertyOASISAttrActionTable
[];
60 extern XMLTransformerActionInit
const aListLevelPropertyOASISAttrActionTable
[];
61 extern XMLTransformerActionInit
const aChartPropertyOASISAttrActionTable
[];
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */