merge the formfield patch from ooo-build
[ooovba.git] / binfilter / inc / bf_sch / eetext.hxx
blobd6d137d8966a05e3d52af012708133b7a67f0ca2
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: eetext.hxx,v $
10 * $Revision: 1.4 $
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 ************************************************************************/
30 #ifndef _EETEXT_HXX
31 #define _EETEXT_HXX
32 namespace binfilter {
34 // Zeichenattribute....
35 #define ITEMID_FONT EE_CHAR_FONTINFO
36 #define ITEMID_POSTURE EE_CHAR_ITALIC
37 #define ITEMID_WEIGHT EE_CHAR_WEIGHT
38 #define ITEMID_SHADOWED EE_CHAR_SHADOW
39 #define ITEMID_CONTOUR EE_CHAR_OUTLINE
40 #define ITEMID_CROSSEDOUT EE_CHAR_STRIKEOUT
41 #define ITEMID_UNDERLINE EE_CHAR_UNDERLINE
42 #define ITEMID_FONTHEIGHT EE_CHAR_FONTHEIGHT
43 #define ITEMID_COLOR EE_CHAR_COLOR
44 #define ITEMID_WORDLINEMODE 0
45 #define ITEMID_PROPSIZE 0
46 #define ITEMID_CHARSETCOLOR 0
47 #define ITEMID_KERNING 0
48 #define ITEMID_AUTOKERN 0
49 #define ITEMID_CASEMAP 0
50 #define ITEMID_LANGUAGE 0
51 #define ITEMID_ESCAPEMENT 0
52 #define ITEMID_NOLINEBREAK 0
53 #define ITEMID_NOHYPHENHERE 0
55 // Absatzattribute
56 #define ITEMID_ADJUST EE_PARA_JUST
57 #define ITEMID_LINESPACING EE_PARA_SBL
58 #define ITEMID_WIDOWS 0
59 #define ITEMID_ORPHANS 0
60 #define ITEMID_HYPHENZONE 0
62 #define ITEMID_TABSTOP EE_PARA_TABS
64 #define ITEMID_PAPERBIN 0
65 #define ITEMID_LRSPACE EE_PARA_LRSPACE
66 #define ITEMID_ULSPACE EE_PARA_ULSPACE
67 #define ITEMID_PRINT 0
68 #define ITEMID_OPAQUE 0
69 #define ITEMID_PROTECT 0
70 #define ITEMID_BACKGROUND 0
71 #define ITEMID_SHADOW 0
72 #define ITEMID_MACRO 0
73 #define ITEMID_BOX 0
74 #define ITEMID_BOXINFO 0
77 } //namespace binfilter
78 #endif // EETEXT_HXX