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_SFX2_PAGEIDS_HXX
21 #define INCLUDED_SFX2_PAGEIDS_HXX
23 #include <svl/solar.hrc>
25 #define RID_OPTIONS_START (SID_LIB_START + 2000)
26 // RID_OPTIONS_END (RID_OPTIONS_START + 100)
28 // ResId's ------------------------------------------------------------------
30 #define RID_SFXPAGE_SAVE (RID_OPTIONS_START + 0)
31 #define RID_SFXPAGE_GENERAL (RID_OPTIONS_START + 1)
32 #define RID_SFXPAGE_PATH (RID_OPTIONS_START + 6)
33 #define RID_SFXPAGE_LINGU (RID_OPTIONS_START + 7)
35 #define RID_SFXPAGE_PRINTOPTIONS (RID_OPTIONS_START + 12)
38 #define RID_SVXPAGE_COLOR (RID_SVX_START + 60)
39 #define OFA_TP_LANGUAGES_FOR_SET_DOCUMENT_LANGUAGE ( RID_OFA_START + 256 )
42 #define RID_SVXPAGE_ONLINEUPDATE (RID_SVX_START + 298)
43 #define RID_SVXPAGE_INET_SECURITY (RID_SVX_START + 200)
44 #define RID_SVXPAGE_INET_PROXY (RID_SVX_START + 157)
45 #define RID_SVXPAGE_INET_MAIL (RID_SVX_START + 155)
46 #define RID_OFAPAGE_HTMLOPT (RID_OFA_START + 100)
47 #define OFA_TP_LANGUAGES (RID_OFA_START + 205)
48 #define OFA_TP_MISC (RID_OFA_START + 200)
49 #define OFA_TP_VIEW (RID_OFA_START + 202)
50 #define RID_OFAPAGE_MSFILTEROPT2 (RID_OFA_START + 121)
51 #define RID_SVXPAGE_OPTIONS_CTL (RID_SVX_START + 252)
52 #define RID_SVXPAGE_OPTIONS_JAVA (RID_SVX_START + 253)
53 #define RID_SVXPAGE_ACCESSIBILITYCONFIG (RID_SVX_START + 250)
54 #define RID_SVXPAGE_ASIAN_LAYOUT (RID_SVX_START + 246)
55 #define RID_OPTPAGE_CHART_DEFCOLORS (RID_SVX_START + 299)
56 #define RID_SVXPAGE_PERSONALIZATION (RID_SVX_START + 247)
57 #define RID_SVXPAGE_COLORCONFIG (RID_SVX_START + 249)
58 #define RID_SVXPAGE_BASICIDE_OPTIONS (RID_SVX_START + 209)
59 #define RID_SVXPAGE_LANGTOOL_OPTIONS (RID_SVX_START + 210)
60 #define RID_SVXPAGE_DEEPL_OPTIONS (RID_SVX_START + 211)
62 // Resource-Id's ------------------------------------------------------------
65 #define RID_SVXPAGE_JSEARCH_OPTIONS (RID_SVX_START + 840)
66 #define RID_SVX_FONT_SUBSTITUTION (RID_SVX_START + 18)
68 #define RID_SVXPAGE_OPENCL (RID_SVX_START + 254)
72 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */