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 .
20 #ifndef DBACCESS_SBA_GRID_HRC
21 #define DBACCESS_SBA_GRID_HRC
23 //----------------Menueitems-------------------------------------------------
25 #define SBA_WHICHID_START 100
29 #define SBA_DEF_RANGEFORMAT (SBA_WHICHID_START+143) // RangeItem
30 #define SBA_DEF_FMTVALUE (SBA_WHICHID_START+144) // SfxULONG, Format
33 #define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
36 #define SBA_DEF_FLTCOLWIDTH (SBA_WHICHID_START + 146) // SbaColRowSizeItem
38 #define SBA_DEF_FLTTYPE (SBA_WHICHID_START + 147) // DataFieldTypeItem
40 #define SBA_DEF_FLTLENGTH (SBA_WHICHID_START + 148) // SfxUInt32Item
41 // Eingabe erforderlich
42 #define SBA_DEF_FLTREQUIRED (SBA_WHICHID_START + 149) // SfxBoolItem
43 // Position in der Tabelle, Abfrage
44 #define SBA_DEF_FLTPOS (SBA_WHICHID_START + 150) // SfxUInt16Item
45 // Name der zugehoerigen Tabelle
46 #define SBA_DEF_FLTTABLE (SBA_WHICHID_START + 151) // SfxStringItem
48 #define SBA_DEF_FLTHIDE (SBA_WHICHID_START + 152) // SfxBoolItem
51 #define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
54 #define SBA_DEF_FLTCOLWIDTH (SBA_WHICHID_START + 146) // SbaColRowSizeItem
56 #define SBA_DEF_FLTTYPE (SBA_WHICHID_START + 147) // DataFieldTypeItem
58 #define SBA_DEF_FLTLENGTH (SBA_WHICHID_START + 148) // SfxUInt32Item
59 // Eingabe erforderlich
60 #define SBA_DEF_FLTREQUIRED (SBA_WHICHID_START + 149) // SfxBoolItem
61 // Position in der Tabelle, Abfrage
62 #define SBA_DEF_FLTPOS (SBA_WHICHID_START + 150) // SfxUInt16Item
63 // Name der zugehoerigen Tabelle
64 #define SBA_DEF_FLTTABLE (SBA_WHICHID_START + 151) // SfxStringItem
66 #define SBA_DEF_FLTHIDE (SBA_WHICHID_START + 152) // SfxBoolItem
68 #endif // DBACCESS_SBA_GRID_HRC
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */