1 /************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24 #ifndef _XMLOFF_ACTIONMAPTYPESOOO_HXX 25 #define _XMLOFF_ACTIONMAPTYPESOOO_HXX 26 27 enum ActionMapTypesOOo 28 { 29 PROP_OOO_GRAPHIC_ATTR_ACTIONS, 30 PROP_OOO_GRAPHIC_ELEM_ACTIONS, 31 PROP_OOO_DRAWING_PAGE_ATTR_ACTIONS, 32 PROP_OOO_PAGE_LAYOUT_ATTR_ACTIONS, 33 PROP_OOO_HEADER_FOOTER_ATTR_ACTIONS, 34 PROP_OOO_TEXT_ATTR_ACTIONS, 35 PROP_OOO_TEXT_ELEM_ACTIONS, 36 PROP_OOO_PARAGRAPH_ATTR_ACTIONS, 37 PROP_OOO_PARAGRAPH_ELEM_ACTIONS, 38 PROP_OOO_SECTION_ATTR_ACTIONS, 39 PROP_OOO_TABLE_ATTR_ACTIONS, 40 PROP_OOO_TABLE_COLUMN_ATTR_ACTIONS, 41 PROP_OOO_TABLE_ROW_ATTR_ACTIONS, 42 PROP_OOO_TABLE_CELL_ATTR_ACTIONS, 43 PROP_OOO_TABLE_CELL_ELEM_ACTIONS, 44 PROP_OOO_LIST_LEVEL_ATTR_ACTIONS, 45 PROP_OOO_CHART_ATTR_ACTIONS, 46 PROP_OOO_CHART_ELEM_ACTIONS, 47 MAX_OOO_PROP_ACTIONS, 48 OOO_STYLE_ACTIONS = MAX_OOO_PROP_ACTIONS, 49 OOO_FONT_DECL_ACTIONS, 50 OOO_SHAPE_ACTIONS, 51 OOO_CONNECTOR_ACTIONS, 52 OOO_INDEX_ENTRY_TAB_STOP_ACTIONS, 53 OOO_TAB_STOP_ACTIONS, 54 OOO_LINENUMBERING_ACTIONS, 55 OOO_FOOTNOTE_SEP_ACTIONS, 56 OOO_DROP_CAP_ACTIONS, 57 OOO_COLUMNS_ACTIONS, 58 OOO_TEXT_VALUE_TYPE_ACTIONS, 59 OOO_TABLE_VALUE_TYPE_ACTIONS, 60 OOO_PARA_ACTIONS, 61 OOO_STYLE_REF_ACTIONS, 62 OOO_MASTER_PAGE_ACTIONS, 63 OOO_ANNOTATION_ACTIONS, 64 OOO_CHANGE_INFO_ACTIONS, 65 OOO_FRAME_ELEM_ACTIONS, 66 OOO_FRAME_ATTR_ACTIONS, 67 OOO_BACKGROUND_IMAGE_ACTIONS, 68 OOO_DDE_CONNECTION_DECL_ACTIONS, 69 OOO_EVENT_ACTIONS, 70 OOO_FORM_CONTROL_ACTIONS, 71 OOO_FORM_COLUMN_ACTIONS, 72 OOO_FORM_PROP_ACTIONS, 73 OOO_XLINK_ACTIONS, 74 OOO_CONFIG_ITEM_SET_ACTIONS, 75 OOO_FORMULA_ACTIONS, 76 OOO_CHART_ACTIONS, 77 OOO_ERROR_MACRO_ACTIONS, 78 OOO_DDE_CONV_MODE_ACTIONS, 79 OOO_ALPHABETICAL_INDEX_MARK_ACTIONS, 80 OOO_DATAPILOT_MEMBER_ACTIONS, 81 OOO_DATAPILOT_LEVEL_ACTIONS, 82 OOO_SOURCE_SERVICE_ACTIONS, 83 OOO_DRAW_AREA_POLYGON_ACTIONS, 84 OOO_SCRIPT_ACTIONS, 85 OOO_ANIMATION_ACTIONS, 86 MAX_OOO_ACTIONS 87 }; 88 89 #endif // _XMLOFF_ACTIONMAPTYPESOOO_HXX 90