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