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