merge the formfield patch from ooo-build
[ooovba.git] / sw / inc / shellid.hxx
blobdf821921756c4a7961f14f72a8eb33d39668d96f
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: shellid.hxx,v $
10 * $Revision: 1.5 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _SHELLID_HXX
31 #define _SHELLID_HXX
33 #include <sfx2/shell.hxx>
35 /*--------------------------------------------------------------------
36 Beschreibung: Mapping fuer UI-Parameter
37 --------------------------------------------------------------------*/
39 #define SW_BASESHELL (SFX_INTERFACE_SW_START + 1)
40 #define SW_TEXTSHELL (SFX_INTERFACE_SW_START + 2)
41 #define SW_LISTSHELL (SFX_INTERFACE_SW_START + 3)
42 #define SW_TABSHELL (SFX_INTERFACE_SW_START + 4)
43 #define SW_FRAMESHELL (SFX_INTERFACE_SW_START + 5)
44 #define SW_GRFSHELL (SFX_INTERFACE_SW_START + 6)
45 #define SW_OLESHELL (SFX_INTERFACE_SW_START + 7)
46 #define SW_DRAWSHELL (SFX_INTERFACE_SW_START + 8)
47 #define SW_DRWTXTSHELL (SFX_INTERFACE_SW_START + 9)
49 #define SW_INTERFACE_MODULE (SFX_INTERFACE_SW_START + 10)
50 #define SW_DOCSHELL (SFX_INTERFACE_SW_START + 11)
51 #define SW_VIEWSHELL (SFX_INTERFACE_SW_START + 12)
52 #define SW_PAGEPREVIEW (SFX_INTERFACE_SW_START + 13)
53 #define SW_GLOSDOCSHELL (SFX_INTERFACE_SW_START + 14)
54 #define SW_SRC_VIEWSHELL (SFX_INTERFACE_SW_START + 15)
56 #define SW_BEZIERSHELL (SFX_INTERFACE_SW_START + 16)
57 #define SW_DRAWBASESHELL (SFX_INTERFACE_SW_START + 17)
58 #define SW_DRAWFORMSHELL (SFX_INTERFACE_SW_START + 18)
60 #define SW_WEBDOCSHELL (SFX_INTERFACE_SW_START + 19)
61 #define SW_WEBVIEWSHELL (SFX_INTERFACE_SW_START + 20)
62 #define SW_WEBBASESHELL (SFX_INTERFACE_SW_START + 21)
63 #define SW_WEBTEXTSHELL (SFX_INTERFACE_SW_START + 22)
64 #define SW_WEBFRAMESHELL (SFX_INTERFACE_SW_START + 23)
65 #define SW_WEBGLOSDOCSHELL (SFX_INTERFACE_SW_START + 24)
66 #define SW_WEBLISTSHELL (SFX_INTERFACE_SW_START + 25)
67 #define SW_WEBTABSHELL (SFX_INTERFACE_SW_START + 26)
68 #define SW_WEBGRFSHELL (SFX_INTERFACE_SW_START + 27)
69 #define SW_WEBOLESHELL (SFX_INTERFACE_SW_START + 28)
70 #define SW_WEBDRAWBASESHELL (SFX_INTERFACE_SW_START + 29)
71 #define SW_WEBDRAWFORMSHELL (SFX_INTERFACE_SW_START + 30)
73 #define SW_MEDIASHELL (SFX_INTERFACE_SW_START + 31)
74 #define SW_ANNOTATIONSHELL (SFX_INTERFACE_SW_START + 32)
76 #endif // _UIPARAM_HXX