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