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