1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
24 #define FT_INSERT_DATA 1
32 #define FT_DB_COLUMN 10
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
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
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
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */