update dev300-m58
[ooovba.git] / svx / source / cui / paragrph.hrc
blob7314cea6cee9b186813600f03bfaa6af46f31827
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: paragrph.hrc,v $
10  * $Revision: 1.19 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30 #ifndef _SVX_PARAGRPH_HRC
31 #define _SVX_PARAGRPH_HRC
33 // StandardTabPage ----------------------------------------------------------
35 #define FT_LEFTINDENT                   10
36 #define ED_LEFTINDENT                   11
37 #define FT_FLINEINDENT                  12
38 #define ED_FLINEINDENT                  13
39 #define FT_RIGHTINDENT                  14
40 #define ED_RIGHTINDENT                  15
41 #define FL_INDENT                       16
43 #define FT_TOPDIST                      20
44 #define ED_TOPDIST                      21
45 #define FT_BOTTOMDIST                   22
46 #define ED_BOTTOMDIST                   23
47 #define FL_DIST                         24
49 #define BTN_LEFTALIGN                   30
50 #define BTN_RIGHTALIGN                  31
51 #define BTN_CENTERALIGN                 32
52 #define BTN_JUSTIFYALIGN                33
53 #define FL_ALIGN                        34
54 #define FL_VERTALIGN                    35
55 #define LB_VERTALIGN                    36
56 #define FL_VERTEX                       37
57 #define CB_SNAP                         38
58 #define FT_VERTALIGN                    39
61 #define LB_LINEDIST                     40
62 #define FT_LINEDIST                     41
63 #define ED_LINEDISTPERCENT              42
64 #define ED_LINEDISTMETRIC               43
65 #define FL_LINEDIST                     44
66 #define WN_EXAMPLE                      46
68 #define CB_AUTO                         48
69 #define FT_LASTLINE                     49
70 #define LB_LASTLINE                     50
71 #define CB_EXPAND                       51
72 #define ST_LINEDIST_ABS                 52
73 #define ST_LEFTALIGN_ASIAN              53
74 #define ST_RIGHTALIGN_ASIAN             54
76 // ExtendedTabPage ----------------------------------------------------------
78 #define BTN_HYPHEN                      50
79 #define ED_HYPHENBEFORE                 52
80 #define FT_HYPHENBEFORE                 53
81 #define ED_HYPHENAFTER                  55
82 #define FT_HYPHENAFTER                  56
83 #define FL_HYPHEN                       57
85 #define BTN_PAGEBREAK                   60
86 #define FT_BREAKTYPE            61
87 #define LB_BREAKTYPE            62
88 #define FT_BREAKPOSITION        63
89 #define LB_BREAKPOSITION        64
90 #define BTN_PAGECOLL                    65
91 #define LB_PAGECOLL                     66
92 #define BTN_KEEPTOGETHER                67
93 #define BTN_WIDOWS                      68
94 #define ED_WIDOWS                       69
95 #define FT_WIDOWS                       70
96 #define BTN_ORPHANS                     71
97 #define ED_ORPHANS                      72
98 #define FT_ORPHANS                      73
99 #define FL_OPTIONS                      74
100 #define FT_PAGENUM                      75
101 #define ED_PAGENUM                      76
102 #define FL_BREAKS                                               77
104 #define CB_KEEPTOGETHER                 80
105 #define FT_MAXHYPH                                      81
106 #define ED_MAXHYPH                      83
108 #define CB_REGISTER                     84
109 #define FL_REGISTER                     85
110 #define FL_PROPERTIES                   90
111 #define FT_TEXTDIRECTION                91
112 #define LB_TEXTDIRECTION                92
115 //asian typography
116 #define FL_AS_OPTIONS                   1
117 #define CB_AS_HANG_PUNC                 2
119 #define CB_AS_FORBIDDEN                 4
121 #define CB_AS_SCRIPT_SPACE                              7
123 #endif