xref: /aoo41x/main/cui/source/tabpages/paragrph.hrc (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_PARAGRPH_HRC
28#define _SVX_PARAGRPH_HRC
29
30// StandardTabPage ----------------------------------------------------------
31
32#define FT_LEFTINDENT			10
33#define ED_LEFTINDENT			11
34#define FT_FLINEINDENT			12
35#define ED_FLINEINDENT			13
36#define FT_RIGHTINDENT			14
37#define ED_RIGHTINDENT			15
38#define FL_INDENT                       16
39
40#define FT_TOPDIST                      20
41#define ED_TOPDIST                      21
42#define FT_BOTTOMDIST			22
43#define ED_BOTTOMDIST			23
44#define FL_DIST                         24
45
46#define BTN_LEFTALIGN			30
47#define BTN_RIGHTALIGN			31
48#define BTN_CENTERALIGN			32
49#define BTN_JUSTIFYALIGN		33
50#define FL_ALIGN                        34
51#define FL_VERTALIGN                    35
52#define LB_VERTALIGN                    36
53#define FL_VERTEX                       37
54#define CB_SNAP                         38
55#define FT_VERTALIGN                    39
56
57
58#define LB_LINEDIST                     40
59#define FT_LINEDIST                     41
60#define ED_LINEDISTPERCENT		42
61#define ED_LINEDISTMETRIC		43
62#define FL_LINEDIST                     44
63#define WN_EXAMPLE                      46
64
65#define CB_AUTO                         48
66#define FT_LASTLINE                     49
67#define LB_LASTLINE                     50
68#define CB_EXPAND                       51
69#define ST_LINEDIST_ABS                 52
70#define ST_LEFTALIGN_ASIAN              53
71#define ST_RIGHTALIGN_ASIAN             54
72
73// ExtendedTabPage ----------------------------------------------------------
74
75#define BTN_HYPHEN                      50
76#define ED_HYPHENBEFORE			52
77#define FT_HYPHENBEFORE			53
78#define ED_HYPHENAFTER			55
79#define FT_HYPHENAFTER			56
80#define FL_HYPHEN                       57
81
82#define BTN_PAGEBREAK			60
83#define FT_BREAKTYPE            61
84#define LB_BREAKTYPE            62
85#define FT_BREAKPOSITION        63
86#define LB_BREAKPOSITION        64
87#define BTN_PAGECOLL			65
88#define LB_PAGECOLL                     66
89#define BTN_KEEPTOGETHER		67
90#define BTN_WIDOWS                      68
91#define ED_WIDOWS                       69
92#define FT_WIDOWS                       70
93#define BTN_ORPHANS                     71
94#define ED_ORPHANS                      72
95#define FT_ORPHANS                      73
96#define FL_OPTIONS                      74
97#define FT_PAGENUM                      75
98#define ED_PAGENUM                      76
99#define FL_BREAKS						77
100
101#define CB_KEEPTOGETHER                 80
102#define FT_MAXHYPH  					81
103#define ED_MAXHYPH                      83
104
105#define CB_REGISTER                     84
106#define FL_REGISTER                     85
107#define FL_PROPERTIES                   90
108#define FT_TEXTDIRECTION                91
109#define LB_TEXTDIRECTION                92
110
111
112//asian typography
113#define FL_AS_OPTIONS                   1
114#define CB_AS_HANG_PUNC                 2
115
116#define CB_AS_FORBIDDEN                 4
117
118#define CB_AS_SCRIPT_SPACE				7
119
120//IAccessibility2 Implementation 2009-----
121#define STR_EXAMPLE						5010
122#define STR_PAGE_STYLE					5011
123//-----IAccessibility2 Implementation 2009
124#endif
125
126