Teach symstore more duplicated DLLs
[LibreOffice.git] / xmloff / source / transform / PropertyActionsOOo.hxx
blob5d693a00bceee74aea4e4dee71a17b5fe9e58979
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 #ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOOO_HXX
21 #define INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOOO_HXX
23 #include "TransformerActionInit.hxx"
24 #include "AttrTransformerAction.hxx"
26 enum XMLPropOOOTransformerAction
28 XML_PTACTION_LINE_MODE=XML_ATACTION_USER_DEFINED,
29 XML_PTACTION_UNDERLINE,
30 XML_PTACTION_LINETHROUGH,
31 XML_PTACTION_KEEP_WITH_NEXT,
32 XML_PTACTION_SPLINES,
33 XML_ATACTION_INCH2IN_DUPLICATE,
34 XML_PTACTION_INTERVAL_MAJOR,
35 XML_PTACTION_INTERVAL_MINOR,
36 XML_ATACTION_COPY_DUPLICATE,
37 XML_PTACTION_SYMBOL,
38 XML_PTACTION_SYMBOL_IMAGE_NAME,
39 XML_PTACTION_TRANSPARENCY,
40 XML_PTACTION_BREAK_INSIDE,
41 XML_ATACTION_CAPTION_ESCAPE_OOO,
42 XML_ATACTION_MOVE_PROTECT,
43 XML_ATACTION_SIZE_PROTECT,
44 XML_ATACTION_PROTECT,
45 // No image transparency info in label document (#i50322#)
46 XML_ATACTION_WRITER_BACK_GRAPHIC_TRANSPARENCY
49 extern XMLTransformerActionInit const aGraphicPropertyOOoAttrActionTable[];
50 extern XMLTransformerActionInit const aGraphicPropertyOOoElemActionTable[];
51 extern XMLTransformerActionInit const aDrawingPagePropertyOOoAttrActionTable[];
52 extern XMLTransformerActionInit const aPageLayoutPropertyOOoAttrActionTable[];
53 extern XMLTransformerActionInit const aHeaderFooterPropertyOOoAttrActionTable[];
54 extern XMLTransformerActionInit const aTextPropertyOOoAttrActionTable[];
55 extern XMLTransformerActionInit const aTextPropertyOOoElemActionTable[];
56 extern XMLTransformerActionInit const aParagraphPropertyOOoAttrActionTable[];
57 extern XMLTransformerActionInit const aParagraphPropertyOOoElemActionTable[];
58 extern XMLTransformerActionInit const aSectionPropertyOOoAttrActionTable[];
59 extern XMLTransformerActionInit const aTablePropertyOOoAttrActionTable[];
60 extern XMLTransformerActionInit const aTableColumnPropertyOOoAttrActionTable[];
61 extern XMLTransformerActionInit const aTableRowPropertyOOoAttrActionTable[];
62 extern XMLTransformerActionInit const aTableCellPropertyOOoAttrActionTable[];
63 extern XMLTransformerActionInit const aTableCellPropertyOOoElemActionTable[];
64 extern XMLTransformerActionInit const aListLevelPropertyOOoAttrActionTable[];
65 extern XMLTransformerActionInit const aChartPropertyOOoAttrActionTable[];
66 extern XMLTransformerActionInit const aChartPropertyOOoElemActionTable[];
68 #endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOOO_HXX
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */