- 24 Eki, 2015 9 kayıt (commit)
-
-
Douglas Mencken yazdı
Change-Id: Icc7d7ad95d1ffbf55f1cd704148f3ceb58618e6c Reviewed-on: https://gerrit.libreoffice.org/19432Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Eike Rathke yazdı
Change-Id: If6eb273bc4d76f85da0844caea4bd697c6263013
-
David Ostrovsky yazdı
In a0c53a96 SYSTEM_MOZILLA was removed. Change-Id: I421a293c7611dd5ed0d810c9c8a80f19faf1689a Reviewed-on: https://gerrit.libreoffice.org/19580Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Mike Kaganski yazdı
bool ScDocShell::isTiledRendering() const crashed without this check Change-Id: Idb7ace05eb1aa37cbc3d956503c046b0e9b9d0e5 Reviewed-on: https://gerrit.libreoffice.org/19570Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Dennis Francis yazdı
Change-Id: Icc55931f5bc64fcc2745ca68f62851ee2c59f711 Reviewed-on: https://gerrit.libreoffice.org/19569Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Dennis Francis yazdı
MDETERM uses lcl_LUP_decompose() which as the name suggests does LUP decomposition. This patch allows additive cancellations to occur in a cleaner way while doing the *only* additive operation in LUP decomposition, that is while computing Shur complement. This patch does not change the high level semantics of the algorithm. Also note that this change makes improvement only in the case where matrix elements entered by the user are *integers*. The change allows MDETERM to evaluate to exact 0.0 for singular integer matrices. The steps to calculate Shur complement are : for i = k+1 to n aik = aik / akk; for j = k+1 to n aij = aij - akj*aik This is now modified as : for i = k+1 to n for j = k+1 to n aij = ( aij*akk - akj*aik ) / akk Without this change MDETERM() for certain singular matrices used to evaluate to a tiny non zero value, which also caused MINVERSE() to generate a wrong output. An example of such a matrix is : 1 2 3 4 5 6 7 8 9 Change-Id: Idd4211ddceab1b758fd05bfd57f7eecd5d4fd1a0 Reviewed-on: https://gerrit.libreoffice.org/19534Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I4103c8e1549db44055fbfcb8ced6ec36d27fc126
-
Caolán McNamara yazdı
Change-Id: I9c6e7699790cc2e526a15daf8c5c25555aa30fc9
-
Yousuf Philips yazdı
Change-Id: I3d4cd44527bd9687df002543055286daf6e24a65 Reviewed-on: https://gerrit.libreoffice.org/19370Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
- 23 Eki, 2015 31 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I2b3501967fc0088e0bebf6c366e033c61b652921
-
Caolán McNamara yazdı
Change-Id: I7718ff6f93f704e37e9a046cb07c497b2d533a2a
-
Łukasz Hryniuk yazdı
Change-Id: I9d1d83f1ba9b74d248321f617e2ba6745bdc2c01
-
Stephan Bergmann yazdı
Change-Id: Ib174a3809dd5433c29efbe08a2c4b9f9b6eda804
-
Caolán McNamara yazdı
regression from commit 8f705df1 Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.com> Date: Fri Jul 18 13:36:13 2014 +0200 bnc#881024 Don't world transform font size in WMF/EMF import which seems to be a regression from commit 1281c1f5 Author: Armin Le Grand <alg@apache.org> Date: Mon Dec 10 16:08:58 2012 +0000 Resolves: #i121382# Corrected size handling including font size handling... for EMF/WMF imports Change-Id: I87307c9993d3343b4db636257e2567b10a73b79d
-
andreas kainz yazdı
Change-Id: I751587bab106cc0f42f5f83ab30b6b69923463e8 Reviewed-on: https://gerrit.libreoffice.org/19553Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Stephan Bergmann yazdı
...no longer used since the last boost:ptr_vector<SvLBoxItem> has been removed in 63de1888 "svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>" Change-Id: Icd5e9671bb79b0bb2e3b12ef004ac9ec112981f8
-
Sahas yazdı
Change-Id: I2b6294163e90210f54ebacf93dae7ad7b974f725 Reviewed-on: https://gerrit.libreoffice.org/19400Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
tagezi yazdı
Project: help 4b80c476bf665bdafe7f35003df9b42e3f721564 tdf#95262 Mistake in Help instructions for editing Comments in Calc Change-Id: If1afa9045b258dab664f1c934e055617e7ec18b4 Reviewed-on: https://gerrit.libreoffice.org/19543Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Stephan Bergmann yazdı
This reverts commit d29e614f, it broke CppunitTest_sd_export_tests. Change-Id: I908cc46cdf4df706ad64d04777b8e1401e0800c1
-
Jan-Marek Glogowski yazdı
The Calc spell checker idle handler is currently running in the REPAINT / MEDIUM priority class - much too high. This races with the Calc GUI repaint for large documents, like the one attached to tdf#94485. So move it to the LOWER priority queue, to fix the lagging GUI. Change-Id: I6e4b05dd1a977182ec13f7e3a05f0722f502f226
-
Noel Grandin yazdı
Change-Id: I7b7b0e7fea2d1a2b9f6f5501ad5e0b8c1b4a17b9
-
Stephan Bergmann yazdı
Change-Id: Ic179264fe306bb2bca9797f10e26c0224fb1dd00
-
Noel Grandin yazdı
Change-Id: Id99ff87c4eb3f1b36702261ce63d5d2793ea35d7
-
Noel Grandin yazdı
Change-Id: I3708931dd96d83d1daa332e930e291c3d6cfd73b
-
Noel Grandin yazdı
Change-Id: Iceef10c51db88b3e85f118a366de45f0f70bbf21
-
Caolán McNamara yazdı
aka, beat up on its corpse a bit Change-Id: Ia5b8d227083e8f4c1582bf13260e92331740aa82
-
Caolán McNamara yazdı
this is an intermittent crash in the real world but under event testing we can see that the PaintView is informed that the page has been deleted, but doesn't clear its use of the page if it so happens that there was earlier modification events that caused the fire-modification-timer to be launched If there happens to be no such events then the page is correctly cleared If the timer is active, then the page is not cleared, but eventually the timer will fire and access the deleted page and fall over and die minimal change for backporting ease, follow ups now Change-Id: I090ad62cc175545902574c93dec7082225d97ab7
-
Noel Grandin yazdı
Change-Id: I4a0cd4b29db91584c23148d659846c71b90b0d65
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Stephan Bergmann yazdı
Change-Id: I61b7d1ee72af6ed3f7a21a1dab623011825426e5
-
Noel Grandin yazdı
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
-
Michael Stahl yazdı
Change-Id: I105535a2a250e682a5d6976e0c7f74374b1f31ac
-
Michael Stahl yazdı
Change-Id: I05c64aaed4aaea813b369dccc721f9d10167f161
-
Noel Grandin yazdı
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
-
Caolán McNamara yazdı
instead of bittwiddling which ends up trying to resolve the system language Change-Id: I545bd5e39f99003ddedf3c90031e8b818edc1de2
-
Caolán McNamara yazdı
Change-Id: Ib8e33c3dbaf793f9ae57a2d54af34d7e823226ec
-
Oliver Specht yazdı
added check for different page styles with different size to testTdf94386 Change-Id: I4eb1c8669661285d2c98f6c5e9993af26c005d45 Reviewed-on: https://gerrit.libreoffice.org/19371Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Noel Grandin yazdı
Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e Reviewed-on: https://gerrit.libreoffice.org/19527Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I847a5729911474e8dd72e28aea53969f7037ce9b Reviewed-on: https://gerrit.libreoffice.org/19526Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-