LibreOffice Module sfx2 (master) 1
pageids.hxx
Go to the documentation of this file.
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 */
19
20#ifndef INCLUDED_SFX2_PAGEIDS_HXX
21#define INCLUDED_SFX2_PAGEIDS_HXX
22
23#include <svl/solar.hrc>
24
25#define RID_OPTIONS_START (SID_LIB_START + 2000)
26// RID_OPTIONS_END (RID_OPTIONS_START + 100)
27
28// ResId's ------------------------------------------------------------------
29
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)
34
35#define RID_SFXPAGE_PRINTOPTIONS (RID_OPTIONS_START + 12)
36
37// treeopt
38#define RID_SVXPAGE_COLOR (RID_SVX_START + 60)
39#define OFA_TP_LANGUAGES_FOR_SET_DOCUMENT_LANGUAGE ( RID_OFA_START + 256 )
40
41// options
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)
61
62// Resource-Id's ------------------------------------------------------------
63
64// options
65#define RID_SVXPAGE_JSEARCH_OPTIONS (RID_SVX_START + 840)
66#define RID_SVX_FONT_SUBSTITUTION (RID_SVX_START + 18)
67
68#define RID_SVXPAGE_OPENCL (RID_SVX_START + 254)
69
70#endif
71
72/* vim:set shiftwidth=4 softtabstop=4 expandtab: */