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