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
30 #define SBA_DEF_RANGEFORMAT (SBA_WHICHID_START+143) // RangeItem
31 #define SBA_DEF_FMTVALUE (SBA_WHICHID_START+144) // SfxULONG, Format
34 #define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
37 #define SBA_DEF_FLTCOLWIDTH (SBA_WHICHID_START + 146) // SbaColRowSizeItem
39 #define SBA_DEF_FLTTYPE (SBA_WHICHID_START + 147) // DataFieldTypeItem
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
49 #define SBA_DEF_FLTHIDE (SBA_WHICHID_START + 152) // SfxBoolItem
52 #define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
55 #define SBA_DEF_FLTCOLWIDTH (SBA_WHICHID_START + 146) // SbaColRowSizeItem
57 #define SBA_DEF_FLTTYPE (SBA_WHICHID_START + 147) // DataFieldTypeItem
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
67 #define SBA_DEF_FLTHIDE (SBA_WHICHID_START + 152) // SfxBoolItem
69 #endif // DBACCESS_SBA_GRID_HRC
71 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */