merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / table / tautofmt.hrc
blob7ba94d8ff513a5c7b5632e162bfaea345bde38c4
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: tautofmt.hrc,v $
10  * $Revision: 1.5 $
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 SW_TAUTOFMT_HRC
31 #define SW_TAUTOFMT_HRC
33 #include "table.hrc"
34 // allgemein
35 #define BTN_OK          100
36 #define BTN_CANCEL              102
37 #define BTN_HELP        103
38 #define BTN_MORE                104
39 #define BTN_ADD                 105
40 #define BTN_REMOVE              106
41 #define BTN_RENAME              107
42 #define FT_LABEL                110
43 #define FL_FRAME        111
44 #define STR_BTN_CLOSE   200
46 // Autoformat
47 #define LB_FORMAT               1
48 #define FL_FORMAT               9
49 #define FL_FORMATS               29
50 #define WND_PREVIEW     19
51 #define BTN_NUMFORMAT   20
52 #define BTN_BORDER              21
53 #define BTN_FONT                23
54 #define BTN_PATTERN             24
55 #define BTN_ALIGNMENT   25
56 //#define BTN_ADJUST            26
57 #define STR_ADD_TITLE   100
58 #define STR_ADD_LABEL   101
59 #define STR_DEL_TITLE   102
60 #define STR_DEL_MSG             103
61 #define STR_INVALID_AFNAME 104
62 #define STR_RENAME_TITLE        105
63     // Autoformat-Preview:
64 #define STR_JAN                 121
65 #define STR_FEB                 122
66 #define STR_MAR                 123
67 #define STR_NORTH               124
68 #define STR_MID                 125
69 #define STR_SOUTH               126
70 #define STR_SUM                 127
72 // Gruppierung setzen/aufheben:
73 #define BTN_GROUP_COLS  1
74 #define BTN_GROUP_ROWS  3
75 #define STR_GROUP               1
76 #define STR_UNGROUP             2
79 #define ED_INPUT       1
81 #endif