- 07 Eki, 2015 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I9c409cb2d7898ac6f395618cd950385cf036b002
-
Stephan Bergmann yazdı
Change-Id: I273aee2d65f952afd78f6e2e504b5fa70dd65ef0
-
Stephan Bergmann yazdı
Change-Id: I6a903931fdb3ac1b13d2d9c39071cc27c08fe194
-
Stephan Bergmann yazdı
Change-Id: Ic9d76c173d3948c973a96a97debccc771c2c9ede
-
Stephan Bergmann yazdı
Change-Id: I028994045b13625e09589190e3cc259c49714e20
-
Stephan Bergmann yazdı
Change-Id: I4c9013fca76b213a725e39a47e61775caf5e8519
-
Stephan Bergmann yazdı
Change-Id: Id193a3fa8c3832da783f8647d6fc6db8375149f4
-
Stephan Bergmann yazdı
Change-Id: Ie9310be6508fe828ca1ef36372d56596a02085aa
-
Laurent Balland-Poirier yazdı
Skip coefficient if its value is 1 (or near 1) Change-Id: I39a5630cc76250ded1ab22709522344d42fcc0e9 Reviewed-on: https://gerrit.libreoffice.org/19037Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I8f5c2ae658f8784233db98f752b6f9fa53110195
-
Noel Grandin yazdı
Change-Id: I0ac98a6fafb48b2be00973ae9fd34f4bc756cd7f
-
Noel Grandin yazdı
Change-Id: Icf1731dfbd16d85decd2aaf80be4841ac37007fd
-
Noel Grandin yazdı
Change-Id: I9f56beebae1ea02a8914b7b25fe7565f7b0df053
-
Noel Grandin yazdı
Change-Id: If8fabc79f4cbef6fc0d164bbe2f6136f1d1f00af
-
Stephan Bergmann yazdı
Change-Id: I2a500b3f376c2dfa073eb7c26978b949412d4dd8
-
Stephan Bergmann yazdı
...to silence a clang-analyzer-deadcode.DeadStores on the last update of nX Change-Id: Ifeb2e5294b22270ba134a303fbe5aa1d50025c75
-
Stephan Bergmann yazdı
Change-Id: I19650204f707c822f9f16a04e1bd1cd8e85a5c67
-
Stephan Bergmann yazdı
Change-Id: I0a2d6488dcccfb643cb3fce542d013e3f981e657
-
Stephan Bergmann yazdı
Change-Id: I1269bd713bae10f9b6c1d3e797dd7043d24fa8d3
-
Stephan Bergmann yazdı
Change-Id: Ia6bd32061e2ea826aa550a3da17d4147158ce7f8
-
Stephan Bergmann yazdı
Change-Id: I5d2d7e7991c3727ed6367fe22ebddd5c2e2e9265
-
Stephan Bergmann yazdı
The code had been like this ever since 16cba772 "#112673# initial checkin of HWP filter." Assuming that the second line should rather read angle = 1800 - angle * 10; instead of angle = 1800 - prop->angle * 10; does not look too plausible: It would keep mapping -1 -> 181 0 -> 180 1 -> 179 : 179 -> 1 but then would discontinuously map 180 -> 180 181 -> 179 : instead of continuously mapping 180 -> 0 181 -> -1 : Change-Id: I8cf97eeb53409b18bda6777b09a20331f3c8132a
-
Stephan Bergmann yazdı
Change-Id: I6a8e4b8f132acff5d75859de570a969ad8c3fa4b
-
Stephan Bergmann yazdı
Change-Id: I87850db982f413b328976e043d8386b7577ba17c
-
Marco Cecchetti yazdı
Fixed 45-degree layout for axis labels, too. Change-Id: I9764e281aeee0a439fa9eec1e3b0df840221b72f Reviewed-on: https://gerrit.libreoffice.org/18889Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
andreas kainz yazdı
Change-Id: I341e1bda65919e13a381eeca599b5ac0cb883c20 Reviewed-on: https://gerrit.libreoffice.org/19201Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
andreas kainz yazdı
Change-Id: If6d090f8467fdb268f71f5739ec75c105e9eefc1 Reviewed-on: https://gerrit.libreoffice.org/19199Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
David Tardon yazdı
Compilation of the link target's source files does not require the external project to be built, just unpacked, unless the project generates some needed headers during configure/build. Change-Id: I2c9947cf13ce86878d2649829052551fc54f3883
-
Stephan Bergmann yazdı
This reverts commit 3eff65e7, causes assert at writerfilter/source/dmapper/DomainMapper_Impl.cxx:5330 to fire during CppunitTest_sw_ooxmlexport2
-
Miklos Vajna yazdı
Change-Id: I073d3c741ea055b673d7720508b4729d28f7e49c
-
Stephan Bergmann yazdı
Change-Id: Ibeac9ac30e6841280036bb81ff7245f205b07b83
-
Laurent Balland-Poirier yazdı
Skip intercept value if it is near 1 Change-Id: Ie52b2ac06c53c2e85b3c465be28081f6dc0ad2cb Reviewed-on: https://gerrit.libreoffice.org/19038Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Laurent Balland-Poirier yazdı
Change-Id: I70e960742b4af2c1ab234b6d1c681254c0627b03 Reviewed-on: https://gerrit.libreoffice.org/19138Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
Change-Id: Ib3407b5457f4d69294c95879455553dc013cc340 Reviewed-on: https://gerrit.libreoffice.org/19186Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I52446e517c2315516ea74a30767393ff32960799
-
Noel Grandin yazdı
Change-Id: I14985f98989861d74b3904ab79f3ced5a3d96f73
-
Noel Grandin yazdı
Change-Id: I28d8bd79f266df7e9ea420f7238ed332ec4205a9
-
Noel Grandin yazdı
Change-Id: I9b926e59b2df62c22fb5ecfc7c16d8047b6da2a4
-
Noel Grandin yazdı
Change-Id: I3eb2de4edcd4b2d757d1e0916e7c903b5d6c569e
-
Noel Grandin yazdı
Change-Id: I131d192a0029ec3eebacb72341ba3113de0e19ac
-