Update ooo320-m1
[ooovba.git] / svx / source / cui / tabstpge.hrc
blobeb75e2cc41196833be81ba7c63d073ee6675a879
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: tabstpge.hrc,v $
10  * $Revision: 1.6 $
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_TABSTPGE_HRC
31 #define _SVX_TABSTPGE_HRC
33 // defines ------------------------------------------------------------------
35 #define ED_TABPOS                       10
36 #define FL_TABPOS                       11
37 #define FL_TABPOS_VERT                  12
39 #define BTN_TABTYPE_LEFT                20
40 #define WIN_TABLEFT                     21
41 #define BTN_TABTYPE_RIGHT               22
42 #define WIN_TABRIGHT                    23
43 #define BTN_TABTYPE_CENTER              24
44 #define WIN_TABCENTER                   25
45 #define BTN_TABTYPE_DECIMAL             26
46 #define WIN_TABDECIMAL                  27
47 #define ED_TABTYPE_DECCHAR              28
48 #define FT_TABTYPE_DECCHAR              29
49 #define FL_TABTYPE                      30
52 #define BTN_FILLCHAR_NO                 40
53 #define BTN_FILLCHAR_POINTS             41
54 #define BTN_FILLCHAR_DASHLINE           42
55 #define BTN_FILLCHAR_UNDERSCORE         43
56 #define BTN_FILLCHAR_OTHER              44
57 #define ED_FILLCHAR_OTHER               45
58 #define FL_FILLCHAR                     46
60 #define BTN_NEW                         50
61 #define BTN_DEL                         51
62 #define BTN_DELALL                      52
63 #define ST_LEFTTAB_ASIAN                53
64 #define ST_RIGHTTAB_ASIAN               54
65 #endif