Update git submodules
[LibreOffice.git] / xmloff / source / transform / PropertyActionsOOo.hxx
blobe88bb10968e321f1d8bd58207ca3b7ffaa58bce8
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 #pragma once
22 #include "TransformerActionInit.hxx"
23 #include "AttrTransformerAction.hxx"
25 enum XMLPropOOOTransformerAction
27 XML_PTACTION_LINE_MODE = XML_ATACTION_USER_DEFINED,
28 XML_PTACTION_UNDERLINE,
29 XML_PTACTION_LINETHROUGH,
30 XML_PTACTION_KEEP_WITH_NEXT,
31 XML_PTACTION_SPLINES,
32 XML_ATACTION_INCH2IN_DUPLICATE,
33 XML_PTACTION_INTERVAL_MAJOR,
34 XML_PTACTION_INTERVAL_MINOR,
35 XML_ATACTION_COPY_DUPLICATE,
36 XML_PTACTION_SYMBOL,
37 XML_PTACTION_SYMBOL_IMAGE_NAME,
38 XML_PTACTION_TRANSPARENCY,
39 XML_PTACTION_BREAK_INSIDE,
40 XML_ATACTION_CAPTION_ESCAPE_OOO,
41 XML_ATACTION_MOVE_PROTECT,
42 XML_ATACTION_SIZE_PROTECT,
43 XML_ATACTION_PROTECT,
44 // No image transparency info in label document (#i50322#)
45 XML_ATACTION_WRITER_BACK_GRAPHIC_TRANSPARENCY
48 extern XMLTransformerActionInit const aGraphicPropertyOOoAttrActionTable[];
49 extern XMLTransformerActionInit const aGraphicPropertyOOoElemActionTable[];
50 extern XMLTransformerActionInit const aDrawingPagePropertyOOoAttrActionTable[];
51 extern XMLTransformerActionInit const aPageLayoutPropertyOOoAttrActionTable[];
52 extern XMLTransformerActionInit const aHeaderFooterPropertyOOoAttrActionTable[];
53 extern XMLTransformerActionInit const aTextPropertyOOoAttrActionTable[];
54 extern XMLTransformerActionInit const aTextPropertyOOoElemActionTable[];
55 extern XMLTransformerActionInit const aParagraphPropertyOOoAttrActionTable[];
56 extern XMLTransformerActionInit const aParagraphPropertyOOoElemActionTable[];
57 extern XMLTransformerActionInit const aSectionPropertyOOoAttrActionTable[];
58 extern XMLTransformerActionInit const aTablePropertyOOoAttrActionTable[];
59 extern XMLTransformerActionInit const aTableColumnPropertyOOoAttrActionTable[];
60 extern XMLTransformerActionInit const aTableRowPropertyOOoAttrActionTable[];
61 extern XMLTransformerActionInit const aTableCellPropertyOOoAttrActionTable[];
62 extern XMLTransformerActionInit const aTableCellPropertyOOoElemActionTable[];
63 extern XMLTransformerActionInit const aListLevelPropertyOOoAttrActionTable[];
64 extern XMLTransformerActionInit const aChartPropertyOOoAttrActionTable[];
65 extern XMLTransformerActionInit const aChartPropertyOOoElemActionTable[];
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */