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_PROPERTYACTIONSOOO_HXX
21 #define INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOOO_HXX
23 #include "TransformerAction.hxx"
24 #include "TransformerActionInit.hxx"
25 #include "AttrTransformerAction.hxx"
27 enum XMLPropOOOTransformerAction
29 XML_PTACTION_LINE_MODE
=XML_ATACTION_USER_DEFINED
,
30 XML_PTACTION_UNDERLINE
,
31 XML_PTACTION_LINETHROUGH
,
32 XML_PTACTION_KEEP_WITH_NEXT
,
34 XML_ATACTION_INCH2IN_DUPLICATE
,
35 XML_PTACTION_INTERVAL_MAJOR
,
36 XML_PTACTION_INTERVAL_MINOR
,
37 XML_ATACTION_COPY_DUPLICATE
,
39 XML_PTACTION_SYMBOL_IMAGE_NAME
,
40 XML_PTACTION_TRANSPARENCY
,
41 XML_PTACTION_BREAK_INSIDE
,
42 XML_ATACTION_CAPTION_ESCAPE_OOO
,
43 XML_ATACTION_MOVE_PROTECT
,
44 XML_ATACTION_SIZE_PROTECT
,
46 // No image transparency info in label document (#i50322#)
47 XML_ATACTION_WRITER_BACK_GRAPHIC_TRANSPARENCY
,
48 XML_PTACTION_END
=XML_TACTION_END
51 extern XMLTransformerActionInit aGraphicPropertyOOoAttrActionTable
[];
52 extern XMLTransformerActionInit aGraphicPropertyOOoElemActionTable
[];
53 extern XMLTransformerActionInit aDrawingPagePropertyOOoAttrActionTable
[];
54 extern XMLTransformerActionInit aPageLayoutPropertyOOoAttrActionTable
[];
55 extern XMLTransformerActionInit aHeaderFooterPropertyOOoAttrActionTable
[];
56 extern XMLTransformerActionInit aTextPropertyOOoAttrActionTable
[];
57 extern XMLTransformerActionInit aTextPropertyOOoElemActionTable
[];
58 extern XMLTransformerActionInit aParagraphPropertyOOoAttrActionTable
[];
59 extern XMLTransformerActionInit aParagraphPropertyOOoElemActionTable
[];
60 extern XMLTransformerActionInit aSectionPropertyOOoAttrActionTable
[];
61 extern XMLTransformerActionInit aTablePropertyOOoAttrActionTable
[];
62 extern XMLTransformerActionInit aTableColumnPropertyOOoAttrActionTable
[];
63 extern XMLTransformerActionInit aTableRowPropertyOOoAttrActionTable
[];
64 extern XMLTransformerActionInit aTableCellPropertyOOoAttrActionTable
[];
65 extern XMLTransformerActionInit aTableCellPropertyOOoElemActionTable
[];
66 extern XMLTransformerActionInit aListLevelPropertyOOoAttrActionTable
[];
67 extern XMLTransformerActionInit aChartPropertyOOoAttrActionTable
[];
68 extern XMLTransformerActionInit aChartPropertyOOoElemActionTable
[];
70 #endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOOO_HXX
72 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */