Update ooo320-m1
[ooovba.git] / extensions / source / propctrlr / fontitemids.hxx
blob90181d5f7d726a920a2a45a136c64f43629dbed5
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: fontitemids.hxx,v $
10 * $Revision: 1.5 $
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 _EXTENSIONS_PROPCTRLR_FONTITEMIDS_HXX_
32 #define _EXTENSIONS_PROPCTRLR_FONTITEMIDS_HXX_
34 #define CFID_FONT 1
35 #define CFID_HEIGHT 2
36 #define CFID_WEIGHT 3
37 #define CFID_POSTURE 4
38 #define CFID_LANGUAGE 5
39 #define CFID_UNDERLINE 6
40 #define CFID_STRIKEOUT 7
41 #define CFID_WORDLINEMODE 8
42 #define CFID_CHARCOLOR 9
43 #define CFID_RELIEF 10
44 #define CFID_EMPHASIS 11
46 #define CFID_CJK_FONT 12
47 #define CFID_CJK_HEIGHT 13
48 #define CFID_CJK_WEIGHT 14
49 #define CFID_CJK_POSTURE 15
50 #define CFID_CJK_LANGUAGE 16
51 #define CFID_CASEMAP 17
52 #define CFID_CONTOUR 18
53 #define CFID_SHADOWED 19
55 #define CFID_FONTLIST 20
57 #define CFID_FIRST_ITEM_ID CFID_FONT
58 #define CFID_LAST_ITEM_ID CFID_FONTLIST
60 //........................................................................
61 namespace pcr
63 //........................................................................
64 //........................................................................
65 } // namespace pcr
66 //........................................................................
68 #endif // _EXTENSIONS_PROPCTRLR_FONTITEMIDS_HXX_