Age | Commit message (Collapse) | Author |
|
Change-Id: Ic12cced5b90f413ca1cac943874c7e7f9ad57f1a
|
|
Change-Id: I9764e8860ee66cc94456eae879a9fc90d0ad850d
|
|
Change-Id: Ic740510b891194ebef6a8fe35bd56f2f1d785c3d
|
|
Change-Id: I344ba9d22adada82170d45a4cf723af6a286b883
|
|
Change-Id: Iee6d0493172b7b776ac8c5b05f675cd28091f8b4
|
|
Change-Id: Idb56c158704ca7642260b3565a92eae4389e4fdb
|
|
Change-Id: I356c56f5025b1cef4861bb6208ef4f0b04ddf605
|
|
Change-Id: If19b613973527e1a70186dfe97e4f6d28b4a17f9
|
|
Change-Id: I347eb4655babca809f4141e2f0dfe86077b77c75
|
|
Change-Id: I1a8a07623c264154451d36b55db1986be4a6f54c
|
|
Change-Id: Ic91c8126b8e9a5a7eeed4c356b783c8bebccecf3
|
|
Change-Id: I9aca53ea7c957524a4ade0f20ef47954ddcbf5de
|
|
Change-Id: I1b3bf6ac16346ecf6085874d80ac6495e773dd37
|
|
Change-Id: Ic59c2c9079dce37ad76b6a1396a719d372253674
|
|
Change-Id: I64024440a0674b7daed27ba8d104d347f8090bd7
|
|
Change-Id: Id05266810760f73db2daba10d1efa14aa9f88dd9
|
|
Change-Id: Ifc31fbd1ddee1e055bb62b9ad098ae9410758147
Reviewed-on: https://gerrit.libreoffice.org/15598
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
See validation log of fdo73214:
ERROR cvc-complex-type.3.2.2: Attribute 'type' is not allowed to appear in element 'v:imagedata'.
ERROR cvc-complex-type.3.2.2: Attribute 'color2' is not allowed to appear in element 'v:imagedata'.
http://dev-builds.libreoffice.org/crashtest/d879d5346b525c478e93363b7ec06e797ce01461/validation/docx/fdo73214-1.docx.log
Change-Id: I99eacc05ed28c3cd848326fd08f3668a1ce0f4fb
Reviewed-on: https://gerrit.libreoffice.org/15668
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Problem Description :
XML Difference :
Original :
<a:solidFill>
<a:srgbClr val="00B0F0"/>
</a:solidFill>
After Roundtrip : tag is missing
Solution : Added support for table cell border color.
Change-Id: I2baf969d7a8e46a0c5825d9f57bf135ec479c9eb
Reviewed-on: https://gerrit.libreoffice.org/15364
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Problem Description:
Unable to save .xlsx with underline color for text inside textbox.
Current behavior:
After RT text underline color was not exported
Expected behaviour:
After RT text underline color should export
Added export support for <a:uFill>
Change-Id: If8ffeb07f2f5e0b768689647e480792ea9c8540a
Reviewed-on: https://gerrit.libreoffice.org/15514
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Problem:
- Table cell border width is not exported.
i.e lnL, lnR, lnT, LnB are not exported inside the tcPr.
XML Difference:
Original :
<a:lnT w = "76200">
After RT : tag is missing.
Solution : Added solution for Table cell border width.
Change-Id: I19185f2ad176325bf7990c9da6becc66557c717b
Reviewed-on: https://gerrit.libreoffice.org/15350
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Most of ubsan.patch seems to have been applied upstream, and I can’t
reproduce the issue referenced for the remaining bits, anyway it is
better to push such changes upstream first.
Change-Id: Ie56786c01c06d3542052cd91e36d1f707092beba
Reviewed-on: https://gerrit.libreoffice.org/15643
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
See http://dev-builds.libreoffice.org/crashtest/e658cb4d5ce49d3a3c6acc63155974b5ff8490c7/validation/docx/fdo33590-2.docx.log
(footer1.xml:2 col:890) cvc-datatype-valid.1.2.1: '' is not a valid value for 'boolean'.
(footer1.xml:2 col:890) cvc-attribute.3: The value '' of attribute 'w:val' on
element 'w:docPartUnique' is not valid with respect to its type, 'ST_OnOff'.
Original document:
<w:docPartObj>
<w:docPartGallery w:val="Page Numbers (Bottom of Page)"/>
<w:docPartUnique/>
</w:docPartObj>
RT document:
<w:docPartObj>
<w:docPartGallery w:val="Page Numbers (Bottom of Page)"/>
<w:docPartUnique w:val=""/>
</w:docPartObj>
Change-Id: If41af8f4bca99fba4d3ad0c966c2345f87ea422a
solution: if value is empty, export it as true (default ST-OnOff value)
Reviewed-on: https://gerrit.libreoffice.org/15686
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: If814f508f46aa6efb01444bc09e9c8d4b4d3d7cf
|
|
Change-Id: I263424ad8f65ded7bab89b5902482357b4f9abaa
|
|
Change-Id: Ia0af0493e0af6c945006e6a1f6f918f7b104068d
|
|
When complete - should ease the switch to VclPtr<>::Create.
Change-Id: Idf876e2eeb830b36dd86e84317277cc88e1dc013
|
|
Change-Id: I37053f37f074c49b8bc6fcaa82f66a2e52064cb1
|
|
Change-Id: I22c5ee3e7ef7cd2b3b40953d114e01dd3d36e0cb
|
|
Change-Id: Ifad666a7aef04124005e0f5cb80b806b2a9f8732
|
|
Change-Id: I65c77f32e076a0bc5eae2c0cf4626eebfd141972
|
|
Change-Id: If3dd46119c043daa1498cbeebc9cef2b7b9cafe4
|
|
Change-Id: If9797eb74b624af7374effd73a8642a7d32efb1e
|
|
Change-Id: Ic35d1beab81e7cafd2114edf5bd0545f514a5020
Reviewed-on: https://gerrit.libreoffice.org/15682
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I3f3c6dc6fbcc958323134f3c79e019d42c338151
Reviewed-on: https://gerrit.libreoffice.org/15681
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I3eba9c8b3883ca4fca38e27d351508c9e01d9c08
|
|
Change-Id: If1454e643bba38a0bffd0e14a28045dc5e544d11
|
|
Change-Id: I6b135f6d47352c1fbb729788848913402b7bb742
|
|
Change-Id: Id30e16f6f94668b578fe79eab9d8289c8914a32b
|
|
and
coverity#1297231 Division or modulo by float zero
Change-Id: Icb303956bb3804bca1078c1135aca0eff370902b
|
|
Change-Id: I6ce09d3a7c77c5501608a2d1b0812c3c22ef16af
|
|
Change-Id: I2c19d1a0f8ad31cdf384ab301f3dae99a6ea9933
|
|
and all the other html crashtest loading failures
I believe
Change-Id: I38d3e1ad283efc08f468d9062e520149663e3e84
|
|
Change-Id: I10508dc16f138e5b3b36dcbdc269735c598de17f
|
|
Change-Id: Idd77790f78843843f2d38a7a78465c34538768dc
|
|
Change-Id: Ib5c5758eab44532b383ca49542288a65cb10d548
|
|
Change-Id: Iddb5936c088dfba0245a0d921c7122a0587bdc9b
|
|
Change-Id: I187c0b2bd2f9e4ddeeac80b6046c25d5cf674d71
|
|
SwRangeRedline::Hide() will copy and delete the redlined text range,
and during the delete it happens that FLY_AS_CHAR frames are not deleted
before their anchor SwTxtNode is destroyed, so SwFmtAnchor::m_pCntntAnchor
will have its NodeIndex adjusted by SwNodes::RemoveNode() to a wrong
node and then it cannot call RemoveAnchoredFly() on the proper node.
Avoid the problem by manually deleting all FLY_AS_CHAR from nodes
before they are deleted and before the SwNodeIndex adjustment.
(regression from 738fb2ad77e5a1a4d6e2dc540886a17f4527e4db, which had
the equivalent problem with differing SwNodeIndex keys)
Change-Id: I13c9577c01e3b8976b74fb9c58dc2ef2c2fc0666
|
|
If the for loop has a break after the first frame anchored on that node,
it makes no sense to assert that all frames have been visited.
(regression from bb95f7e6f7c9b1281875e6d729b66b6018794ee0)
Change-Id: Ibd8d65f286b441127be7735c63f4b84ba94dcb6f
|