Age | Commit message (Collapse) | Author |
|
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
|
|
SwRangeRedline::Show() will move nodes around in the nodes-array, which
means that using SwNodeIndex as a key in a map that has a lifetime
not limited by the stack is a bad idea, as the map will become unsorted.
Remove SwFrmFmtAnchorMap from SwDoc and replace it with new
SwNode::m_pAnchoredFlys to do the same mapping.
(regression from 738fb2ad77e5a1a4d6e2dc540886a17f4527e4db)
Change-Id: I396d92b9d0b2045e98bad6d0b374303cd4e62b59
|
|
Change-Id: Ie5376106adb3df901b9762097e59d7627790443f
|
|
Upgrade to the latest patch from http://bugs.python.org/issue17797
which appears to work even if you invoke from cmd.exe
Change-Id: I85f1cc5ad7d8c059d972ae2a6fd2be1bb5604c2c
|
|
Subtle failures in nested template instantiations there, for
sal_{u}Int8 and sal_{u}Int16 - use wide-int fallback to do bitmask
ops. Type is not used to store any dynamic values.
This partially reverts a1ecce3ad7df6a82191c4956cec986dc50503dde
Change-Id: Ifa7070c1c3830fd70d7ced082d651411ff523444
|
|
This reverts commit 7ad4e562b462af22a1c29c955293238cdb30267b, which
was causing ICEs on precisely the compiler versions it was targetted
at.
Change-Id: I996792d723a8bd0d7edd5f248d74217322b5ce3f
|
|
Change-Id: Ib46e3d484f931cbdebf21ea38488313748942b3b
|
|
Change-Id: Icc026ebb422c299caca6c24d6a56416076589fc8
|
|
Change-Id: I186c81923857d06ac7a87caf9d5961f44b89b559
|
|
Change-Id: I9fa42eeeabb4a6c7ee18b52d24c480a3f7a6a753
|
|
Change-Id: Iafb48b20496924c64f9aaa3ec0965b023aef6a07
|
|
...unclear to me why 507efabe8b40e34c2bebfdaa00d4264c5345d3dd
"Resolves: #i124922# allow late setting of the font color..." left it in
Change-Id: I741ca3d7eca6fa5dff81af50d91bd6c5d1cba989
|
|
Change-Id: Ic57551d9a3590769f97742d41f089dbb3ce248a9
|
|
Change-Id: I1aeec1e8b00ab0f9e7ec130b6d72b69f35a304cf
|
|
Change-Id: Ie99d1dd241dc2bfa5c5ac2bff9f2330c491327bc
|
|
Change-Id: Ia2286661a8f62e8a46c44c390ab1a8a5dffe81d0
|
|
This should eventually enable more certainty that they are still
live by the time we emit the event later.
Change-Id: I7c9eb4c000753d4efe8c59a9e13ef3e11c93b2fa
|
|
Change-Id: Ice91c9e698d99d9674a7c7b3c688faa07603bf95
|
|
Change-Id: I50154e2deb66a77fc4354b1db0e4cd8e1b1ffd2e
|
|
Change-Id: I2931de2cc2a9916dae785d0cc130ce2aa73cf54e
|
|
These functions are only being used inside this file.
Change-Id: I473b33f794cfbaff590d00f22d2832456482d15a
Reviewed-on: https://gerrit.libreoffice.org/15680
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Gets rid of superfluous sequential callbacks with the same percentage when
loading large documents.
This reverts commit cec72eff99d1d683f2236c8a86a2814b34ad861e.
Change-Id: I70f43f7e3a650c76cbcbbc60ebb2d47efaca06a5
|
|
Situation before/after the patch is the same, just silence lots of
harmless warnings for now.
Change-Id: I00428bdfd939d8cdd3bfd447339e0417e70f4689
|
|
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
|
|
Change-Id: I6079f387a697c5fe794655e455a19d0cb44b96bc
|
|
Change-Id: Ibb0f717ae21cd80386b26e078ee7eb2a873b4092
|
|
This helps avoid things dying during emission in a robust manner.
Bit of an unpleasant 3rd optional parameter; better names appreciated.
Change-Id: I27571823f9d96caef1d07602785a02390d3a3591
|
|
This way the data source's URL will be the vnd.sun.star.pkg: URL, that
gets stored in the user profile, and the data source will be usable when
we connect to the data source next time, too.
Change-Id: Ie2f45af453bfad4f813a1ea492edb633c148d08b
|