xref: /aoo42x/main/sw/Library_sw.mk (revision b63233d8)
17871dc3eSAndrew Rist#**************************************************************
27871dc3eSAndrew Rist#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
107871dc3eSAndrew Rist#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
127871dc3eSAndrew Rist#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
197871dc3eSAndrew Rist#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir$(eval $(call gb_Library_Library,sw))
25cdf0e10cSrcweir
26cdf0e10cSrcweir$(eval $(call gb_Library_add_sdi_headers,sw,sw/sdi/swslots))
27cdf0e10cSrcweir
28cdf0e10cSrcweir$(eval $(call gb_Library_add_precompiled_header,sw,$(SRCDIR)/sw/inc/pch/precompiled_sw))
29cdf0e10cSrcweir
30cdf0e10cSrcweir$(eval $(call gb_Library_set_componentfile,sw,sw/util/sw))
31cdf0e10cSrcweir
32cdf0e10cSrcweir$(eval $(call gb_Library_set_include,sw,\
33cdf0e10cSrcweir	-I$(SRCDIR)/sw/source/core/inc \
34cdf0e10cSrcweir	-I$(SRCDIR)/sw/source/filter/inc \
35cdf0e10cSrcweir	-I$(SRCDIR)/sw/source/ui/inc \
36cdf0e10cSrcweir	-I$(SRCDIR)/sw/inc/pch \
37cdf0e10cSrcweir	-I$(SRCDIR)/sw/inc \
38cdf0e10cSrcweir	-I$(WORKDIR)/SdiTarget/sw/sdi \
39cdf0e10cSrcweir	-I$(WORKDIR)/Misc/sw/ \
40cdf0e10cSrcweir	$$(INCLUDE) \
41cdf0e10cSrcweir	-I$(OUTDIR)/inc \
42cdf0e10cSrcweir))
43cdf0e10cSrcweir
44*b63233d8Sdamjan$(eval $(call gb_Library_add_api,sw,\
45*b63233d8Sdamjan	udkapi \
46*b63233d8Sdamjan	offapi \
47*b63233d8Sdamjan))
48*b63233d8Sdamjan
49*b63233d8Sdamjan$(eval $(call gb_Library_add_defs,sw,\
50cdf0e10cSrcweir	-DSW_DLLIMPLEMENTATION \
51cdf0e10cSrcweir))
52cdf0e10cSrcweir
53cdf0e10cSrcweir$(eval $(call gb_Library_add_linked_libs,sw,\
54cdf0e10cSrcweir	avmedia \
55cdf0e10cSrcweir	basegfx \
56cdf0e10cSrcweir	comphelper \
57cdf0e10cSrcweir	cppu \
58cdf0e10cSrcweir	cppuhelper \
59cdf0e10cSrcweir	drawinglayer \
60cdf0e10cSrcweir	editeng \
61cdf0e10cSrcweir	i18nisolang1 \
62cdf0e10cSrcweir	i18nutil \
63cdf0e10cSrcweir	lng \
64cdf0e10cSrcweir	sal \
65cdf0e10cSrcweir	salhelper \
66cdf0e10cSrcweir	sb \
67cdf0e10cSrcweir	sfx \
68cdf0e10cSrcweir	sot \
69cdf0e10cSrcweir	stl \
70cdf0e10cSrcweir	svl \
71cdf0e10cSrcweir	svt \
72cdf0e10cSrcweir	svx \
73cdf0e10cSrcweir	svxcore \
74*b63233d8Sdamjan	swd \
752e2269f7SJürgen Schmidt	ootk \
76cdf0e10cSrcweir	tl \
77cdf0e10cSrcweir	ucbhelper \
78cdf0e10cSrcweir	utl \
79cdf0e10cSrcweir	vbahelper \
80cdf0e10cSrcweir	vcl \
81cdf0e10cSrcweir	vos3 \
82cdf0e10cSrcweir	xo \
83cdf0e10cSrcweir    $(gb_STDLIBS) \
84cdf0e10cSrcweir))
85cdf0e10cSrcweir
86*b63233d8Sdamjan$(call gb_Library_use_external,sw,icuuc)
87*b63233d8Sdamjan
88cdf0e10cSrcweir$(eval $(call gb_Library_add_exception_objects,sw,\
89cdf0e10cSrcweir	sw/source/core/SwNumberTree/SwNodeNum \
90cdf0e10cSrcweir	sw/source/core/SwNumberTree/SwNumberTree \
91cdf0e10cSrcweir	sw/source/core/access/acccell \
92cdf0e10cSrcweir	sw/source/core/access/acccontext \
93cdf0e10cSrcweir	sw/source/core/access/accdoc \
94cdf0e10cSrcweir	sw/source/core/access/accembedded \
95cdf0e10cSrcweir	sw/source/core/access/accfootnote \
96ca62e2c2SSteve Yin	sw/source/core/access/accfield \
97cdf0e10cSrcweir	sw/source/core/access/accframe \
98cdf0e10cSrcweir	sw/source/core/access/accframebase\
99cdf0e10cSrcweir	sw/source/core/access/accfrmobj \
100cdf0e10cSrcweir	sw/source/core/access/accfrmobjmap \
101cdf0e10cSrcweir	sw/source/core/access/accfrmobjslist \
102cdf0e10cSrcweir	sw/source/core/access/accgraphic \
103cdf0e10cSrcweir	sw/source/core/access/accheaderfooter \
104cdf0e10cSrcweir	sw/source/core/access/acchyperlink \
105cdf0e10cSrcweir	sw/source/core/access/acchypertextdata \
106cdf0e10cSrcweir	sw/source/core/access/accmap \
107cdf0e10cSrcweir	sw/source/core/access/accnotextframe \
108ca62e2c2SSteve Yin	sw/source/core/access/accnotexthyperlink \
109cdf0e10cSrcweir	sw/source/core/access/accpage \
110cdf0e10cSrcweir	sw/source/core/access/accpara \
111cdf0e10cSrcweir	sw/source/core/access/accportions \
112cdf0e10cSrcweir	sw/source/core/access/accpreview \
113cdf0e10cSrcweir	sw/source/core/access/accselectionhelper \
114cdf0e10cSrcweir	sw/source/core/access/acctable \
115cdf0e10cSrcweir	sw/source/core/access/acctextframe \
116cdf0e10cSrcweir	sw/source/core/access/parachangetrackinginfo \
117cdf0e10cSrcweir	sw/source/core/access/textmarkuphelper \
118cdf0e10cSrcweir	sw/source/core/attr/calbck \
119cdf0e10cSrcweir	sw/source/core/attr/cellatr \
120cdf0e10cSrcweir	sw/source/core/attr/fmtfollowtextflow \
121cdf0e10cSrcweir	sw/source/core/attr/fmtwrapinfluenceonobjpos \
122cdf0e10cSrcweir	sw/source/core/attr/format \
123cdf0e10cSrcweir	sw/source/core/attr/hints \
124cdf0e10cSrcweir	sw/source/core/attr/swatrset \
125cdf0e10cSrcweir	sw/source/core/bastyp/SwSmartTagMgr \
126cdf0e10cSrcweir	sw/source/core/bastyp/bparr \
127cdf0e10cSrcweir	sw/source/core/bastyp/breakit \
128cdf0e10cSrcweir	sw/source/core/bastyp/calc \
129cdf0e10cSrcweir	sw/source/core/bastyp/checkit \
130cdf0e10cSrcweir	sw/source/core/bastyp/index \
131cdf0e10cSrcweir	sw/source/core/bastyp/init \
132cdf0e10cSrcweir	sw/source/core/bastyp/ring \
133cdf0e10cSrcweir	sw/source/core/bastyp/swcache \
134cdf0e10cSrcweir	sw/source/core/bastyp/swrect \
135cdf0e10cSrcweir	sw/source/core/bastyp/swregion \
136cdf0e10cSrcweir	sw/source/core/bastyp/swtypes \
137cdf0e10cSrcweir	sw/source/core/bastyp/tabcol \
138dec99bbdSOliver-Rainer Wittmann	sw/source/core/crsr/annotationmark \
139cdf0e10cSrcweir	sw/source/core/crsr/BlockCursor \
140cdf0e10cSrcweir	sw/source/core/crsr/bookmrk \
141cdf0e10cSrcweir	sw/source/core/crsr/callnk \
142cdf0e10cSrcweir	sw/source/core/crsr/crbm \
143cdf0e10cSrcweir	sw/source/core/crsr/crossrefbookmark \
144cdf0e10cSrcweir	sw/source/core/crsr/crsrsh \
145cdf0e10cSrcweir	sw/source/core/crsr/crstrvl \
146cdf0e10cSrcweir	sw/source/core/crsr/crstrvl1 \
147cdf0e10cSrcweir	sw/source/core/crsr/findattr \
148cdf0e10cSrcweir	sw/source/core/crsr/findcoll \
149cdf0e10cSrcweir	sw/source/core/crsr/findfmt \
150cdf0e10cSrcweir	sw/source/core/crsr/findtxt \
151cdf0e10cSrcweir	sw/source/core/crsr/pam \
152cdf0e10cSrcweir	sw/source/core/crsr/paminit \
153cdf0e10cSrcweir	sw/source/core/crsr/swcrsr \
154cdf0e10cSrcweir	sw/source/core/crsr/trvlcol \
155cdf0e10cSrcweir	sw/source/core/crsr/trvlfnfl \
156cdf0e10cSrcweir	sw/source/core/crsr/trvlreg \
157cdf0e10cSrcweir	sw/source/core/crsr/trvltbl \
158cdf0e10cSrcweir	sw/source/core/crsr/unocrsr \
159cdf0e10cSrcweir	sw/source/core/crsr/viscrs \
16069a74367SOliver-Rainer Wittmann	sw/source/core/crsr/overlayrangesoutline \
161cdf0e10cSrcweir	sw/source/core/doc/SwStyleNameMapper \
162cdf0e10cSrcweir	sw/source/core/doc/acmplwrd \
163cdf0e10cSrcweir	sw/source/core/doc/dbgoutsw \
164cdf0e10cSrcweir	sw/source/core/doc/doc \
165cdf0e10cSrcweir	sw/source/core/doc/docbasic \
166cdf0e10cSrcweir	sw/source/core/doc/docbm \
167cdf0e10cSrcweir	sw/source/core/doc/docchart \
168cdf0e10cSrcweir	sw/source/core/doc/doccomp \
169cdf0e10cSrcweir	sw/source/core/doc/doccorr \
170cdf0e10cSrcweir	sw/source/core/doc/docdde \
171cdf0e10cSrcweir	sw/source/core/doc/docdesc \
172cdf0e10cSrcweir	sw/source/core/doc/docdraw \
173cdf0e10cSrcweir	sw/source/core/doc/docedt \
174cdf0e10cSrcweir	sw/source/core/doc/docfld \
175cdf0e10cSrcweir	sw/source/core/doc/docfly \
176cdf0e10cSrcweir	sw/source/core/doc/docfmt \
177cdf0e10cSrcweir	sw/source/core/doc/docftn \
178cdf0e10cSrcweir	sw/source/core/doc/docglbl \
179cdf0e10cSrcweir	sw/source/core/doc/docglos \
180cdf0e10cSrcweir	sw/source/core/doc/doclay \
181cdf0e10cSrcweir	sw/source/core/doc/docnew \
182cdf0e10cSrcweir	sw/source/core/doc/docnum \
183cdf0e10cSrcweir	sw/source/core/doc/docredln \
184cdf0e10cSrcweir	sw/source/core/doc/docruby \
185cdf0e10cSrcweir	sw/source/core/doc/docsort \
186cdf0e10cSrcweir	sw/source/core/doc/docstat \
187cdf0e10cSrcweir	sw/source/core/doc/doctxm \
188cdf0e10cSrcweir	sw/source/core/doc/docxforms \
189cdf0e10cSrcweir	sw/source/core/doc/extinput \
190cdf0e10cSrcweir	sw/source/core/doc/fmtcol \
191cdf0e10cSrcweir	sw/source/core/doc/ftnidx \
192cdf0e10cSrcweir	sw/source/core/doc/gctable \
193cdf0e10cSrcweir	sw/source/core/doc/htmltbl \
194cdf0e10cSrcweir	sw/source/core/doc/lineinfo \
195cdf0e10cSrcweir	sw/source/core/doc/list \
196cdf0e10cSrcweir	sw/source/core/doc/notxtfrm \
197cdf0e10cSrcweir	sw/source/core/doc/number \
198cdf0e10cSrcweir	sw/source/core/doc/poolfmt \
199cdf0e10cSrcweir	sw/source/core/doc/sortopt \
200cdf0e10cSrcweir	sw/source/core/doc/swserv \
201cdf0e10cSrcweir	sw/source/core/doc/swstylemanager \
202cdf0e10cSrcweir	sw/source/core/doc/tblafmt \
203cdf0e10cSrcweir	sw/source/core/doc/tblcpy \
204cdf0e10cSrcweir	sw/source/core/doc/tblrwcl \
205cdf0e10cSrcweir	sw/source/core/doc/visiturl \
206cdf0e10cSrcweir	sw/source/core/docnode/cancellablejob \
207cdf0e10cSrcweir	sw/source/core/docnode/finalthreadmanager \
208cdf0e10cSrcweir	sw/source/core/docnode/ndcopy \
209cdf0e10cSrcweir	sw/source/core/docnode/ndindex \
210cdf0e10cSrcweir	sw/source/core/docnode/ndnotxt \
211cdf0e10cSrcweir	sw/source/core/docnode/ndnum \
212cdf0e10cSrcweir	sw/source/core/docnode/ndsect \
213cdf0e10cSrcweir	sw/source/core/docnode/ndtbl \
214cdf0e10cSrcweir	sw/source/core/docnode/ndtbl1 \
215cdf0e10cSrcweir	sw/source/core/docnode/node \
216cdf0e10cSrcweir	sw/source/core/docnode/node2lay \
217cdf0e10cSrcweir	sw/source/core/docnode/nodes \
218cdf0e10cSrcweir	sw/source/core/docnode/observablethread \
219cdf0e10cSrcweir	sw/source/core/docnode/pausethreadstarting \
220cdf0e10cSrcweir	sw/source/core/docnode/retrievedinputstreamdata \
221cdf0e10cSrcweir	sw/source/core/docnode/retrieveinputstream \
222cdf0e10cSrcweir	sw/source/core/docnode/retrieveinputstreamconsumer \
223cdf0e10cSrcweir	sw/source/core/docnode/section \
224cdf0e10cSrcweir	sw/source/core/docnode/swbaslnk \
225cdf0e10cSrcweir	sw/source/core/docnode/swthreadjoiner \
226cdf0e10cSrcweir	sw/source/core/docnode/swthreadmanager \
227cdf0e10cSrcweir	sw/source/core/docnode/threadlistener \
228cdf0e10cSrcweir	sw/source/core/docnode/threadmanager \
229cdf0e10cSrcweir	sw/source/core/draw/dcontact \
230cdf0e10cSrcweir	sw/source/core/draw/dflyobj \
231cdf0e10cSrcweir	sw/source/core/draw/dobjfac \
232cdf0e10cSrcweir	sw/source/core/draw/dpage \
233cdf0e10cSrcweir	sw/source/core/draw/drawdoc \
234cdf0e10cSrcweir	sw/source/core/draw/dview \
235cdf0e10cSrcweir	sw/source/core/edit/acorrect \
236cdf0e10cSrcweir	sw/source/core/edit/autofmt \
237cdf0e10cSrcweir	sw/source/core/edit/edatmisc \
238cdf0e10cSrcweir	sw/source/core/edit/edattr \
239cdf0e10cSrcweir	sw/source/core/edit/eddel \
240cdf0e10cSrcweir	sw/source/core/edit/edfcol \
241cdf0e10cSrcweir	sw/source/core/edit/edfld \
242cdf0e10cSrcweir	sw/source/core/edit/edfldexp \
243cdf0e10cSrcweir	sw/source/core/edit/edfmt \
244cdf0e10cSrcweir	sw/source/core/edit/edglbldc \
245cdf0e10cSrcweir	sw/source/core/edit/edglss \
246cdf0e10cSrcweir	sw/source/core/edit/editsh \
247cdf0e10cSrcweir	sw/source/core/edit/edlingu \
248cdf0e10cSrcweir	sw/source/core/edit/ednumber \
249cdf0e10cSrcweir	sw/source/core/edit/edredln \
250cdf0e10cSrcweir	sw/source/core/edit/edsect \
251cdf0e10cSrcweir	sw/source/core/edit/edtab \
252cdf0e10cSrcweir	sw/source/core/edit/edtox \
253cdf0e10cSrcweir	sw/source/core/edit/edundo \
254cdf0e10cSrcweir	sw/source/core/edit/edws \
255cdf0e10cSrcweir	sw/source/core/except/dbgloop \
256cdf0e10cSrcweir	sw/source/core/except/errhdl \
257cdf0e10cSrcweir	sw/source/core/fields/authfld \
258cdf0e10cSrcweir	sw/source/core/fields/cellfml \
259cdf0e10cSrcweir	sw/source/core/fields/chpfld \
260cdf0e10cSrcweir	sw/source/core/fields/dbfld \
261cdf0e10cSrcweir	sw/source/core/fields/ddefld \
262cdf0e10cSrcweir	sw/source/core/fields/ddetbl \
263cdf0e10cSrcweir	sw/source/core/fields/docufld \
264cdf0e10cSrcweir	sw/source/core/fields/expfld \
265cdf0e10cSrcweir	sw/source/core/fields/fldbas \
266cdf0e10cSrcweir	sw/source/core/fields/flddat \
267cdf0e10cSrcweir	sw/source/core/fields/flddropdown \
268cdf0e10cSrcweir	sw/source/core/fields/fldlst \
269cdf0e10cSrcweir	sw/source/core/fields/macrofld \
270cdf0e10cSrcweir	sw/source/core/fields/postithelper \
271cdf0e10cSrcweir	sw/source/core/fields/reffld \
272cdf0e10cSrcweir	sw/source/core/fields/scrptfld \
273cdf0e10cSrcweir	sw/source/core/fields/tblcalc \
274cdf0e10cSrcweir	sw/source/core/fields/textapi \
275cdf0e10cSrcweir	sw/source/core/fields/usrfld \
276cdf0e10cSrcweir	sw/source/core/frmedt/fecopy \
277cdf0e10cSrcweir	sw/source/core/frmedt/fedesc \
278cdf0e10cSrcweir	sw/source/core/frmedt/fefly1 \
279cdf0e10cSrcweir	sw/source/core/frmedt/feflyole \
280cdf0e10cSrcweir	sw/source/core/frmedt/feshview \
281cdf0e10cSrcweir	sw/source/core/frmedt/fetab \
282cdf0e10cSrcweir	sw/source/core/frmedt/fews \
283cdf0e10cSrcweir	sw/source/core/frmedt/tblsel \
284cdf0e10cSrcweir	sw/source/core/graphic/grfatr \
285cdf0e10cSrcweir	sw/source/core/graphic/ndgrf \
286cdf0e10cSrcweir	sw/source/core/layout/anchoreddrawobject \
287cdf0e10cSrcweir	sw/source/core/layout/anchoredobject \
288cdf0e10cSrcweir	sw/source/core/layout/atrfrm \
289cdf0e10cSrcweir	sw/source/core/layout/calcmove \
290cdf0e10cSrcweir	sw/source/core/layout/colfrm \
291cdf0e10cSrcweir	sw/source/core/layout/dbg_lay \
292cdf0e10cSrcweir	sw/source/core/layout/findfrm \
293cdf0e10cSrcweir	sw/source/core/layout/flowfrm \
294cdf0e10cSrcweir	sw/source/core/layout/fly \
295cdf0e10cSrcweir	sw/source/core/layout/flycnt \
296cdf0e10cSrcweir	sw/source/core/layout/flyincnt \
297cdf0e10cSrcweir	sw/source/core/layout/flylay \
298cdf0e10cSrcweir	sw/source/core/layout/flypos \
299cdf0e10cSrcweir	sw/source/core/layout/frmtool \
300cdf0e10cSrcweir	sw/source/core/layout/ftnfrm \
301cdf0e10cSrcweir	sw/source/core/layout/hffrm \
302cdf0e10cSrcweir	sw/source/core/layout/layact \
303cdf0e10cSrcweir	sw/source/core/layout/laycache \
304cdf0e10cSrcweir	sw/source/core/layout/layouter \
305cdf0e10cSrcweir	sw/source/core/layout/movedfwdfrmsbyobjpos \
306cdf0e10cSrcweir	sw/source/core/layout/newfrm \
307cdf0e10cSrcweir	sw/source/core/layout/objectformatter \
308cdf0e10cSrcweir	sw/source/core/layout/objectformatterlayfrm \
309cdf0e10cSrcweir	sw/source/core/layout/objectformattertxtfrm \
310cdf0e10cSrcweir	sw/source/core/layout/objstmpconsiderwrapinfl \
311cdf0e10cSrcweir	sw/source/core/layout/pagechg \
312cdf0e10cSrcweir	sw/source/core/layout/pagedesc \
313cdf0e10cSrcweir	sw/source/core/layout/paintfrm \
314cdf0e10cSrcweir	sw/source/core/layout/sectfrm \
315cdf0e10cSrcweir	sw/source/core/layout/softpagebreak \
316cdf0e10cSrcweir	sw/source/core/layout/sortedobjs \
317cdf0e10cSrcweir	sw/source/core/layout/sortedobjsimpl \
318cdf0e10cSrcweir	sw/source/core/layout/ssfrm \
319cdf0e10cSrcweir	sw/source/core/layout/swselectionlist \
320cdf0e10cSrcweir	sw/source/core/layout/tabfrm \
321cdf0e10cSrcweir	sw/source/core/layout/trvlfrm \
322cdf0e10cSrcweir	sw/source/core/layout/unusedf \
323cdf0e10cSrcweir	sw/source/core/layout/virtoutp \
324cdf0e10cSrcweir	sw/source/core/layout/wsfrm \
325cdf0e10cSrcweir	sw/source/core/objectpositioning/anchoredobjectposition \
326cdf0e10cSrcweir	sw/source/core/objectpositioning/ascharanchoredobjectposition \
327cdf0e10cSrcweir	sw/source/core/objectpositioning/environmentofanchoredobject \
328cdf0e10cSrcweir	sw/source/core/objectpositioning/tocntntanchoredobjectposition \
329cdf0e10cSrcweir	sw/source/core/objectpositioning/tolayoutanchoredobjectposition \
330cdf0e10cSrcweir	sw/source/core/ole/ndole \
331cdf0e10cSrcweir	sw/source/core/para/paratr \
332cdf0e10cSrcweir	sw/source/core/sw3io/sw3convert \
333cdf0e10cSrcweir	sw/source/core/sw3io/swacorr \
334cdf0e10cSrcweir	sw/source/core/swg/SwXMLBlockExport \
335cdf0e10cSrcweir	sw/source/core/swg/SwXMLBlockImport \
336cdf0e10cSrcweir	sw/source/core/swg/SwXMLBlockListContext \
337cdf0e10cSrcweir	sw/source/core/swg/SwXMLSectionList \
338cdf0e10cSrcweir	sw/source/core/swg/SwXMLTextBlocks \
339cdf0e10cSrcweir	sw/source/core/swg/SwXMLTextBlocks1 \
340cdf0e10cSrcweir	sw/source/core/swg/swblocks \
341cdf0e10cSrcweir	sw/source/core/table/swnewtable \
342cdf0e10cSrcweir	sw/source/core/table/swtable \
343cdf0e10cSrcweir	sw/source/core/text/EnhancedPDFExportHelper \
344cdf0e10cSrcweir	sw/source/core/text/SwGrammarMarkUp \
345cdf0e10cSrcweir	sw/source/core/text/atrstck \
346cdf0e10cSrcweir	sw/source/core/text/blink \
347cdf0e10cSrcweir	sw/source/core/text/frmcrsr \
348cdf0e10cSrcweir	sw/source/core/text/frmform \
349cdf0e10cSrcweir	sw/source/core/text/frminf \
350cdf0e10cSrcweir	sw/source/core/text/frmpaint \
351cdf0e10cSrcweir	sw/source/core/text/guess \
352cdf0e10cSrcweir	sw/source/core/text/inftxt \
353cdf0e10cSrcweir	sw/source/core/text/itradj \
354cdf0e10cSrcweir	sw/source/core/text/itratr \
355cdf0e10cSrcweir	sw/source/core/text/itrcrsr \
356cdf0e10cSrcweir	sw/source/core/text/itrform2 \
357cdf0e10cSrcweir	sw/source/core/text/itrpaint \
358cdf0e10cSrcweir	sw/source/core/text/itrtxt \
359cdf0e10cSrcweir	sw/source/core/text/noteurl \
360cdf0e10cSrcweir	sw/source/core/text/porexp \
361cdf0e10cSrcweir	sw/source/core/text/porfld \
362cdf0e10cSrcweir	sw/source/core/text/porfly \
363cdf0e10cSrcweir	sw/source/core/text/porglue \
364cdf0e10cSrcweir	sw/source/core/text/porlay \
365cdf0e10cSrcweir	sw/source/core/text/porlin \
366cdf0e10cSrcweir	sw/source/core/text/pormulti \
367cdf0e10cSrcweir	sw/source/core/text/porref \
368cdf0e10cSrcweir	sw/source/core/text/porrst \
369cdf0e10cSrcweir	sw/source/core/text/portox \
370cdf0e10cSrcweir	sw/source/core/text/portxt \
371cdf0e10cSrcweir	sw/source/core/text/redlnitr \
372cdf0e10cSrcweir	sw/source/core/text/txtcache \
373cdf0e10cSrcweir	sw/source/core/text/txtdrop \
374cdf0e10cSrcweir	sw/source/core/text/txtfld \
375cdf0e10cSrcweir	sw/source/core/text/txtfly \
376cdf0e10cSrcweir	sw/source/core/text/txtfrm \
377cdf0e10cSrcweir	sw/source/core/text/txtftn \
378cdf0e10cSrcweir	sw/source/core/text/txthyph \
379cdf0e10cSrcweir	sw/source/core/text/txtinit \
380cdf0e10cSrcweir	sw/source/core/text/txtio \
381cdf0e10cSrcweir	sw/source/core/text/txtpaint \
382cdf0e10cSrcweir	sw/source/core/text/txttab \
383cdf0e10cSrcweir	sw/source/core/text/widorp \
384cdf0e10cSrcweir	sw/source/core/text/wrong \
385cdf0e10cSrcweir	sw/source/core/tox/tox \
386cdf0e10cSrcweir	sw/source/core/tox/toxhlp \
387cdf0e10cSrcweir	sw/source/core/tox/txmsrt \
388cdf0e10cSrcweir	sw/source/core/txtnode/SwGrammarContact \
389cdf0e10cSrcweir	sw/source/core/txtnode/atrfld \
390cdf0e10cSrcweir	sw/source/core/txtnode/atrflyin \
391cdf0e10cSrcweir	sw/source/core/txtnode/atrftn \
392cdf0e10cSrcweir	sw/source/core/txtnode/atrref \
393cdf0e10cSrcweir	sw/source/core/txtnode/atrtox \
394cdf0e10cSrcweir	sw/source/core/txtnode/chrfmt \
395cdf0e10cSrcweir	sw/source/core/txtnode/fmtatr2 \
396cdf0e10cSrcweir	sw/source/core/txtnode/fntcache \
397cdf0e10cSrcweir	sw/source/core/txtnode/fntcap \
398cdf0e10cSrcweir	sw/source/core/txtnode/modeltoviewhelper \
399cdf0e10cSrcweir	sw/source/core/txtnode/ndhints \
400cdf0e10cSrcweir	sw/source/core/txtnode/ndtxt \
401cdf0e10cSrcweir	sw/source/core/txtnode/swfntcch \
402cdf0e10cSrcweir	sw/source/core/txtnode/swfont \
403cdf0e10cSrcweir	sw/source/core/txtnode/thints \
404cdf0e10cSrcweir	sw/source/core/txtnode/txatbase \
405cdf0e10cSrcweir	sw/source/core/txtnode/txatritr \
406cdf0e10cSrcweir	sw/source/core/txtnode/txtatr2 \
407cdf0e10cSrcweir	sw/source/core/txtnode/txtedt \
408cdf0e10cSrcweir	sw/source/core/undo/SwRewriter \
409cdf0e10cSrcweir	sw/source/core/undo/SwUndoField \
410cdf0e10cSrcweir	sw/source/core/undo/SwUndoFmt \
411cdf0e10cSrcweir	sw/source/core/undo/SwUndoPageDesc \
412cdf0e10cSrcweir	sw/source/core/undo/SwUndoTOXChange \
413cdf0e10cSrcweir	sw/source/core/undo/docundo \
414cdf0e10cSrcweir	sw/source/core/undo/rolbck \
415cdf0e10cSrcweir	sw/source/core/undo/unattr \
416cdf0e10cSrcweir	sw/source/core/undo/unbkmk \
417cdf0e10cSrcweir	sw/source/core/undo/undel \
418cdf0e10cSrcweir	sw/source/core/undo/undobj \
419cdf0e10cSrcweir	sw/source/core/undo/undobj1 \
420cdf0e10cSrcweir	sw/source/core/undo/undoflystrattr \
421cdf0e10cSrcweir	sw/source/core/undo/undraw \
422cdf0e10cSrcweir	sw/source/core/undo/unfmco \
423cdf0e10cSrcweir	sw/source/core/undo/unins \
424cdf0e10cSrcweir	sw/source/core/undo/unmove \
425cdf0e10cSrcweir	sw/source/core/undo/unnum \
426cdf0e10cSrcweir	sw/source/core/undo/unoutl \
427cdf0e10cSrcweir	sw/source/core/undo/unovwr \
428cdf0e10cSrcweir	sw/source/core/undo/unredln \
429cdf0e10cSrcweir	sw/source/core/undo/unsect \
430cdf0e10cSrcweir	sw/source/core/undo/unsort \
431cdf0e10cSrcweir	sw/source/core/undo/unspnd \
432cdf0e10cSrcweir	sw/source/core/undo/untbl \
433cdf0e10cSrcweir	sw/source/core/undo/untblk \
434cdf0e10cSrcweir	sw/source/core/unocore/SwXTextDefaults \
435cdf0e10cSrcweir	sw/source/core/unocore/TextCursorHelper  \
436cdf0e10cSrcweir	sw/source/core/unocore/XMLRangeHelper \
437cdf0e10cSrcweir	sw/source/core/unocore/swunohelper \
438cdf0e10cSrcweir	sw/source/core/unocore/unobkm \
439cdf0e10cSrcweir	sw/source/core/unocore/unochart \
440cdf0e10cSrcweir	sw/source/core/unocore/unocoll \
441cdf0e10cSrcweir	sw/source/core/unocore/unocrsrhelper \
442cdf0e10cSrcweir	sw/source/core/unocore/unodraw \
443cdf0e10cSrcweir	sw/source/core/unocore/unoevent \
444cdf0e10cSrcweir	sw/source/core/unocore/unoevtlstnr \
445cdf0e10cSrcweir	sw/source/core/unocore/unofield \
446cdf0e10cSrcweir	sw/source/core/unocore/unoflatpara \
447cdf0e10cSrcweir	sw/source/core/unocore/unoframe \
448cdf0e10cSrcweir	sw/source/core/unocore/unoftn \
449cdf0e10cSrcweir	sw/source/core/unocore/unoidx \
450cdf0e10cSrcweir	sw/source/core/unocore/unomap \
451cdf0e10cSrcweir	sw/source/core/unocore/unoobj \
452cdf0e10cSrcweir	sw/source/core/unocore/unoobj2 \
453cdf0e10cSrcweir	sw/source/core/unocore/unoparagraph \
454cdf0e10cSrcweir	sw/source/core/unocore/unoport \
455cdf0e10cSrcweir	sw/source/core/unocore/unoportenum \
456cdf0e10cSrcweir	sw/source/core/unocore/unoprnms \
457cdf0e10cSrcweir	sw/source/core/unocore/unoredline \
458cdf0e10cSrcweir	sw/source/core/unocore/unoredlines \
459cdf0e10cSrcweir	sw/source/core/unocore/unorefmk \
460cdf0e10cSrcweir	sw/source/core/unocore/unosect \
461cdf0e10cSrcweir	sw/source/core/unocore/unosett \
462cdf0e10cSrcweir	sw/source/core/unocore/unosrch \
463cdf0e10cSrcweir	sw/source/core/unocore/unostyle \
464cdf0e10cSrcweir	sw/source/core/unocore/unotbl  \
465cdf0e10cSrcweir	sw/source/core/unocore/unotext \
466cdf0e10cSrcweir	sw/source/core/unocore/unotextmarkup \
467cdf0e10cSrcweir	sw/source/core/view/pagepreviewlayout \
468cdf0e10cSrcweir	sw/source/core/view/printdata \
469cdf0e10cSrcweir	sw/source/core/view/vdraw \
470cdf0e10cSrcweir	sw/source/core/view/viewimp \
471cdf0e10cSrcweir	sw/source/core/view/viewpg \
472cdf0e10cSrcweir	sw/source/core/view/viewsh \
473cdf0e10cSrcweir	sw/source/core/view/vnew \
474cdf0e10cSrcweir	sw/source/core/view/vprint \
475cdf0e10cSrcweir	sw/source/filter/ascii/ascatr \
476cdf0e10cSrcweir	sw/source/filter/ascii/parasc \
477cdf0e10cSrcweir	sw/source/filter/ascii/wrtasc \
478cdf0e10cSrcweir	sw/source/filter/basflt/docfact \
479cdf0e10cSrcweir	sw/source/filter/basflt/fltini \
480cdf0e10cSrcweir	sw/source/filter/basflt/shellio \
481cdf0e10cSrcweir	sw/source/filter/html/SwAppletImpl \
482cdf0e10cSrcweir	sw/source/filter/html/css1atr \
483cdf0e10cSrcweir	sw/source/filter/html/css1kywd \
484cdf0e10cSrcweir	sw/source/filter/html/htmlatr \
485cdf0e10cSrcweir	sw/source/filter/html/htmlbas \
486cdf0e10cSrcweir	sw/source/filter/html/htmlcss1 \
487cdf0e10cSrcweir	sw/source/filter/html/htmlctxt \
488cdf0e10cSrcweir	sw/source/filter/html/htmldraw \
489cdf0e10cSrcweir	sw/source/filter/html/htmlfld \
490cdf0e10cSrcweir	sw/source/filter/html/htmlfldw \
491cdf0e10cSrcweir	sw/source/filter/html/htmlfly \
492cdf0e10cSrcweir	sw/source/filter/html/htmlflyt \
493cdf0e10cSrcweir	sw/source/filter/html/htmlform \
494cdf0e10cSrcweir	sw/source/filter/html/htmlforw \
495cdf0e10cSrcweir	sw/source/filter/html/htmlftn \
496cdf0e10cSrcweir	sw/source/filter/html/htmlgrin \
497cdf0e10cSrcweir	sw/source/filter/html/htmlnum \
498cdf0e10cSrcweir	sw/source/filter/html/htmlplug \
499cdf0e10cSrcweir	sw/source/filter/html/htmlsect \
500cdf0e10cSrcweir	sw/source/filter/html/htmltab \
501cdf0e10cSrcweir	sw/source/filter/html/htmltabw \
502cdf0e10cSrcweir	sw/source/filter/html/parcss1 \
503cdf0e10cSrcweir	sw/source/filter/html/svxcss1 \
504cdf0e10cSrcweir	sw/source/filter/html/swhtml \
505cdf0e10cSrcweir	sw/source/filter/html/wrthtml \
506cdf0e10cSrcweir	sw/source/filter/writer/writer \
507cdf0e10cSrcweir	sw/source/filter/writer/wrt_fn \
508cdf0e10cSrcweir	sw/source/filter/writer/wrtswtbl \
509cdf0e10cSrcweir	sw/source/filter/ww1/fltshell \
510cdf0e10cSrcweir	sw/source/filter/ww1/w1class \
511cdf0e10cSrcweir	sw/source/filter/ww1/w1filter \
512cdf0e10cSrcweir	sw/source/filter/ww1/w1par \
513cdf0e10cSrcweir	sw/source/filter/ww1/w1sprm \
514cdf0e10cSrcweir	sw/source/filter/xml/XMLRedlineImportHelper \
515cdf0e10cSrcweir	sw/source/filter/xml/swxml \
516cdf0e10cSrcweir	sw/source/filter/xml/wrtxml \
517cdf0e10cSrcweir	sw/source/filter/xml/xmlbrsh \
518cdf0e10cSrcweir	sw/source/filter/xml/xmlexp \
519cdf0e10cSrcweir	sw/source/filter/xml/xmlexpit \
520cdf0e10cSrcweir	sw/source/filter/xml/xmlfmt \
521cdf0e10cSrcweir	sw/source/filter/xml/xmlfmte \
522cdf0e10cSrcweir	sw/source/filter/xml/xmlfonte \
523cdf0e10cSrcweir	sw/source/filter/xml/xmlimp \
524cdf0e10cSrcweir	sw/source/filter/xml/xmlimpit \
525cdf0e10cSrcweir	sw/source/filter/xml/xmlitem \
526cdf0e10cSrcweir	sw/source/filter/xml/xmliteme \
527cdf0e10cSrcweir	sw/source/filter/xml/xmlitemi \
528cdf0e10cSrcweir	sw/source/filter/xml/xmlitemm \
529cdf0e10cSrcweir	sw/source/filter/xml/xmlithlp \
530cdf0e10cSrcweir	sw/source/filter/xml/xmlitmpr \
531cdf0e10cSrcweir	sw/source/filter/xml/xmlmeta \
532cdf0e10cSrcweir	sw/source/filter/xml/xmlscript \
533cdf0e10cSrcweir	sw/source/filter/xml/xmltble \
534cdf0e10cSrcweir	sw/source/filter/xml/xmltbli \
535cdf0e10cSrcweir	sw/source/filter/xml/xmltext \
536cdf0e10cSrcweir	sw/source/filter/xml/xmltexte \
537cdf0e10cSrcweir	sw/source/filter/xml/xmltexti \
538cdf0e10cSrcweir	sw/source/ui/app/appenv \
539cdf0e10cSrcweir	sw/source/ui/app/apphdl \
540cdf0e10cSrcweir	sw/source/ui/app/applab \
541cdf0e10cSrcweir	sw/source/ui/app/appopt \
542cdf0e10cSrcweir	sw/source/ui/app/docsh \
543cdf0e10cSrcweir	sw/source/ui/app/docsh2 \
544cdf0e10cSrcweir	sw/source/ui/app/docshdrw \
545cdf0e10cSrcweir	sw/source/ui/app/docshini \
546cdf0e10cSrcweir	sw/source/ui/app/docst \
547cdf0e10cSrcweir	sw/source/ui/app/docstyle \
548cdf0e10cSrcweir	sw/source/ui/app/mainwn \
549cdf0e10cSrcweir	sw/source/ui/app/swdll \
550cdf0e10cSrcweir	sw/source/ui/app/swmodul1 \
551cdf0e10cSrcweir	sw/source/ui/app/swmodule \
552cdf0e10cSrcweir	sw/source/ui/app/swwait \
553cdf0e10cSrcweir	sw/source/ui/cctrl/actctrl \
554cdf0e10cSrcweir	sw/source/ui/cctrl/popbox \
555cdf0e10cSrcweir	sw/source/ui/cctrl/swlbox \
556cdf0e10cSrcweir	sw/source/ui/chrdlg/ccoll \
557cdf0e10cSrcweir	sw/source/ui/config/barcfg \
558cdf0e10cSrcweir	sw/source/ui/config/caption \
559cdf0e10cSrcweir	sw/source/ui/config/cfgitems \
560cdf0e10cSrcweir	sw/source/ui/config/dbconfig \
561cdf0e10cSrcweir	sw/source/ui/config/fontcfg \
562cdf0e10cSrcweir	sw/source/ui/config/modcfg \
563cdf0e10cSrcweir	sw/source/ui/config/prtopt \
564cdf0e10cSrcweir	sw/source/ui/config/uinums \
565cdf0e10cSrcweir	sw/source/ui/config/usrpref \
566cdf0e10cSrcweir	sw/source/ui/config/viewopt \
567cdf0e10cSrcweir	sw/source/ui/dbui/dbmgr \
568cdf0e10cSrcweir	sw/source/ui/dbui/dbtree \
569cdf0e10cSrcweir	sw/source/ui/dbui/dbui \
570cdf0e10cSrcweir	sw/source/ui/dbui/maildispatcher \
571cdf0e10cSrcweir	sw/source/ui/dbui/mailmergechildwindow \
572cdf0e10cSrcweir	sw/source/ui/dbui/mailmergehelper \
573cdf0e10cSrcweir	sw/source/ui/dbui/mmconfigitem \
574cdf0e10cSrcweir	sw/source/ui/dbui/swdbtoolsclient \
575cdf0e10cSrcweir	sw/source/ui/dialog/SwSpellDialogChildWindow \
576cdf0e10cSrcweir	sw/source/ui/dialog/regionsw \
577cdf0e10cSrcweir	sw/source/ui/dialog/swabstdlg \
578cdf0e10cSrcweir	sw/source/ui/dialog/swwrtshitem \
579cdf0e10cSrcweir	sw/source/ui/dochdl/gloshdl \
580cdf0e10cSrcweir	sw/source/ui/dochdl/swdtflvr \
581cdf0e10cSrcweir	sw/source/ui/docvw/AnchorOverlayObject \
582cdf0e10cSrcweir	sw/source/ui/docvw/AnnotationMenuButton \
583cdf0e10cSrcweir	sw/source/ui/docvw/AnnotationWin \
584dec99bbdSOliver-Rainer Wittmann	sw/source/ui/docvw/OverlayRanges \
585cdf0e10cSrcweir	sw/source/ui/docvw/PostItMgr \
586cdf0e10cSrcweir	sw/source/ui/docvw/ShadowOverlayObject \
587cdf0e10cSrcweir	sw/source/ui/docvw/SidebarTxtControl \
588cdf0e10cSrcweir	sw/source/ui/docvw/SidebarTxtControlAcc \
589cdf0e10cSrcweir	sw/source/ui/docvw/SidebarWin \
590cdf0e10cSrcweir	sw/source/ui/docvw/SidebarWinAcc \
591cdf0e10cSrcweir	sw/source/ui/docvw/edtdd \
592cdf0e10cSrcweir	sw/source/ui/docvw/edtwin \
593cdf0e10cSrcweir	sw/source/ui/docvw/edtwin2 \
594cdf0e10cSrcweir	sw/source/ui/docvw/edtwin3 \
595cdf0e10cSrcweir	sw/source/ui/docvw/frmsidebarwincontainer \
596cdf0e10cSrcweir	sw/source/ui/docvw/romenu \
597cdf0e10cSrcweir	sw/source/ui/docvw/srcedtw \
598cdf0e10cSrcweir	sw/source/ui/envelp/envimg \
599cdf0e10cSrcweir	sw/source/ui/envelp/labelcfg \
600cdf0e10cSrcweir	sw/source/ui/envelp/labimg \
601cdf0e10cSrcweir	sw/source/ui/envelp/syncbtn \
602cdf0e10cSrcweir	sw/source/ui/fldui/fldmgr \
603cdf0e10cSrcweir	sw/source/ui/fldui/fldwrap \
604cdf0e10cSrcweir	sw/source/ui/fldui/xfldui \
605cdf0e10cSrcweir	sw/source/ui/frmdlg/colex \
606cdf0e10cSrcweir	sw/source/ui/frmdlg/colmgr \
607cdf0e10cSrcweir	sw/source/ui/frmdlg/frmmgr \
608cdf0e10cSrcweir	sw/source/ui/globdoc/globdoc \
609cdf0e10cSrcweir	sw/source/ui/index/idxmrk \
610cdf0e10cSrcweir	sw/source/ui/index/toxmgr \
611cdf0e10cSrcweir	sw/source/ui/lingu/hhcwrp \
612cdf0e10cSrcweir	sw/source/ui/lingu/hyp \
613cdf0e10cSrcweir	sw/source/ui/lingu/olmenu \
614cdf0e10cSrcweir	sw/source/ui/lingu/sdrhhcwrap \
615cdf0e10cSrcweir	sw/source/ui/misc/glosdoc \
616cdf0e10cSrcweir	sw/source/ui/misc/glshell \
617cdf0e10cSrcweir	sw/source/ui/misc/numberingtypelistbox \
618cdf0e10cSrcweir	sw/source/ui/misc/redlndlg \
619cdf0e10cSrcweir	sw/source/ui/ribbar/conarc \
620cdf0e10cSrcweir	sw/source/ui/ribbar/concustomshape \
621cdf0e10cSrcweir	sw/source/ui/ribbar/conform \
622cdf0e10cSrcweir	sw/source/ui/ribbar/conpoly \
623cdf0e10cSrcweir	sw/source/ui/ribbar/conrect \
624cdf0e10cSrcweir	sw/source/ui/ribbar/drawbase \
625cdf0e10cSrcweir	sw/source/ui/ribbar/dselect \
626cdf0e10cSrcweir	sw/source/ui/ribbar/inputwin \
627cdf0e10cSrcweir	sw/source/ui/ribbar/tblctrl \
628cdf0e10cSrcweir	sw/source/ui/ribbar/tbxanchr \
629cdf0e10cSrcweir	sw/source/ui/ribbar/workctrl \
630cdf0e10cSrcweir	sw/source/ui/shells/annotsh \
631cdf0e10cSrcweir	sw/source/ui/shells/basesh \
632cdf0e10cSrcweir	sw/source/ui/shells/beziersh \
633cdf0e10cSrcweir	sw/source/ui/shells/drawdlg \
634cdf0e10cSrcweir	sw/source/ui/shells/drawsh \
635cdf0e10cSrcweir	sw/source/ui/shells/drformsh \
636cdf0e10cSrcweir	sw/source/ui/shells/drwbassh \
637cdf0e10cSrcweir	sw/source/ui/shells/drwtxtex \
638cdf0e10cSrcweir	sw/source/ui/shells/drwtxtsh \
639cdf0e10cSrcweir	sw/source/ui/shells/frmsh \
640cdf0e10cSrcweir	sw/source/ui/shells/grfsh \
641cdf0e10cSrcweir	sw/source/ui/shells/grfshex \
642cdf0e10cSrcweir	sw/source/ui/shells/langhelper \
643cdf0e10cSrcweir	sw/source/ui/shells/listsh \
644cdf0e10cSrcweir	sw/source/ui/shells/mediash \
645cdf0e10cSrcweir	sw/source/ui/shells/olesh \
646cdf0e10cSrcweir	sw/source/ui/shells/slotadd \
647cdf0e10cSrcweir	sw/source/ui/shells/tabsh \
648cdf0e10cSrcweir	sw/source/ui/shells/textdrw \
649cdf0e10cSrcweir	sw/source/ui/shells/textfld \
650cdf0e10cSrcweir	sw/source/ui/shells/textglos \
651cdf0e10cSrcweir	sw/source/ui/shells/textidx \
652cdf0e10cSrcweir	sw/source/ui/shells/textsh \
653cdf0e10cSrcweir	sw/source/ui/shells/textsh1 \
654cdf0e10cSrcweir	sw/source/ui/shells/textsh2 \
655cdf0e10cSrcweir	sw/source/ui/shells/txtattr \
656cdf0e10cSrcweir	sw/source/ui/shells/txtcrsr \
657cdf0e10cSrcweir	sw/source/ui/shells/txtnum \
658ff0525f2SOliver-Rainer Wittmann	sw/source/ui/sidebar/PageOrientationControl \
659ff0525f2SOliver-Rainer Wittmann	sw/source/ui/sidebar/PageMarginControl \
660ff0525f2SOliver-Rainer Wittmann	sw/source/ui/sidebar/PageSizeControl \
661ff0525f2SOliver-Rainer Wittmann	sw/source/ui/sidebar/PageColumnControl \
662ff0525f2SOliver-Rainer Wittmann	sw/source/ui/sidebar/PagePropertyPanel \
663721f296aSOliver-Rainer Wittmann	sw/source/ui/sidebar/WrapPropertyPanel \
664ff0525f2SOliver-Rainer Wittmann	sw/source/ui/sidebar/SwPanelFactory \
665cdf0e10cSrcweir	sw/source/ui/smartmenu/stmenu \
666cdf0e10cSrcweir	sw/source/ui/table/chartins \
667cdf0e10cSrcweir	sw/source/ui/table/swtablerep \
668cdf0e10cSrcweir	sw/source/ui/table/tablemgr \
669cdf0e10cSrcweir	sw/source/ui/uiview/formatclipboard \
670cdf0e10cSrcweir	sw/source/ui/uiview/pview \
671cdf0e10cSrcweir	sw/source/ui/uiview/scroll \
672cdf0e10cSrcweir	sw/source/ui/uiview/srcview \
673cdf0e10cSrcweir	sw/source/ui/uiview/swcli \
674cdf0e10cSrcweir	sw/source/ui/uiview/uivwimp \
675cdf0e10cSrcweir	sw/source/ui/uiview/view \
676cdf0e10cSrcweir	sw/source/ui/uiview/view0 \
677cdf0e10cSrcweir	sw/source/ui/uiview/view1 \
678cdf0e10cSrcweir	sw/source/ui/uiview/view2 \
679cdf0e10cSrcweir	sw/source/ui/uiview/viewcoll \
680cdf0e10cSrcweir	sw/source/ui/uiview/viewdlg \
681cdf0e10cSrcweir	sw/source/ui/uiview/viewdlg2 \
682cdf0e10cSrcweir	sw/source/ui/uiview/viewdraw \
683cdf0e10cSrcweir	sw/source/ui/uiview/viewling \
684cdf0e10cSrcweir	sw/source/ui/uiview/viewmdi \
685cdf0e10cSrcweir	sw/source/ui/uiview/viewport \
686cdf0e10cSrcweir	sw/source/ui/uiview/viewprt \
687cdf0e10cSrcweir	sw/source/ui/uiview/viewsrch \
688cdf0e10cSrcweir	sw/source/ui/uiview/viewstat \
689cdf0e10cSrcweir	sw/source/ui/uiview/viewtab \
690cdf0e10cSrcweir	sw/source/ui/uno/RefreshListenerContainer \
691cdf0e10cSrcweir	sw/source/ui/uno/SwXDocumentSettings \
692cdf0e10cSrcweir	sw/source/ui/uno/SwXFilterOptions \
693cdf0e10cSrcweir	sw/source/ui/uno/dlelstnr \
694cdf0e10cSrcweir	sw/source/ui/uno/unoatxt \
695cdf0e10cSrcweir	sw/source/ui/uno/unodefaults \
696cdf0e10cSrcweir	sw/source/ui/uno/unodispatch \
697cdf0e10cSrcweir	sw/source/ui/uno/unodoc \
698cdf0e10cSrcweir	sw/source/ui/uno/unofreg \
699cdf0e10cSrcweir	sw/source/ui/uno/unomailmerge \
700cdf0e10cSrcweir	sw/source/ui/uno/unomod \
701cdf0e10cSrcweir	sw/source/ui/uno/unomodule \
702cdf0e10cSrcweir	sw/source/ui/uno/unotxdoc \
703cdf0e10cSrcweir	sw/source/ui/uno/unotxvw \
704cdf0e10cSrcweir	sw/source/ui/utlui/attrdesc \
705cdf0e10cSrcweir	sw/source/ui/utlui/bookctrl \
706cdf0e10cSrcweir	sw/source/ui/utlui/condedit \
707cdf0e10cSrcweir	sw/source/ui/utlui/content \
708cdf0e10cSrcweir	sw/source/ui/utlui/glbltree \
709cdf0e10cSrcweir	sw/source/ui/utlui/gloslst \
710cdf0e10cSrcweir	sw/source/ui/utlui/initui \
711cdf0e10cSrcweir	sw/source/ui/utlui/navicfg \
712cdf0e10cSrcweir	sw/source/ui/utlui/navipi \
713cdf0e10cSrcweir	sw/source/ui/utlui/numfmtlb \
714cdf0e10cSrcweir	sw/source/ui/utlui/prcntfld \
715cdf0e10cSrcweir	sw/source/ui/utlui/shdwcrsr \
716cdf0e10cSrcweir	sw/source/ui/utlui/textcontrolcombo \
717cdf0e10cSrcweir	sw/source/ui/utlui/tmplctrl \
718cdf0e10cSrcweir	sw/source/ui/utlui/uiitems \
719cdf0e10cSrcweir	sw/source/ui/utlui/uitool \
720cdf0e10cSrcweir	sw/source/ui/utlui/unotools \
721cdf0e10cSrcweir	sw/source/ui/utlui/viewlayoutctrl \
722cdf0e10cSrcweir	sw/source/ui/utlui/zoomctrl \
723cdf0e10cSrcweir	sw/source/ui/web/wdocsh \
724cdf0e10cSrcweir	sw/source/ui/web/wformsh \
725cdf0e10cSrcweir	sw/source/ui/web/wfrmsh \
726cdf0e10cSrcweir	sw/source/ui/web/wgrfsh \
727cdf0e10cSrcweir	sw/source/ui/web/wlistsh \
728cdf0e10cSrcweir	sw/source/ui/web/wolesh \
729cdf0e10cSrcweir	sw/source/ui/web/wtabsh \
730cdf0e10cSrcweir	sw/source/ui/web/wtextsh \
731cdf0e10cSrcweir	sw/source/ui/web/wview \
732cdf0e10cSrcweir	sw/source/ui/wrtsh/delete \
733cdf0e10cSrcweir	sw/source/ui/wrtsh/move \
734cdf0e10cSrcweir	sw/source/ui/wrtsh/select \
735cdf0e10cSrcweir	sw/source/ui/wrtsh/wrtsh1 \
736cdf0e10cSrcweir	sw/source/ui/wrtsh/wrtsh2 \
737cdf0e10cSrcweir	sw/source/ui/wrtsh/wrtsh3 \
738cdf0e10cSrcweir	sw/source/ui/wrtsh/wrtsh4 \
739cdf0e10cSrcweir	sw/source/ui/wrtsh/wrtundo \
740cdf0e10cSrcweir))
741cdf0e10cSrcweir
742cdf0e10cSrcweir$(eval $(call gb_SdiTarget_SdiTarget,sw/sdi/swslots,sw/sdi/swriter))
743cdf0e10cSrcweir
744cdf0e10cSrcweir$(eval $(call gb_SdiTarget_set_include,sw/sdi/swslots,\
745cdf0e10cSrcweir	-I$(SRCDIR)/sw/inc \
746cdf0e10cSrcweir	-I$(SRCDIR)/sw/sdi \
747cdf0e10cSrcweir	$$(INCLUDE) \
748cdf0e10cSrcweir))
749cdf0e10cSrcweir
750cdf0e10cSrcweir# vim: set noet sw=4 ts=4:
751