xref: /AOO41X/main/cui/source/tabpages/chardlg.h (revision 4aea15755290bca05dce6ab14d803c73136c39bb)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 #ifndef _SVX_CHARDLG_H
24 #define _SVX_CHARDLG_H
25 
26 // define ----------------------------------------------------------------
27 
28 #define CHRDLG_UNDERLINE_NONE               0
29 #define CHRDLG_UNDERLINE_SINGLE             1
30 #define CHRDLG_UNDERLINE_DOUBLE             2
31 #define CHRDLG_UNDERLINE_DOTTED             3
32 #define CHRDLG_UNDERLINE_DONTKNOW           4
33 #define CHRDLG_UNDERLINE_DASH               5
34 #define CHRDLG_UNDERLINE_LONGDASH           6
35 #define CHRDLG_UNDERLINE_DASHDOT            7
36 #define CHRDLG_UNDERLINE_DASHDOTDOT         8
37 #define CHRDLG_UNDERLINE_SMALLWAVE          9
38 #define CHRDLG_UNDERLINE_WAVE               10
39 #define CHRDLG_UNDERLINE_DOUBLEWAVE         11
40 #define CHRDLG_UNDERLINE_BOLD               12
41 #define CHRDLG_UNDERLINE_BOLDDOTTED         13
42 #define CHRDLG_UNDERLINE_BOLDDASH           14
43 #define CHRDLG_UNDERLINE_BOLDLONGDASH       15
44 #define CHRDLG_UNDERLINE_BOLDDASHDOT        16
45 #define CHRDLG_UNDERLINE_BOLDDASHDOTDOT     17
46 #define CHRDLG_UNDERLINE_BOLDWAVE           18
47 
48 #define CHRDLG_STRIKEOUT_NONE               0
49 #define CHRDLG_STRIKEOUT_SINGLE             1
50 #define CHRDLG_STRIKEOUT_DOUBLE             2
51 #define CHRDLG_STRIKEOUT_DONTKNOW           3
52 #define CHRDLG_STRIKEOUT_BOLD               4
53 #define CHRDLG_STRIKEOUT_SLASH              5
54 #define CHRDLG_STRIKEOUT_X                  6
55 
56 #define CHRDLG_ENCLOSE_NONE                 0
57 #define CHRDLG_ENCLOSE_ROUND                1
58 #define CHRDLG_ENCLOSE_SQUARE               2
59 #define CHRDLG_ENCLOSE_POINTED              3
60 #define CHRDLG_ENCLOSE_CURVED               4
61 #define CHRDLG_ENCLOSE_SPECIAL_CHAR         5
62 
63 #define CHRDLG_POSITION_OVER                0
64 #define CHRDLG_POSITION_UNDER               1
65 
66 #endif
67 
68