xref: /aoo42x/main/cui/source/tabpages/chardlg.h (revision cdf0e10c)
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 #ifndef _SVX_CHARDLG_H
28 #define _SVX_CHARDLG_H
29 
30 // define ----------------------------------------------------------------
31 
32 #define CHRDLG_UNDERLINE_NONE				0
33 #define CHRDLG_UNDERLINE_SINGLE				1
34 #define CHRDLG_UNDERLINE_DOUBLE				2
35 #define CHRDLG_UNDERLINE_DOTTED				3
36 #define CHRDLG_UNDERLINE_DONTKNOW			4
37 #define CHRDLG_UNDERLINE_DASH				5
38 #define CHRDLG_UNDERLINE_LONGDASH			6
39 #define CHRDLG_UNDERLINE_DASHDOT			7
40 #define CHRDLG_UNDERLINE_DASHDOTDOT			8
41 #define CHRDLG_UNDERLINE_SMALLWAVE			9
42 #define CHRDLG_UNDERLINE_WAVE				10
43 #define CHRDLG_UNDERLINE_DOUBLEWAVE			11
44 #define CHRDLG_UNDERLINE_BOLD				12
45 #define CHRDLG_UNDERLINE_BOLDDOTTED			13
46 #define CHRDLG_UNDERLINE_BOLDDASH			14
47 #define CHRDLG_UNDERLINE_BOLDLONGDASH		15
48 #define CHRDLG_UNDERLINE_BOLDDASHDOT		16
49 #define CHRDLG_UNDERLINE_BOLDDASHDOTDOT		17
50 #define CHRDLG_UNDERLINE_BOLDWAVE			18
51 
52 #define CHRDLG_STRIKEOUT_NONE				0
53 #define CHRDLG_STRIKEOUT_SINGLE				1
54 #define CHRDLG_STRIKEOUT_DOUBLE				2
55 #define CHRDLG_STRIKEOUT_DONTKNOW			3
56 #define CHRDLG_STRIKEOUT_BOLD				4
57 #define CHRDLG_STRIKEOUT_SLASH				5
58 #define CHRDLG_STRIKEOUT_X					6
59 
60 #define CHRDLG_ENCLOSE_NONE					0
61 #define CHRDLG_ENCLOSE_ROUND				1
62 #define CHRDLG_ENCLOSE_SQUARE				2
63 #define CHRDLG_ENCLOSE_POINTED				3
64 #define CHRDLG_ENCLOSE_CURVED				4
65 #define CHRDLG_ENCLOSE_SPECIAL_CHAR			5
66 
67 #define CHRDLG_POSITION_OVER				0
68 #define CHRDLG_POSITION_UNDER				1
69 
70 #endif
71 
72