Update ooo320-m1
[ooovba.git] / svx / source / cui / chardlg.h
blob960276cba3416cfa4c8b16f5a3805f10826facda
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: chardlg.h,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 _SVX_CHARDLG_H
31 #define _SVX_CHARDLG_H
33 // define ----------------------------------------------------------------
35 #define CHRDLG_UNDERLINE_NONE 0
36 #define CHRDLG_UNDERLINE_SINGLE 1
37 #define CHRDLG_UNDERLINE_DOUBLE 2
38 #define CHRDLG_UNDERLINE_DOTTED 3
39 #define CHRDLG_UNDERLINE_DONTKNOW 4
40 #define CHRDLG_UNDERLINE_DASH 5
41 #define CHRDLG_UNDERLINE_LONGDASH 6
42 #define CHRDLG_UNDERLINE_DASHDOT 7
43 #define CHRDLG_UNDERLINE_DASHDOTDOT 8
44 #define CHRDLG_UNDERLINE_SMALLWAVE 9
45 #define CHRDLG_UNDERLINE_WAVE 10
46 #define CHRDLG_UNDERLINE_DOUBLEWAVE 11
47 #define CHRDLG_UNDERLINE_BOLD 12
48 #define CHRDLG_UNDERLINE_BOLDDOTTED 13
49 #define CHRDLG_UNDERLINE_BOLDDASH 14
50 #define CHRDLG_UNDERLINE_BOLDLONGDASH 15
51 #define CHRDLG_UNDERLINE_BOLDDASHDOT 16
52 #define CHRDLG_UNDERLINE_BOLDDASHDOTDOT 17
53 #define CHRDLG_UNDERLINE_BOLDWAVE 18
55 #define CHRDLG_STRIKEOUT_NONE 0
56 #define CHRDLG_STRIKEOUT_SINGLE 1
57 #define CHRDLG_STRIKEOUT_DOUBLE 2
58 #define CHRDLG_STRIKEOUT_DONTKNOW 3
59 #define CHRDLG_STRIKEOUT_BOLD 4
60 #define CHRDLG_STRIKEOUT_SLASH 5
61 #define CHRDLG_STRIKEOUT_X 6
63 #define CHRDLG_ENCLOSE_NONE 0
64 #define CHRDLG_ENCLOSE_ROUND 1
65 #define CHRDLG_ENCLOSE_SQUARE 2
66 #define CHRDLG_ENCLOSE_POINTED 3
67 #define CHRDLG_ENCLOSE_CURVED 4
68 #define CHRDLG_ENCLOSE_SPECIAL_CHAR 5
70 #define CHRDLG_POSITION_OVER 0
71 #define CHRDLG_POSITION_UNDER 1
73 #endif