xref: /aoo42x/main/cui/source/tabpages/tabstpge.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_TABSTPGE_HRC
28#define _SVX_TABSTPGE_HRC
29
30// defines ------------------------------------------------------------------
31
32#define ED_TABPOS                       10
33#define FL_TABPOS                       11
34#define FL_TABPOS_VERT                  12
35
36#define	BTN_TABTYPE_LEFT		20
37#define WIN_TABLEFT                     21
38#define	BTN_TABTYPE_RIGHT		22
39#define WIN_TABRIGHT			23
40#define	BTN_TABTYPE_CENTER		24
41#define WIN_TABCENTER			25
42#define	BTN_TABTYPE_DECIMAL		26
43#define WIN_TABDECIMAL			27
44#define	ED_TABTYPE_DECCHAR		28
45#define FT_TABTYPE_DECCHAR		29
46#define FL_TABTYPE                      30
47
48
49#define	BTN_FILLCHAR_NO 		40
50#define	BTN_FILLCHAR_POINTS		41
51#define BTN_FILLCHAR_DASHLINE           42
52#define BTN_FILLCHAR_UNDERSCORE         43
53#define	BTN_FILLCHAR_OTHER		44
54#define	ED_FILLCHAR_OTHER		45
55#define FL_FILLCHAR                     46
56
57#define BTN_NEW                         50
58#define BTN_DEL                         51
59#define BTN_DELALL                      52
60#define ST_LEFTTAB_ASIAN                53
61#define ST_RIGHTTAB_ASIAN               54
62//IAccessibility2 Implementation 2009-----
63#define ST_FILLCHAR_OTHER				55
64//-----IAccessibility2 Implementation 2009
65#endif
66
67