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_ACTIONMAPTYPESOOO_HXX
21 #define INCLUDED_XMLOFF_SOURCE_TRANSFORM_ACTIONMAPTYPESOOO_HXX
23 enum ActionMapTypesOOo
25 PROP_OOO_GRAPHIC_ATTR_ACTIONS
,
26 PROP_OOO_GRAPHIC_ELEM_ACTIONS
,
27 PROP_OOO_DRAWING_PAGE_ATTR_ACTIONS
,
28 PROP_OOO_PAGE_LAYOUT_ATTR_ACTIONS
,
29 PROP_OOO_HEADER_FOOTER_ATTR_ACTIONS
,
30 PROP_OOO_TEXT_ATTR_ACTIONS
,
31 PROP_OOO_TEXT_ELEM_ACTIONS
,
32 PROP_OOO_PARAGRAPH_ATTR_ACTIONS
,
33 PROP_OOO_PARAGRAPH_ELEM_ACTIONS
,
34 PROP_OOO_SECTION_ATTR_ACTIONS
,
35 PROP_OOO_TABLE_ATTR_ACTIONS
,
36 PROP_OOO_TABLE_COLUMN_ATTR_ACTIONS
,
37 PROP_OOO_TABLE_ROW_ATTR_ACTIONS
,
38 PROP_OOO_TABLE_CELL_ATTR_ACTIONS
,
39 PROP_OOO_TABLE_CELL_ELEM_ACTIONS
,
40 PROP_OOO_LIST_LEVEL_ATTR_ACTIONS
,
41 PROP_OOO_CHART_ATTR_ACTIONS
,
42 PROP_OOO_CHART_ELEM_ACTIONS
,
44 OOO_STYLE_ACTIONS
= MAX_OOO_PROP_ACTIONS
,
45 OOO_FONT_DECL_ACTIONS
,
47 OOO_CONNECTOR_ACTIONS
,
48 OOO_INDEX_ENTRY_TAB_STOP_ACTIONS
,
50 OOO_LINENUMBERING_ACTIONS
,
51 OOO_FOOTNOTE_SEP_ACTIONS
,
54 OOO_TEXT_VALUE_TYPE_ACTIONS
,
55 OOO_TABLE_VALUE_TYPE_ACTIONS
,
57 OOO_STYLE_REF_ACTIONS
,
58 OOO_MASTER_PAGE_ACTIONS
,
59 OOO_ANNOTATION_ACTIONS
,
60 OOO_CHANGE_INFO_ACTIONS
,
61 OOO_FRAME_ELEM_ACTIONS
,
62 OOO_FRAME_ATTR_ACTIONS
,
63 OOO_BACKGROUND_IMAGE_ACTIONS
,
64 OOO_DDE_CONNECTION_DECL_ACTIONS
,
66 OOO_FORM_CONTROL_ACTIONS
,
67 OOO_FORM_COLUMN_ACTIONS
,
68 OOO_FORM_PROP_ACTIONS
,
70 OOO_CONFIG_ITEM_SET_ACTIONS
,
73 OOO_ERROR_MACRO_ACTIONS
,
74 OOO_DDE_CONV_MODE_ACTIONS
,
75 OOO_ALPHABETICAL_INDEX_MARK_ACTIONS
,
76 OOO_DATAPILOT_MEMBER_ACTIONS
,
77 OOO_DATAPILOT_LEVEL_ACTIONS
,
78 OOO_SOURCE_SERVICE_ACTIONS
,
79 OOO_DRAW_AREA_POLYGON_ACTIONS
,
81 OOO_ANIMATION_ACTIONS
,
85 #endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_ACTIONMAPTYPESOOO_HXX
87 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */