Age | Commit message (Collapse) | Author |
|
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
writerfilter/source/dmapper/DomainMapper_Impl.hxx
Reviewed on:
https://gerrit.libreoffice.org/8124
Change-Id: Ieaea19600fbda3b536549a1a100f847f9ae3654b
|
|
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
|
|
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
|
|
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>
|
|
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
|
|
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>
|
|
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
|
|
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>
|
|
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>
|
|
Change-Id: I773524536c0ed7bc34eb08cd35cfc77e83f722ba
|
|
Fixed the fairly obvious (?) mistake. Thanks again to our Clang plugin and
sberg.
Change-Id: I7b7ab4b6fcb99b93305c7e8872810a6096c8b720
|
|
Let's convert the switches to full comprison; it's future-proof, and the
performance difference here is not critical.
Change-Id: I1541acdc89312806f4bf05226efb3a42e81f8019
|
|
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>
|
|
Change-Id: I7678dcccc3afa8ecde5160a3f0d731b923f3bfca
|
|
Change-Id: Ibc862bcd8d179c6d3b10844746a70acecadacd7a
|
|
Change-Id: I43473afc753a7d348273e58121f2446974d43957
|
|
Change-Id: I74c125c9a7aca1f9e2f23f83878d9ba1797eee34
|
|
Change-Id: I66d00eb490d30fa08aaa658072b2a12d165be6f7
|
|
Change-Id: Ib4b7abfbf8f3c2bd853c72ffe399abdeb9ecf945
|
|
Change-Id: I932b9afe1842a3b834e749268ae211ca928026f1
|
|
Change-Id: I9c8b9f9cc8dc0df224d64cf50c5d0982c7852049
|
|
Change-Id: Id41ca6a0c254777fec3894c11fc755d9087af51a
|
|
Change-Id: I90cf43d9d39c7c1b8da4123edaeeec200e6353a7
|
|
Change-Id: I8e6c6c79b96f03cc8d3ac93ce0bd1f9208981bfa
|
|
Change-Id: I90f99cb563e65dedfb973aa0c54a7124c699d32b
|
|
Change-Id: I6022d88ec96fcd4f8221ac361e34c488f4fb8839
|
|
Change-Id: I32aab64372133f3b5cdcad0d5c9952d685be7223
|
|
Change-Id: Ie4d5e38313156279f77ba17f91aba0bddb0c1478
|
|
Change-Id: I282ecb5b7659d98cfe91b7e89c14e822105a7323
|
|
Change-Id: I0a31715a79cde61ceb104e82dc05c5a752f9085d
|
|
Change-Id: I7cdfd3e6331d0e600a022bc93be60df5e9bceaee
|
|
Change-Id: I3470c6981463b27ffa9cd9fbc79f96c41a43b847
|
|
Change-Id: I6a8a0b9038c5845cb04f6b9e43d8dce997442dc7
|
|
Change-Id: I2b0149795b28325ecfbf7738c30181337d5a3187
|
|
Change-Id: I654883e6e2e1826fba8bb922faff84a0b2541024
|
|
...Expand/Collapse/Select with virtual functions of the same names in derived
classes.
Change-Id: Id2c7e434cc972ac8a789c60ceaf54dc76246be12
|
|
Change-Id: I94ae558032d16f3000909c266c808d4c187c0e70
|
|
Change-Id: I83ebbdde3be1163bbd52bd1f4e49aab11e6d0e58
|
|
Change-Id: I0c1c30d5e2b9bd9ca176792edf720f8af3979ca8
|
|
Change-Id: I41afb24b6570132164bfc469ec9cb4bcfc0cba2b
|
|
Change-Id: I5f21bf9ba7fb396b209623861cb9f555c3b5d6a1
|
|
Change-Id: I007084047ea6640afbb4b6a451565d6561174b5c
|
|
Change-Id: I0c3b4c1f6aa7efb98c7e96b9f71d47ea51576936
|
|
Change-Id: I9b5f180e81d7703ffb7dc911e81305309b8575cf
|
|
Change-Id: Id8b343993b22ceb83490c7f2d1f465a728ccb4fc
|
|
Change-Id: If0c755489ee319c255d5ac0cd1294ce6a2b0b88f
|
|
Change-Id: Ib910a1f8209025131148e6f271b7bf651b936bef
|
|
Change-Id: I7808d4914b675fc2af958943565aaf1b29836ae7
|
|
Change-Id: Ib96d9b0c695f25b4ac1f26c95309d9990278bd00
|
|
Change-Id: I56803135e3740ad72c8abe56ff124dbaa91a5411
|