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