xref: /AOO41X/main/sw/source/ui/inc/table.hrc (revision fefe21666d8f1c70eeb960d25c90d25186dd9a27)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "rcid.hrc"
25
26#define DLG_INSERT_TABLE        RC_TABLE_BEGIN
27#define DLG_FORMAT_TABLE        (RC_TABLE_BEGIN + 1)
28#define DLG_CONV_TEXT_TABLE     (RC_TABLE_BEGIN + 2)
29//#define DLG_INS_ROW_COL           (RC_TABLE_BEGIN + 3) moved to svx
30#define DLG_ROW_HEIGHT          (RC_TABLE_BEGIN + 4)
31#define DLG_SPLIT           (RC_TABLE_BEGIN + 5)
32#define DLG_COL_WIDTH           (RC_TABLE_BEGIN + 6)
33#define MSG_ERR_TABLE_MERGE     (RC_TABLE_BEGIN + 7)
34#define DLG_AUTOFMT_TABLE       (RC_TABLE_BEGIN + 9)
35#define DLG_SWDLG_STRINPUT      (RC_TABLE_BEGIN + 10)
36#define TP_TABLE_COLUMN         (RC_TABLE_BEGIN + 11)
37#define DLG_INSERT_CHART        (RC_TABLE_BEGIN + 12)
38#define MSG_WRONG_TABLENAME     (RC_TABLE_BEGIN + 13)
39#define DLG_SPLIT_TABLE         (RC_TABLE_BEGIN + 14)
40#define DLG_MERGE_TABLE         (RC_TABLE_BEGIN + 15)
41
42#define TABLE_ACT_END           DLG_MERGE_TABLE
43
44#if TABLE_ACT_END > RC_TABLE_END
45#error Resource-Id Ueberlauf in #file, #line
46#endif
47