xref: /aoo42x/main/sw/sdi/swslots.sdi (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28module
29"9F76B581-23DD-101C-80B6-000024021835"
30"A1810F00-23DE-101C-80B6-000024021835"
31StarWriter
32[
33HelpText( "StarWriter Application" )
34SlotIdFile( "swslots.hrc" )
35ModulePrefix( "Sw" )
36]
37{
38    include "sfx2/sfxitems.sdi"
39    include "sfx2/sfx.sdi"
40    include "svx/svxitems.sdi"
41    include "svx/xoitems.sdi"
42    include "svx/svx.sdi"
43
44	item String TbxDummyItem;
45/*
46	item String XFillAttrSetItem;
47	item String XFillBitmapItem;
48	item String XFillColorItem;
49	item String XFillGradientItem;
50	item String XFillHatchItem;
51	item String XFillStyleItem;
52	item String XLineAttrSetItem;
53	item String XLineColorItem;
54	item String XLineDashItem;
55	item String XLineEndItem;
56	item String XLineEndWidthItem;
57	item String XLineEndCenterItem;
58	item String XLineStartItem;
59	item String XLineStartWidthItem;
60	item String XLineStartCenterItem;
61	item String XLineStyleItem;
62	item String XLineWidthItem;
63*/
64	include "switems.sdi"
65	include "swriter.sdi"
66
67	include "_docsh.sdi"
68	include "docsh.sdi"
69	include "wdocsh.sdi"
70
71	include "wrtapp.sdi"
72
73	include "_basesh.sdi"
74	include "basesh.sdi"
75
76	include "_textsh.sdi"
77	include "textsh.sdi"
78	include "wtextsh.sdi"
79
80	include "_drwbase.sdi"
81	include "drwbassh.sdi"
82	include "wdrwbase.sdi"
83
84	include "_formsh.sdi"
85	include "formsh.sdi"
86	include "wformsh.sdi"
87
88	include "drawsh.sdi"
89	include "drwtxtsh.sdi"
90
91	include "_listsh.sdi"
92	include "listsh.sdi"
93	include "wlistsh.sdi"
94
95	include "_frmsh.sdi"
96	include "frmsh.sdi"
97	include "wfrmsh.sdi"
98
99	include "_tabsh.sdi"
100	include "tabsh.sdi"
101	include "wtabsh.sdi"
102
103	include "_grfsh.sdi"
104	include "grfsh.sdi"
105	include "wgrfsh.sdi"
106
107	include "_olesh.sdi"
108	include "olesh.sdi"
109	include "wolesh.sdi"
110
111	include "beziersh.sdi"
112
113	include "_viewsh.sdi"
114	include "viewsh.sdi"
115	include "wviewsh.sdi"
116
117	include "_mediash.sdi"
118	include "mediash.sdi"
119
120	include "_annotsh.sdi"
121	include "annotsh.sdi"
122
123}
124
125
126