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_PROPERTYACTIONSOOO_HXX 25 #define _XMLOFF_PROPERTYACTIONSOOO_HXX 26 27 #include "TransformerAction.hxx" 28 #include "TransformerActionInit.hxx" 29 #include "AttrTransformerAction.hxx" 30 31 enum XMLPropOOOTransformerAction 32 { 33 XML_PTACTION_LINE_MODE=XML_ATACTION_USER_DEFINED, 34 XML_PTACTION_UNDERLINE, 35 XML_PTACTION_LINETHROUGH, 36 XML_PTACTION_KEEP_WITH_NEXT, 37 XML_PTACTION_SPLINES, 38 XML_ATACTION_INCH2IN_DUPLICATE, 39 XML_PTACTION_INTERVAL_MAJOR, 40 XML_PTACTION_INTERVAL_MINOR, 41 XML_ATACTION_COPY_DUPLICATE, 42 XML_PTACTION_SYMBOL, 43 XML_PTACTION_SYMBOL_IMAGE_NAME, 44 XML_PTACTION_TRANSPARENCY, 45 XML_PTACTION_BREAK_INSIDE, 46 XML_ATACTION_CAPTION_ESCAPE_OOO, 47 XML_ATACTION_MOVE_PROTECT, 48 XML_ATACTION_SIZE_PROTECT, 49 XML_ATACTION_PROTECT, 50 // --> OD 2005-06-10 #i50322# 51 XML_ATACTION_WRITER_BACK_GRAPHIC_TRANSPARENCY, 52 // <-- 53 XML_PTACTION_END=XML_TACTION_END 54 }; 55 56 extern XMLTransformerActionInit aGraphicPropertyOOoAttrActionTable[]; 57 extern XMLTransformerActionInit aGraphicPropertyOOoElemActionTable[]; 58 extern XMLTransformerActionInit aDrawingPagePropertyOOoAttrActionTable[]; 59 extern XMLTransformerActionInit aPageLayoutPropertyOOoAttrActionTable[]; 60 extern XMLTransformerActionInit aHeaderFooterPropertyOOoAttrActionTable[]; 61 extern XMLTransformerActionInit aTextPropertyOOoAttrActionTable[]; 62 extern XMLTransformerActionInit aTextPropertyOOoElemActionTable[]; 63 extern XMLTransformerActionInit aParagraphPropertyOOoAttrActionTable[]; 64 extern XMLTransformerActionInit aParagraphPropertyOOoElemActionTable[]; 65 extern XMLTransformerActionInit aSectionPropertyOOoAttrActionTable[]; 66 extern XMLTransformerActionInit aTablePropertyOOoAttrActionTable[]; 67 extern XMLTransformerActionInit aTableColumnPropertyOOoAttrActionTable[]; 68 extern XMLTransformerActionInit aTableRowPropertyOOoAttrActionTable[]; 69 extern XMLTransformerActionInit aTableCellPropertyOOoAttrActionTable[]; 70 extern XMLTransformerActionInit aTableCellPropertyOOoElemActionTable[]; 71 extern XMLTransformerActionInit aListLevelPropertyOOoAttrActionTable[]; 72 extern XMLTransformerActionInit aChartPropertyOOoAttrActionTable[]; 73 extern XMLTransformerActionInit aChartPropertyOOoElemActionTable[]; 74 75 #endif // _XMLOFF_PROPERTYACTIONSOOO_HXX 76