Branch libreoffice-5-0-4
[LibreOffice.git] / sw / inc / shellid.hxx
blob33ff3581d847fa508305fdce8535c26c72ec2003
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 .
19 #ifndef INCLUDED_SW_INC_SHELLID_HXX
20 #define INCLUDED_SW_INC_SHELLID_HXX
22 #include <sfx2/shell.hxx>
24 // Mapping for UI-parameters
26 #define SW_BASESHELL (SFX_INTERFACE_SW_START + 1)
27 #define SW_TEXTSHELL (SFX_INTERFACE_SW_START + 2)
28 #define SW_LISTSHELL (SFX_INTERFACE_SW_START + 3)
29 #define SW_TABSHELL (SFX_INTERFACE_SW_START + 4)
30 #define SW_FRAMESHELL (SFX_INTERFACE_SW_START + 5)
31 #define SW_GRFSHELL (SFX_INTERFACE_SW_START + 6)
32 #define SW_OLESHELL (SFX_INTERFACE_SW_START + 7)
33 #define SW_DRAWSHELL (SFX_INTERFACE_SW_START + 8)
34 #define SW_DRWTXTSHELL (SFX_INTERFACE_SW_START + 9)
36 #define SW_INTERFACE_MODULE (SFX_INTERFACE_SW_START + 10)
37 #define SW_DOCSHELL (SFX_INTERFACE_SW_START + 11)
38 #define SW_VIEWSHELL (SFX_INTERFACE_SW_START + 12)
39 #define SW_PAGEPREVIEW (SFX_INTERFACE_SW_START + 13)
40 #define SW_GLOSDOCSHELL (SFX_INTERFACE_SW_START + 14)
41 #define SW_SRC_VIEWSHELL (SFX_INTERFACE_SW_START + 15)
43 #define SW_BEZIERSHELL (SFX_INTERFACE_SW_START + 16)
44 #define SW_DRAWBASESHELL (SFX_INTERFACE_SW_START + 17)
45 #define SW_DRAWFORMSHELL (SFX_INTERFACE_SW_START + 18)
47 #define SW_WEBDOCSHELL (SFX_INTERFACE_SW_START + 19)
48 #define SW_WEBVIEWSHELL (SFX_INTERFACE_SW_START + 20)
49 #define SW_WEBBASESHELL (SFX_INTERFACE_SW_START + 21)
50 #define SW_WEBTEXTSHELL (SFX_INTERFACE_SW_START + 22)
51 #define SW_WEBFRAMESHELL (SFX_INTERFACE_SW_START + 23)
52 #define SW_WEBGLOSDOCSHELL (SFX_INTERFACE_SW_START + 24)
53 #define SW_WEBLISTSHELL (SFX_INTERFACE_SW_START + 25)
54 #define SW_WEBTABSHELL (SFX_INTERFACE_SW_START + 26)
55 #define SW_WEBGRFSHELL (SFX_INTERFACE_SW_START + 27)
56 #define SW_WEBOLESHELL (SFX_INTERFACE_SW_START + 28)
57 #define SW_WEBDRAWBASESHELL (SFX_INTERFACE_SW_START + 29)
58 #define SW_WEBDRAWFORMSHELL (SFX_INTERFACE_SW_START + 30)
60 #define SW_MEDIASHELL (SFX_INTERFACE_SW_START + 31)
61 #define SW_ANNOTATIONSHELL (SFX_INTERFACE_SW_START + 32)
63 #define SW_NAVIGATIONSHELL (SFX_INTERFACE_SW_START + 33)
64 #endif // _UIPARAM_HXX
66 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */