merge the formfield patch from ooo-build
[ooovba.git] / xmloff / source / transform / ActionMapTypesOOo.hxx
blob08b4857f56ca3802e9a4909d6c454d57a4adb620
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: ActionMapTypesOOo.hxx,v $
10 * $Revision: 1.8 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _XMLOFF_ACTIONMAPTYPESOOO_HXX
32 #define _XMLOFF_ACTIONMAPTYPESOOO_HXX
34 enum ActionMapTypesOOo
36 PROP_OOO_GRAPHIC_ATTR_ACTIONS,
37 PROP_OOO_GRAPHIC_ELEM_ACTIONS,
38 PROP_OOO_DRAWING_PAGE_ATTR_ACTIONS,
39 PROP_OOO_PAGE_LAYOUT_ATTR_ACTIONS,
40 PROP_OOO_HEADER_FOOTER_ATTR_ACTIONS,
41 PROP_OOO_TEXT_ATTR_ACTIONS,
42 PROP_OOO_TEXT_ELEM_ACTIONS,
43 PROP_OOO_PARAGRAPH_ATTR_ACTIONS,
44 PROP_OOO_PARAGRAPH_ELEM_ACTIONS,
45 PROP_OOO_SECTION_ATTR_ACTIONS,
46 PROP_OOO_TABLE_ATTR_ACTIONS,
47 PROP_OOO_TABLE_COLUMN_ATTR_ACTIONS,
48 PROP_OOO_TABLE_ROW_ATTR_ACTIONS,
49 PROP_OOO_TABLE_CELL_ATTR_ACTIONS,
50 PROP_OOO_TABLE_CELL_ELEM_ACTIONS,
51 PROP_OOO_LIST_LEVEL_ATTR_ACTIONS,
52 PROP_OOO_CHART_ATTR_ACTIONS,
53 PROP_OOO_CHART_ELEM_ACTIONS,
54 MAX_OOO_PROP_ACTIONS,
55 OOO_STYLE_ACTIONS = MAX_OOO_PROP_ACTIONS,
56 OOO_FONT_DECL_ACTIONS,
57 OOO_SHAPE_ACTIONS,
58 OOO_CONNECTOR_ACTIONS,
59 OOO_INDEX_ENTRY_TAB_STOP_ACTIONS,
60 OOO_TAB_STOP_ACTIONS,
61 OOO_LINENUMBERING_ACTIONS,
62 OOO_FOOTNOTE_SEP_ACTIONS,
63 OOO_DROP_CAP_ACTIONS,
64 OOO_COLUMNS_ACTIONS,
65 OOO_TEXT_VALUE_TYPE_ACTIONS,
66 OOO_TABLE_VALUE_TYPE_ACTIONS,
67 OOO_PARA_ACTIONS,
68 OOO_STYLE_REF_ACTIONS,
69 OOO_MASTER_PAGE_ACTIONS,
70 OOO_ANNOTATION_ACTIONS,
71 OOO_CHANGE_INFO_ACTIONS,
72 OOO_FRAME_ELEM_ACTIONS,
73 OOO_FRAME_ATTR_ACTIONS,
74 OOO_BACKGROUND_IMAGE_ACTIONS,
75 OOO_DDE_CONNECTION_DECL_ACTIONS,
76 OOO_EVENT_ACTIONS,
77 OOO_FORM_CONTROL_ACTIONS,
78 OOO_FORM_COLUMN_ACTIONS,
79 OOO_FORM_PROP_ACTIONS,
80 OOO_XLINK_ACTIONS,
81 OOO_CONFIG_ITEM_SET_ACTIONS,
82 OOO_FORMULA_ACTIONS,
83 OOO_CHART_ACTIONS,
84 OOO_ERROR_MACRO_ACTIONS,
85 OOO_DDE_CONV_MODE_ACTIONS,
86 OOO_ALPHABETICAL_INDEX_MARK_ACTIONS,
87 OOO_DATAPILOT_MEMBER_ACTIONS,
88 OOO_DATAPILOT_LEVEL_ACTIONS,
89 OOO_SOURCE_SERVICE_ACTIONS,
90 OOO_DRAW_AREA_POLYGON_ACTIONS,
91 OOO_SCRIPT_ACTIONS,
92 MAX_OOO_ACTIONS
95 #endif // _XMLOFF_ACTIONMAPTYPESOOO_HXX