- 30 May, 2019 1 kayıt (commit)
-
-
Gabor Kelemen yazdı
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie7e20c77a8035c0ee4f0316966d163b9cd7d11f2 Reviewed-on: https://gerrit.libreoffice.org/73006 Tested-by: Jenkins Reviewed-by:
Miklos Vajna <vmiklos@collabora.com>
-
- 22 May, 2019 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...following up on 1453c2c8 "prefer vector::data to &vector[0]" Change-Id: I7c113747d92d144a521d49b89384dd8bf1215c01 Reviewed-on: https://gerrit.libreoffice.org/72765 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 27 Tem, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
and fix scanForFiles to return false on error Change-Id: I246e906de9985947be421d361340874c94a2102d Reviewed-on: https://gerrit.libreoffice.org/58085 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 18 Mar, 2018 1 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I787a5b43cb09ac308082cac0e66540f975d79ead Reviewed-on: https://gerrit.libreoffice.org/51473Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
- 30 Eki, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I9b328fc0a3ebdd15a646ee6dab800ffbadb1aaef Reviewed-on: https://gerrit.libreoffice.org/44050Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 08 Haz, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ia4e02589d2fe79a27b83200a0e7a528a2c806519 Reviewed-on: https://gerrit.libreoffice.org/38508Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 23 Kas, 2016 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I613bb70b6828f615fd45af38b2d873ece55ace60
-
- 12 Ock, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ieebbd896bf1ad66cd1950456ca1600f0dd8cda83
-
- 19 Eyl, 2015 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I5079e03f70370ed83a1158b2e278f48642108f08 Reviewed-on: https://gerrit.libreoffice.org/18692Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 09 Haz, 2014 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
-
- 17 Ara, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Convert code like aFilename = OUString::number(nFilePostfixCount) + OUString(".bmp"); to aFilename = OUString::number(nFilePostfixCount) + ".bmp"; Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Convert code like: aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); to: aStrBuf.append( "ln(x)" ); which compiles down to the same code. Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c
-
- 11 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
-
- 30 Nis, 2013 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 07 Nis, 2013 1 kayıt (commit)
-
-
Luboš Luňák yazdı
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
-
- 19 Mar, 2013 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 16 Eyl, 2012 1 kayıt (commit)
-
-
Andras Timar yazdı
we may want to use syntax highlighter class from svtools later, which is not available for l10ntools Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac
-
- 09 Tem, 2012 1 kayıt (commit)
-
-
Caolán McNamara yazdı
I can't reproduce fdo#51572, but catching the exception in HelpIndexer::indexDocuments should resolve it anyway and make it non-fatal. Collect the error message for retrieval via HelpIndexer::getErrorMessage Change-Id: Id557b9f5ff968c398f76969591f5ee765e56aa5a
-
- 24 Nis, 2012 1 kayıt (commit)
-
-
Luboš Luňák yazdı
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
-
- 20 Nis, 2012 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 06 Nis, 2012 1 kayıt (commit)
-
-
Szabolcs Dezsi yazdı
-
- 23 Şub, 2012 10 kayıt (commit)
-
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Gert van Valkenhoef yazdı
-
Gert van Valkenhoef yazdı
-
Caolán McNamara yazdı
-
Gert van Valkenhoef yazdı
-
Gert van Valkenhoef yazdı
-
Gert van Valkenhoef yazdı
-