xref: /aoo41x/main/sw/source/ui/table/tautofmt.hrc (revision fefe2166)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir#ifndef SW_TAUTOFMT_HRC
24cdf0e10cSrcweir#define SW_TAUTOFMT_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include "table.hrc"
27cdf0e10cSrcweir// allgemein
28cdf0e10cSrcweir#define BTN_OK          100
29cdf0e10cSrcweir#define BTN_CANCEL		102
30cdf0e10cSrcweir#define BTN_HELP        103
31cdf0e10cSrcweir#define BTN_MORE		104
32cdf0e10cSrcweir#define BTN_ADD			105
33cdf0e10cSrcweir#define BTN_REMOVE		106
34cdf0e10cSrcweir#define BTN_RENAME		107
35cdf0e10cSrcweir#define FT_LABEL 		110
36cdf0e10cSrcweir#define FL_FRAME        111
37cdf0e10cSrcweir#define STR_BTN_CLOSE	200
38cdf0e10cSrcweir
39cdf0e10cSrcweir// Autoformat
40cdf0e10cSrcweir#define LB_FORMAT 		1
41cdf0e10cSrcweir#define FL_FORMAT               9
42cdf0e10cSrcweir#define FL_FORMATS               29
43cdf0e10cSrcweir#define WND_PREVIEW 	19
44cdf0e10cSrcweir#define BTN_NUMFORMAT	20
45cdf0e10cSrcweir#define BTN_BORDER		21
46cdf0e10cSrcweir#define BTN_FONT		23
47cdf0e10cSrcweir#define BTN_PATTERN		24
48cdf0e10cSrcweir#define BTN_ALIGNMENT	25
49cdf0e10cSrcweir//#define BTN_ADJUST		26
50cdf0e10cSrcweir#define STR_ADD_TITLE	100
51cdf0e10cSrcweir#define STR_ADD_LABEL	101
52cdf0e10cSrcweir#define STR_DEL_TITLE	102
53cdf0e10cSrcweir#define STR_DEL_MSG		103
54cdf0e10cSrcweir#define STR_INVALID_AFNAME 104
55cdf0e10cSrcweir#define STR_RENAME_TITLE	105
56cdf0e10cSrcweir	// Autoformat-Preview:
57cdf0e10cSrcweir#define STR_JAN			121
58cdf0e10cSrcweir#define STR_FEB			122
59cdf0e10cSrcweir#define STR_MAR			123
60cdf0e10cSrcweir#define STR_NORTH		124
61cdf0e10cSrcweir#define STR_MID			125
62cdf0e10cSrcweir#define STR_SOUTH		126
63cdf0e10cSrcweir#define STR_SUM			127
64cdf0e10cSrcweir
65cdf0e10cSrcweir// Gruppierung setzen/aufheben:
66cdf0e10cSrcweir#define BTN_GROUP_COLS	1
67cdf0e10cSrcweir#define BTN_GROUP_ROWS	3
68cdf0e10cSrcweir#define STR_GROUP		1
69cdf0e10cSrcweir#define STR_UNGROUP		2
70cdf0e10cSrcweir
71cdf0e10cSrcweir
72cdf0e10cSrcweir#define ED_INPUT       1
73cdf0e10cSrcweir
74cdf0e10cSrcweir#endif
75