xref: /AOO41X/main/sw/sdi/swslots.sdi (revision 54628ca40d27d15cc98fe861da7fff7e60c2f7d6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24module
25"9F76B581-23DD-101C-80B6-000024021835"
26"A1810F00-23DE-101C-80B6-000024021835"
27StarWriter
28[
29HelpText( "StarWriter Application" )
30SlotIdFile( "swslots.hrc" )
31ModulePrefix( "Sw" )
32]
33{
34    include "sfx2/sfxitems.sdi"
35    include "sfx2/sfx.sdi"
36    include "svx/svxitems.sdi"
37    include "svx/xoitems.sdi"
38    include "svx/svx.sdi"
39
40    item String TbxDummyItem;
41/*
42    item String XFillAttrSetItem;
43    item String XFillBitmapItem;
44    item String XFillColorItem;
45    item String XFillGradientItem;
46    item String XFillHatchItem;
47    item String XFillStyleItem;
48    item String XLineAttrSetItem;
49    item String XLineColorItem;
50    item String XLineDashItem;
51    item String XLineEndItem;
52    item String XLineEndWidthItem;
53    item String XLineEndCenterItem;
54    item String XLineStartItem;
55    item String XLineStartWidthItem;
56    item String XLineStartCenterItem;
57    item String XLineStyleItem;
58    item String XLineWidthItem;
59*/
60    include "switems.sdi"
61    include "swriter.sdi"
62
63    include "_docsh.sdi"
64    include "docsh.sdi"
65    include "wdocsh.sdi"
66
67    include "wrtapp.sdi"
68
69    include "_basesh.sdi"
70    include "basesh.sdi"
71
72    include "_textsh.sdi"
73    include "textsh.sdi"
74    include "wtextsh.sdi"
75
76    include "_drwbase.sdi"
77    include "drwbassh.sdi"
78    include "wdrwbase.sdi"
79
80    include "_formsh.sdi"
81    include "formsh.sdi"
82    include "wformsh.sdi"
83
84    include "drawsh.sdi"
85    include "drwtxtsh.sdi"
86
87    include "_listsh.sdi"
88    include "listsh.sdi"
89    include "wlistsh.sdi"
90
91    include "_frmsh.sdi"
92    include "frmsh.sdi"
93    include "wfrmsh.sdi"
94
95    include "_tabsh.sdi"
96    include "tabsh.sdi"
97    include "wtabsh.sdi"
98
99    include "_grfsh.sdi"
100    include "grfsh.sdi"
101    include "wgrfsh.sdi"
102
103    include "_olesh.sdi"
104    include "olesh.sdi"
105    include "wolesh.sdi"
106
107    include "beziersh.sdi"
108
109    include "_viewsh.sdi"
110    include "viewsh.sdi"
111    include "wviewsh.sdi"
112
113    include "_mediash.sdi"
114    include "mediash.sdi"
115
116    include "_annotsh.sdi"
117    include "annotsh.sdi"
118
119}
120
121
122