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 INCLUDED_SVL_SOLAR_HRC
21 #define INCLUDED_SVL_SOLAR_HRC
23 // defines ------------------------------------------------------------------
25 #define OWN_ATTR_VALUE_START 3900
26 #define OWN_ATTR_VALUE_END 4005
28 #define RID_LIB_START 10000
29 #define RID_LIB_END 19999
31 #define RID_SVX_START (RID_LIB_START)
32 // RID_SVX_END (RID_LIB_START+499)
34 #define RID_OFA_START (RID_LIB_START+6900)
35 // RID_OFA_END (RID_LIB_START+7399)
37 // do *NOT* add more ranges here, RID_LIB_END is (RID_LIB_START + 10000)
39 #define RID_APP_START 20000
42 #define RID_SW_START (20000)
47 // Help-Ids --------------------------------------------------------------
49 #define HID_START 32768
51 #define HID_SC_START (HID_START+25000)
52 // HID_SC_END (HID_START+26999)
54 #define HID_SD_START (HID_START+27000)
55 // HID_SD_END (HID_START+27999)
59 #define SID_SFX_START 5000
61 #define SID_DOCKWIN_START 9800
62 // SID_DOCKWIN_END 9999
64 #define SID_LIB_START 10000
67 #define SID_OBJ_START 30000
69 #define SID_SW_START 20000
71 #define SID_SC_START 26000
73 #define SID_SD_START 27000
76 #define SID_SMA_START (SID_OBJ_START + 256)
77 // SID_SMA_END (SID_OBJ_START + 511)
78 #define SID_BASICIDE_START (SID_OBJ_START + 768)
79 // SID_BASICIDE_END (SID_BASICIDE_START + 255)
81 #define SID_SVX_START SID_LIB_START // 10000
82 #define SID_SVX_END (SID_SVX_START + 1499)
83 #define SID_EDIT_START (SID_SVX_END + 1) // 11500
84 #define SID_EDIT_END (SID_EDIT_START + 499)
85 #define SID_OPTIONS_START (SID_EDIT_END + 1) // 12000
86 #define SID_OPTIONS_END (SID_OPTIONS_START + 100)
87 #define SID_SBA_START (SID_OPTIONS_END + 1) // 12101
88 #define SID_SBA_END (SID_SBA_START + 149)
89 #define SID_DBACCESS_START (SID_SBA_END + 1) // 12251
90 #define SID_DBACCESS_END (SID_DBACCESS_START + 200)
91 #define SID_RPTUI_START (SID_DBACCESS_END + 1) // 12452
92 // SID_RPTUI_END (SID_RPTUI_START + 199)
96 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */