- 02 May, 2017 40 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I013317bfa9dad02194177cca0907b0ffbb171ccd
-
Eike Rathke yazdı
* Empty date (initialized with Date::EMPTY == all 0) stays empty. * Day 0 is normalized to the last day of the previous month. * Day 0 AND month 0 is also normalized to the last day of the previous month (and not the last day of the previous-1 month). * Before, * all day 0 cases weren't handled at all and day 0 stayed day 0, which doesn't make sense in a Normalize() context * empty date wasn't detected and resulted in nonsense date -0001-12-00 Change-Id: Ib12ff7694e1adb17724af038a266f6f284285f36
-
Eike Rathke yazdı
Change-Id: If5f2db3d4bae9158b482b01ce7dbb7335b4cb16b
-
Yousuf Philips yazdı
Change-Id: Ie5462446fee738c11f944bc2dab7da6f6a454954 Reviewed-on: https://gerrit.libreoffice.org/37032Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Yousuf Philips yazdı
Change-Id: I89eae1da902ccb64247eb294450bc300d055ece0 Reviewed-on: https://gerrit.libreoffice.org/37034Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Eike Rathke yazdı
Change-Id: I44e476f354d04a1d070a7348e3b00d75497231c2
-
Caolán McNamara yazdı
This reverts commit 5eaad8eb. cause it now leaks as the ~SwVectorModifyBase base deletes the entries Change-Id: I02374f4b439b9cf3e8f331aa9c6892b4418f37f0
-
Caolán McNamara yazdı
Change-Id: I237f19f237e6b78f98798352c1f881b0d27a6a9e
-
Caolán McNamara yazdı
Change-Id: Ic949efdb47861770e9e333e154ede54d7fa88e50
-
Jens Carl yazdı
Change-Id: I55df1deaf3a44bb8be0225756761da2f7d2667aa Reviewed-on: https://gerrit.libreoffice.org/37095Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
Change-Id: I7fab0c946c13a9779fad05f88be6ae6a9da93775
-
Jens Carl yazdı
Translate German comments and terms in: sw/source/filter/html/css1atr.cxx sw/source/filter/html/htmlfld.cxx sw/source/filter/writer/writer.cxx Change-Id: I05228ea5369e0d1e7f06158dc5369ba89284c2c9 Reviewed-on: https://gerrit.libreoffice.org/37093Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
* Input of two-digit years only possible through CDateFromIso() though to maintain compatibility with previous behavior and also VBA mode. * VBA mode restricted to years 1..9999 Change-Id: Ia9574c3bf136619b4831b349d263c96b162d1ed4
-
Andrea Gelmini yazdı
Change-Id: Ie341ead5b40bdeed25205e31203a5fa861ff0f42 Reviewed-on: https://gerrit.libreoffice.org/36981Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ib5660bde8108808a24c3863952bf6e0dfffaf288
-
Stephan Bergmann yazdı
Change-Id: Ic442d59c3066b7de8280d5719dd4da806b7a8092
-
Stephan Bergmann yazdı
...since <http://llvm.org/viewvc/llvm-project?view=revision&revision=301449> "PPCallbacks::MacroUndefined, change signature and add test." Change-Id: I6a420dc4ca33607fef1356e8869cedee87192e93
-
Stephan Bergmann yazdı
...since <http://llvm.org/viewvc/llvm-project?view=revision&revision=301647> "Use the -Wunknown-warning-option group for the 'unknown warning group' diagnostic in #pragma diagnostic". * external/boost/include/boost/{locale.hpp,locale/gnu_gettext.hpp} would have been removed by 'make cmd cmd=bin/gen-boost-headers' as they are still unused from c25eee44 "build boost::locale library", but there's reportedly a patch in Gerrit to actually use them, so I fixed them manually for now. * The deviating comment style is to keep lines no wider than 80 characters. Change-Id: I64603ae8d8a82781eda46f12c9dd5c68dcf395b9
-
Caolán McNamara yazdı
probably was exposed while padmin was still a thing Change-Id: I9605b7ae0c5bc59aa998580f5a28dc7b527219e9
-
Noel Grandin yazdı
Change-Id: I963159550da9d735bb70636917ecc290744298b4 Reviewed-on: https://gerrit.libreoffice.org/37142Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Stephan Bergmann yazdı
...like workdir/UnpackedTarball/liborcus/m4/boost.m4:#include <boost/version.hpp> which would then be mis-parsed by grep -o '\bboost.*\.\(h\|hpp\|ipp\)' to a HEADER of boost.m4:#include <boost/version.hpp instead of just boost/version.hpp (-h is a non-standard GNU grep extension, but so is the already used -r. An alternative fix would be to replace the later grep -o with something like grep -o '\bboost[^#]*\.\(h\|hpp\|ipp\)' instead.) Change-Id: I0b41ed520b2fed70e8982abc0e84a34804c02549
-
Mike Kaganski yazdı
Change-Id: Ibfcbeb0778d9000dad8097384d7f5c7d75be2252 Reviewed-on: https://gerrit.libreoffice.org/37152Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> Tested-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I83c1d83bc3c34e32f3d4564322a5df871d8b73b5
-
Caolán McNamara yazdı
Change-Id: I7e84f29b321676c373f86acba375816a0e9ad386
-
Katarina Behrens yazdı
Yet another fallback from Google Summer of Regressions. The rest of the functionality has been removed by loplugin and other hyperactive code cleaners, so I've restored it, mostly unmodified. Change-Id: If0576abe9ce86c6f939d54bcf8f872dfce131e68 Reviewed-on: https://gerrit.libreoffice.org/37138Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Caolán McNamara yazdı
removes starmaths InsertCommand in favour of InsertCommandText Change-Id: I5659adcaa28e5b5861d1a1cc5d2afa84009490f6 Reviewed-on: https://gerrit.libreoffice.org/37113Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ib2625c900def20baa470f0a15e4f72a3f763099e
-
Noel Grandin yazdı
Change-Id: I95bce82654bd0da7ed76ebd22b107b870ed15a1f Reviewed-on: https://gerrit.libreoffice.org/37144Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: I4925a95cc74571c2e0ffd413d7ac8bc162c247d7 Reviewed-on: https://gerrit.libreoffice.org/37143Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Miklos Vajna yazdı
Change-Id: I6beec3d0083f6b2f4055b7cffe9c59a630a89261 Reviewed-on: https://gerrit.libreoffice.org/37135Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Noel Grandin yazdı
Change-Id: I077ce96aed3c79045d5e8438109a8b1690ff1218 Reviewed-on: https://gerrit.libreoffice.org/37062Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Iacd973b97fccda217c691cca0a8f440640ff7a0b Reviewed-on: https://gerrit.libreoffice.org/37140Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Laurent Balland-Poirier yazdı
In Duplicate dialog of Draw: Count angle in 100th of degree Change-Id: If1af9a42e7c35d39edbdc3fa624489d7e38b42e1 Reviewed-on: https://gerrit.libreoffice.org/36816Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Noel Grandin yazdı
Change-Id: I2b770d40ac2339cd2b04a765a6d970675d2ea1c1 Reviewed-on: https://gerrit.libreoffice.org/37133Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Caolán McNamara yazdı
Change-Id: I56e82ab480b33d3205516e371302b1a091678e22
-
Caolán McNamara yazdı
commit 8d747b8c Author: Caolán McNamara <caolanm@redhat.com> Date: Sat Apr 29 20:01:40 2017 +0100 tweak for pdfiumless build and lets see if commit 6f53cf28 Author: Markus Mohrhard <markus.mohrhard@googlemail.com> Date: Sat Apr 29 05:11:40 2017 +0200 apparently the executable does not need pdfium directly anymore is sufficient here Change-Id: I2bf381e1d51d851aa829730b3d13edb1c03ea873
-
Olivier R yazdı
Project: dictionaries c82ad83da55f7c0d4667edea003b8038e473dcd1 tdf#107558 French spelling dictionary (6.0.3) and thesaurus Change-Id: Ia3da9c3b2e4a0ca1032edad131838b3a705e0597
-
Gabor Kelemen yazdı
Change-Id: I6d26b17a3fa51f6ff16fa1968b5ce445e949f43d Reviewed-on: https://gerrit.libreoffice.org/37128Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Tested-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Noel Grandin yazdı
Change-Id: I1ea1a43da45039fc5d62f21e83c216461abf99de Reviewed-on: https://gerrit.libreoffice.org/37134Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Khaled Hosny yazdı
Regression from e3b7ef45 which removed the condition this block was implying, so putting it back here. This should fix Jenkins_Callgrind tinderbox, we probably should have some unit tests based on the file from [1] and [2], but I don’t know how… 1. https://bz.apache.org/ooo/show_bug.cgi?id=89825 2. sw/qa/extras/ww8export/data/tdf91083.odt Change-Id: I88ad2564908b3a269e95d1969366c8506801818b Reviewed-on: https://gerrit.libreoffice.org/37050Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-