Teach symstore more duplicated DLLs
[LibreOffice.git] / xmloff / source / transform / PropertyActionsOASIS.hxx
blob1f0cd92f891c2c5b76af1a9ac8787fce4008df3c
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_PROPERTYACTIONSOASIS_HXX
21 #define INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOASIS_HXX
23 #include "TransformerActionInit.hxx"
24 #include "AttrTransformerAction.hxx"
26 enum XMLPropOASISTransformerAction
28 XML_OPTACTION_LINE_MODE=XML_ATACTION_USER_DEFINED,
29 XML_OPTACTION_UNDERLINE_TYPE,
30 XML_OPTACTION_UNDERLINE_STYLE,
31 XML_OPTACTION_UNDERLINE_WIDTH,
32 XML_OPTACTION_LINETHROUGH_TYPE,
33 XML_OPTACTION_LINETHROUGH_STYLE,
34 XML_OPTACTION_LINETHROUGH_WIDTH,
35 XML_OPTACTION_LINETHROUGH_TEXT,
36 XML_OPTACTION_KEEP_WITH_NEXT,
37 XML_OPTACTION_INTERPOLATION,
38 XML_OPTACTION_INTERVAL_MAJOR,
39 XML_OPTACTION_INTERVAL_MINOR_DIVISOR,
40 XML_OPTACTION_SYMBOL_TYPE,
41 XML_OPTACTION_SYMBOL_NAME,
42 XML_OPTACTION_OPACITY,
43 XML_OPTACTION_IMAGE_OPACITY,
44 XML_OPTACTION_KEEP_TOGETHER,
45 XML_OPTACTION_CONTROL_TEXT_ALIGN,
46 XML_ATACTION_CAPTION_ESCAPE_OASIS,
47 XML_ATACTION_DECODE_PROTECT
50 extern XMLTransformerActionInit const aGraphicPropertyOASISAttrActionTable[];
51 extern XMLTransformerActionInit const aDrawingPagePropertyOASISAttrActionTable[];
52 extern XMLTransformerActionInit const aPageLayoutPropertyOASISAttrActionTable[];
53 extern XMLTransformerActionInit const aHeaderFooterPropertyOASISAttrActionTable[];
54 extern XMLTransformerActionInit const aTextPropertyOASISAttrActionTable[];
55 extern XMLTransformerActionInit const aParagraphPropertyOASISAttrActionTable[];
56 extern XMLTransformerActionInit const aSectionPropertyOASISAttrActionTable[];
57 extern XMLTransformerActionInit const aTablePropertyOASISAttrActionTable[];
58 extern XMLTransformerActionInit const aTableColumnPropertyOASISAttrActionTable[];
59 extern XMLTransformerActionInit const aTableRowPropertyOASISAttrActionTable[];
60 extern XMLTransformerActionInit const aTableCellPropertyOASISAttrActionTable[];
61 extern XMLTransformerActionInit const aListLevelPropertyOASISAttrActionTable[];
62 extern XMLTransformerActionInit const aChartPropertyOASISAttrActionTable[];
64 #endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOASIS_HXX
66 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */