bump product version to 4.1.6.2
[LibreOffice.git] / dbaccess / source / ui / inc / sbagrid.hrc
blob86f2b8f83c25f0176e21f466e03ad609feac8305
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 DBACCESS_SBA_GRID_HRC
21 #define DBACCESS_SBA_GRID_HRC
23 //----------------Menueitems-------------------------------------------------
24 // Tabelle
25 #define SBA_WHICHID_START       100
28 // Spalten
29 // Formatierung
30 #define SBA_DEF_RANGEFORMAT     (SBA_WHICHID_START+143) // RangeItem
31 #define SBA_DEF_FMTVALUE        (SBA_WHICHID_START+144) // SfxULONG, Format
33 // Ausrichtung
34 #define SBA_ATTR_ALIGN_HOR_JUSTIFY  (SBA_WHICHID_START + 145) //  SvxHorJustifyItem
36 // Spaltenbreite
37 #define SBA_DEF_FLTCOLWIDTH         (SBA_WHICHID_START + 146) // SbaColRowSizeItem
38 // Feldtyp
39 #define SBA_DEF_FLTTYPE             (SBA_WHICHID_START + 147) // DataFieldTypeItem
40 // Feldlänge
41 #define SBA_DEF_FLTLENGTH           (SBA_WHICHID_START + 148) // SfxUInt32Item
42 // Eingabe erforderlich
43 #define SBA_DEF_FLTREQUIRED         (SBA_WHICHID_START + 149) // SfxBoolItem
44 // Position in der Tabelle, Abfrage
45 #define SBA_DEF_FLTPOS              (SBA_WHICHID_START + 150) // SfxUInt16Item
46 // Name der zugehoerigen Tabelle
47 #define SBA_DEF_FLTTABLE            (SBA_WHICHID_START + 151) // SfxStringItem
48 // Spalte ausblenden
49 #define SBA_DEF_FLTHIDE             (SBA_WHICHID_START + 152) // SfxBoolItem
51 // Ausrichtung
52 #define SBA_ATTR_ALIGN_HOR_JUSTIFY  (SBA_WHICHID_START + 145) //  SvxHorJustifyItem
54 // Spaltenbreite
55 #define SBA_DEF_FLTCOLWIDTH         (SBA_WHICHID_START + 146) // SbaColRowSizeItem
56 // Feldtyp
57 #define SBA_DEF_FLTTYPE             (SBA_WHICHID_START + 147) // DataFieldTypeItem
58 // Feldlänge
59 #define SBA_DEF_FLTLENGTH           (SBA_WHICHID_START + 148) // SfxUInt32Item
60 // Eingabe erforderlich
61 #define SBA_DEF_FLTREQUIRED         (SBA_WHICHID_START + 149) // SfxBoolItem
62 // Position in der Tabelle, Abfrage
63 #define SBA_DEF_FLTPOS              (SBA_WHICHID_START + 150) // SfxUInt16Item
64 // Name der zugehoerigen Tabelle
65 #define SBA_DEF_FLTTABLE            (SBA_WHICHID_START + 151) // SfxStringItem
66 // Spalte ausblenden
67 #define SBA_DEF_FLTHIDE             (SBA_WHICHID_START + 152) // SfxBoolItem
69 #endif // DBACCESS_SBA_GRID_HRC
71 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */