update credits
[LibreOffice.git] / sw / source / ui / dbui / dbinsdlg.hrc
blob8b8d5c4a837291db85f103cfaecd0323754455dd
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #ifndef _DBINSDLG_HRC
21 #define _DBINSDLG_HRC
24 #define FT_INSERT_DATA          1
25 #define RB_AS_TABLE             2
26 #define RB_AS_FIELD             3
27 #define RB_AS_TEXT              4
28 #define BT_OK                   5
29 #define BT_CANCEL               6
30 #define BT_HELP                 7
31 #define FL_HEAD                           8
32 #define FT_DB_COLUMN            10
33 #define FL_FORMAT                       11
34 #define RB_DBFMT_FROM_DB        12
35 #define RB_DBFMT_FROM_USR       13
36 #define LB_DBFMT_FROM_USR       14
38 /* ------------- Page Text/Field ------------------ */
39 #define LB_TXT_DB_COLUMN        15
41 #define IB_DBCOL_TOEDIT                 16
42 #define ED_DB_TEXT                      17
43 #define FT_DB_PARA_COLL         18
44 #define LB_DB_PARA_COLL         19
46 /* ------------- Page Table -------------------- */
47 #define LB_TBL_DB_COLUMN        20
49 #define IB_DBCOL_ALL_TO                 21
50 #define IB_DBCOL_ONE_TO                 22
51 #define IB_DBCOL_ONE_FROM               23
52 #define IB_DBCOL_ALL_FROM               24
53 #define FT_TABLE_COL            25
54 #define LB_TABLE_COL            26
55 #define FL_BOTTOM                       27
56 #define CB_TABLE_HEADON         28
57 #define RB_HEADL_COLNMS         29
58 #define RB_HEADL_EMPTY          30
59 #define PB_TBL_FORMAT           31
60 #define PB_TBL_AUTOFMT          32
62 #define STR_NOTEMPL             33
65 #endif
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */