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_PROPERTYACTIONSOASIS_HXX 25 #define _XMLOFF_PROPERTYACTIONSOASIS_HXX 26 27 #include "TransformerAction.hxx" 28 #include "TransformerActionInit.hxx" 29 #include "AttrTransformerAction.hxx" 30 31 enum XMLPropOASISTransformerAction 32 { 33 XML_OPTACTION_LINE_MODE=XML_ATACTION_USER_DEFINED, 34 XML_OPTACTION_UNDERLINE_TYPE, 35 XML_OPTACTION_UNDERLINE_STYLE, 36 XML_OPTACTION_UNDERLINE_WIDTH, 37 XML_OPTACTION_LINETHROUGH_TYPE, 38 XML_OPTACTION_LINETHROUGH_STYLE, 39 XML_OPTACTION_LINETHROUGH_WIDTH, 40 XML_OPTACTION_LINETHROUGH_TEXT, 41 XML_OPTACTION_KEEP_WITH_NEXT, 42 XML_OPTACTION_INTERPOLATION, 43 XML_OPTACTION_INTERVAL_MAJOR, 44 XML_OPTACTION_INTERVAL_MINOR_DIVISOR, 45 XML_OPTACTION_SYMBOL_TYPE, 46 XML_OPTACTION_SYMBOL_NAME, 47 XML_OPTACTION_OPACITY, 48 XML_OPTACTION_IMAGE_OPACITY, 49 XML_OPTACTION_KEEP_TOGETHER, 50 XML_OPTACTION_CONTROL_TEXT_ALIGN, 51 XML_OPTACTION_DRAW_WRITING_MODE, 52 XML_ATACTION_CAPTION_ESCAPE_OASIS, 53 XML_ATACTION_DECODE_PROTECT, 54 XML_OPTACTION_END=XML_ATACTION_END 55 }; 56 57 extern XMLTransformerActionInit aGraphicPropertyOASISAttrActionTable[]; 58 extern XMLTransformerActionInit aDrawingPagePropertyOASISAttrActionTable[]; 59 extern XMLTransformerActionInit aPageLayoutPropertyOASISAttrActionTable[]; 60 extern XMLTransformerActionInit aHeaderFooterPropertyOASISAttrActionTable[]; 61 extern XMLTransformerActionInit aTextPropertyOASISAttrActionTable[]; 62 extern XMLTransformerActionInit aParagraphPropertyOASISAttrActionTable[]; 63 extern XMLTransformerActionInit aSectionPropertyOASISAttrActionTable[]; 64 extern XMLTransformerActionInit aTablePropertyOASISAttrActionTable[]; 65 extern XMLTransformerActionInit aTableColumnPropertyOASISAttrActionTable[]; 66 extern XMLTransformerActionInit aTableRowPropertyOASISAttrActionTable[]; 67 extern XMLTransformerActionInit aTableCellPropertyOASISAttrActionTable[]; 68 extern XMLTransformerActionInit aListLevelPropertyOASISAttrActionTable[]; 69 extern XMLTransformerActionInit aChartPropertyOASISAttrActionTable[]; 70 71 #endif // _XMLOFF_PROPERTYACTIONSOASIS_HXX 72