Update ooo320-m1
[ooovba.git] / xmloff / source / transform / PropertyActionsOASIS.hxx
blob1eacb7f19316cea13b837cd9b20bc224678708c4
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: PropertyActionsOASIS.hxx,v $
10 * $Revision: 1.9 $
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_PROPERTYACTIONSOASIS_HXX
32 #define _XMLOFF_PROPERTYACTIONSOASIS_HXX
34 #include "TransformerAction.hxx"
35 #include "TransformerActionInit.hxx"
36 #include "AttrTransformerAction.hxx"
38 enum XMLPropOASISTransformerAction
40 XML_OPTACTION_LINE_MODE=XML_ATACTION_USER_DEFINED,
41 XML_OPTACTION_UNDERLINE_TYPE,
42 XML_OPTACTION_UNDERLINE_STYLE,
43 XML_OPTACTION_UNDERLINE_WIDTH,
44 XML_OPTACTION_LINETHROUGH_TYPE,
45 XML_OPTACTION_LINETHROUGH_STYLE,
46 XML_OPTACTION_LINETHROUGH_WIDTH,
47 XML_OPTACTION_LINETHROUGH_TEXT,
48 XML_OPTACTION_KEEP_WITH_NEXT,
49 XML_OPTACTION_INTERPOLATION,
50 XML_OPTACTION_INTERVAL_MAJOR,
51 XML_OPTACTION_INTERVAL_MINOR_DIVISOR,
52 XML_OPTACTION_SYMBOL_TYPE,
53 XML_OPTACTION_SYMBOL_NAME,
54 XML_OPTACTION_OPACITY,
55 XML_OPTACTION_IMAGE_OPACITY,
56 XML_OPTACTION_KEEP_TOGETHER,
57 XML_OPTACTION_CONTROL_TEXT_ALIGN,
58 XML_OPTACTION_DRAW_WRITING_MODE,
59 XML_ATACTION_CAPTION_ESCAPE_OASIS,
60 XML_ATACTION_DECODE_PROTECT,
61 XML_OPTACTION_END=XML_ATACTION_END
64 extern XMLTransformerActionInit aGraphicPropertyOASISAttrActionTable[];
65 extern XMLTransformerActionInit aDrawingPagePropertyOASISAttrActionTable[];
66 extern XMLTransformerActionInit aPageLayoutPropertyOASISAttrActionTable[];
67 extern XMLTransformerActionInit aHeaderFooterPropertyOASISAttrActionTable[];
68 extern XMLTransformerActionInit aTextPropertyOASISAttrActionTable[];
69 extern XMLTransformerActionInit aParagraphPropertyOASISAttrActionTable[];
70 extern XMLTransformerActionInit aSectionPropertyOASISAttrActionTable[];
71 extern XMLTransformerActionInit aTablePropertyOASISAttrActionTable[];
72 extern XMLTransformerActionInit aTableColumnPropertyOASISAttrActionTable[];
73 extern XMLTransformerActionInit aTableRowPropertyOASISAttrActionTable[];
74 extern XMLTransformerActionInit aTableCellPropertyOASISAttrActionTable[];
75 extern XMLTransformerActionInit aListLevelPropertyOASISAttrActionTable[];
76 extern XMLTransformerActionInit aChartPropertyOASISAttrActionTable[];
78 #endif // _XMLOFF_PROPERTYACTIONSOASIS_HXX