summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2014-02-26fdo#75133: Preseved bibliography after round trip.Rohit Deshmukh
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx writerfilter/source/dmapper/DomainMapper_Impl.hxx Reviewed on: https://gerrit.libreoffice.org/8124 Change-Id: Ieaea19600fbda3b536549a1a100f847f9ae3654b
2014-02-26fdo#73596 [DOCX] Auto Columns in IndexVinaya Mandke
When number of columns in the Index is not specified by the "\c" switch, then avoid adding the section breaks explicitly before and after the Index Section and "\c '0'" in the field identifier string. Also added UT for the same. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8104 Change-Id: I56826f72beea580d0ac5aef44d4a71fd29b77316
2014-02-26fdo#72563 : PAGEREF field tag not preserved during RoundtripTushar Bende
There was a problem that in case of TOC,PAGEREF field tag was not preserved inside <hyperlink> during Roundtrip. Reason found, there was no code support to handle PAGEREF in export. - Added code support in export code to handle PAGEREF. - Also added <w:webHidden /> tag for PAGEREF - Earlier pushed code changes was corrupting some documents. - Verified this patch on large set of Docx containing different combination of hyperlinks. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8048 Change-Id: I2331a33100ed77e15a39ecc6db01b0e696ea62de
2014-02-26Translate german strings, potentially user-visible - sw/source/filter/ww1Stefan Ring
These are mostly assertion-like messages. Change-Id: Iabf8e2ea3411c51756765e160a9e654b06ca005d Reviewed-on: https://gerrit.libreoffice.org/8356 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26fdo#73596 [DOCX] Multiple Columns in IndexVinaya Mandke
The number of columns in an Index is given by the "\c" switch. During export, added section breaks before and after the Index; this is to preserve the layout of the round tripped file in MS Office. Modified MSWordExportBase::NoPageBreakSection so that an incorrect "nextPage" section break is not exported. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8047 Change-Id: I364e19d6739c4c6a60e3c605044fc1fafd9147d3
2014-02-26Remove germanisms in variables: sw/source/filter/ww1Stefan Ring
Change-Id: Ieb61128a6497fc8f980b315a949ce74b2dc4adce Reviewed-on: https://gerrit.libreoffice.org/8324 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26fdo#74566:DOCX: Preservation <w:br> tag for Break to Next PagePallavi Jadhav
Issue : 'Break to Next Page' gets converted to 'Page Break Before' in RT. XML diffrenece : - LO exports <w:br> as <w:pageBreakBefore /> in document.xml - The page break is written into wrong paragraph. Implementation : 1] Removed implementation to export <w:pageBreakBefore />. 2] Added a check to write <w:br> in correct paragraph. 3] Modified code to handle SectionBreak() even if Text node has no string. It is required when DOCX contains a PageBreak with footer. 4] Written Export Unit Test case. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7891 Change-Id: I237b9c5fdd3083b441f6e81cd8442f458eccf1a0
2014-02-26fdo#74271: Added unit test & code changes for footer contains hyperlink.YogeshBharate
Problem description: - If the document contains a hyperlink in footer that starts with "www" (ex. www.google.com) then the footer1.xml.rels of the roundtrip file contains empty Target. - Since the target is empty, the file get corrupted in MS Office 2007. Implementation: - If hyperlink starts with "www" then make bSmart as true. Change-Id: Ifa2b587d3326152b2d9778bd818fbe68b1cf6410 Reviewed-on: https://gerrit.libreoffice.org/7766 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-02-26Fix a crashtest + default value + fix a wrong copy pasteJulien Nabet
Change-Id: Ic7a4ff410b2e4450c5f5220c6201931ca3e15a02 Reviewed-on: https://gerrit.libreoffice.org/8307 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
Change-Id: I773524536c0ed7bc34eb08cd35cfc77e83f722ba
2014-02-26WaE: implicit conversion of literal of type 'const char *' to 'bool'Tor Lillqvist
Fixed the fairly obvious (?) mistake. Thanks again to our Clang plugin and sberg. Change-Id: I7b7ab4b6fcb99b93305c7e8872810a6096c8b720
2014-02-25html: Another problem caused by lowercasing the tags.Jan Holesovsky
Let's convert the switches to full comprison; it's future-proof, and the performance difference here is not critical. Change-Id: I1541acdc89312806f4bf05226efb3a42e81f8019
2014-02-25fdo#39468 Translate German comments: sw/source/filter/ww1Stefan Ring
Change-Id: I5c6ae4f1692f6ed8d1792417cb594174a35ca8fa Reviewed-on: https://gerrit.libreoffice.org/8323 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25(T/t)herfor -> (T/t)hereforeJulien Nabet
Change-Id: I7678dcccc3afa8ecde5160a3f0d731b923f3bfca
2014-02-25coverity#738459 Uncaught exceptionCaolán McNamara
Change-Id: Ibc862bcd8d179c6d3b10844746a70acecadacd7a
2014-02-25coverity#738451 Uncaught exceptionCaolán McNamara
Change-Id: I43473afc753a7d348273e58121f2446974d43957
2014-02-25coverity#738449 Uncaught exceptionCaolán McNamara
Change-Id: I74c125c9a7aca1f9e2f23f83878d9ba1797eee34
2014-02-25coverity#738447 Uncaught exceptionCaolán McNamara
Change-Id: I66d00eb490d30fa08aaa658072b2a12d165be6f7
2014-02-25coverit#738445 Uncaught exceptionCaolán McNamara
Change-Id: Ib4b7abfbf8f3c2bd853c72ffe399abdeb9ecf945
2014-02-25coverity#738442 Uncaught exceptionCaolán McNamara
Change-Id: I932b9afe1842a3b834e749268ae211ca928026f1
2014-02-25coverity#738440 Uncaught exceptionCaolán McNamara
Change-Id: I9c8b9f9cc8dc0df224d64cf50c5d0982c7852049
2014-02-25coverity#738439 Uncaught exceptionCaolán McNamara
Change-Id: Id41ca6a0c254777fec3894c11fc755d9087af51a
2014-02-25coverity#738437 Uncaught exceptionCaolán McNamara
Change-Id: I90cf43d9d39c7c1b8da4123edaeeec200e6353a7
2014-02-25coverity#738435 Uncaught exceptionCaolán McNamara
Change-Id: I8e6c6c79b96f03cc8d3ac93ce0bd1f9208981bfa
2014-02-25coverity#738434 Uncaught exceptionCaolán McNamara
Change-Id: I90f99cb563e65dedfb973aa0c54a7124c699d32b
2014-02-25coverity#738433 Uncaught exceptionCaolán McNamara
Change-Id: I6022d88ec96fcd4f8221ac361e34c488f4fb8839
2014-02-25coverity#738431 Uncaught exceptionCaolán McNamara
Change-Id: I32aab64372133f3b5cdcad0d5c9952d685be7223
2014-02-25coverity#38429 Uncaught exceptionCaolán McNamara
Change-Id: Ie4d5e38313156279f77ba17f91aba0bddb0c1478
2014-02-25coverity#738428 Uncaught exceptionCaolán McNamara
Change-Id: I282ecb5b7659d98cfe91b7e89c14e822105a7323
2014-02-25coverity#738426 Uncaught exceptionCaolán McNamara
Change-Id: I0a31715a79cde61ceb104e82dc05c5a752f9085d
2014-02-25coverity#738423 Uncaught exceptionCaolán McNamara
Change-Id: I7cdfd3e6331d0e600a022bc93be60df5e9bceaee
2014-02-25coverity#738420 Uncaught exceptionCaolán McNamara
Change-Id: I3470c6981463b27ffa9cd9fbc79f96c41a43b847
2014-02-25coverity#738419 Uncaught exceptionCaolán McNamara
Change-Id: I6a8a0b9038c5845cb04f6b9e43d8dce997442dc7
2014-02-25coverity#738418 Uncaught exceptionCaolán McNamara
Change-Id: I2b0149795b28325ecfbf7738c30181337d5a3187
2014-02-25coverity#738417 Uncaught exceptionCaolán McNamara
Change-Id: I654883e6e2e1826fba8bb922faff84a0b2541024
2014-02-25Clean up confusing name clashes of non-virtual SvListView member functionsStephan Bergmann
...Expand/Collapse/Select with virtual functions of the same names in derived classes. Change-Id: Id2c7e434cc972ac8a789c60ceaf54dc76246be12
2014-02-25coverity#738416 Uncaught exceptionCaolán McNamara
Change-Id: I94ae558032d16f3000909c266c808d4c187c0e70
2014-02-25coverity#738372 Uncaught exceptionCaolán McNamara
Change-Id: I83ebbdde3be1163bbd52bd1f4e49aab11e6d0e58
2014-02-25coverity#738369 Uncaught exceptionCaolán McNamara
Change-Id: I0c1c30d5e2b9bd9ca176792edf720f8af3979ca8
2014-02-25coverity#738367 Uncaught exceptionCaolán McNamara
Change-Id: I41afb24b6570132164bfc469ec9cb4bcfc0cba2b
2014-02-25coverity#738360 Uncaught exceptionCaolán McNamara
Change-Id: I5f21bf9ba7fb396b209623861cb9f555c3b5d6a1
2014-02-25coverity#738351 Uncaught exceptionCaolán McNamara
Change-Id: I007084047ea6640afbb4b6a451565d6561174b5c
2014-02-25coverity#738348 Uncaught exceptionCaolán McNamara
Change-Id: I0c3b4c1f6aa7efb98c7e96b9f71d47ea51576936
2014-02-25coverity#738316 Uncaught exceptionCaolán McNamara
Change-Id: I9b5f180e81d7703ffb7dc911e81305309b8575cf
2014-02-25coverity#738306 Uncaught exceptionCaolán McNamara
Change-Id: Id8b343993b22ceb83490c7f2d1f465a728ccb4fc
2014-02-25coverity#738292 Uncaught exceptionCaolán McNamara
Change-Id: If0c755489ee319c255d5ac0cd1294ce6a2b0b88f
2014-02-25coverity#738290 Uncaught exceptionCaolán McNamara
Change-Id: Ib910a1f8209025131148e6f271b7bf651b936bef
2014-02-25coverity#738288 Uncaught exceptionCaolán McNamara
Change-Id: I7808d4914b675fc2af958943565aaf1b29836ae7
2014-02-25coverity#738287 Uncaught exceptionCaolán McNamara
Change-Id: Ib96d9b0c695f25b4ac1f26c95309d9990278bd00
2014-02-25coverity#738285 Uncaught exceptionCaolán McNamara
Change-Id: I56803135e3740ad72c8abe56ff124dbaa91a5411