- 09 Şub, 2019 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ia3f05662cc9542feeac3096d29e9dec6d1858620 Reviewed-on: https://gerrit.libreoffice.org/67558 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 20 Ara, 2018 1 kayıt (commit)
-
-
Andrea Gelmini yazdı
It passed "make check" on Linux Change-Id: I577f6ff01e8216ed85556ce4b3365fd924f75608 Reviewed-on: https://gerrit.libreoffice.org/65468 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
- 07 Kas, 2018 1 kayıt (commit)
-
-
Gabor Kelemen yazdı
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Icc3cb8118b225c9b19b451b2a6463c844ef4162d Reviewed-on: https://gerrit.libreoffice.org/62459 Tested-by: Jenkins Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
- 05 Haz, 2018 1 kayıt (commit)
-
-
Jochen Nitschke yazdı
and fix the fallout Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e Reviewed-on: https://gerrit.libreoffice.org/54882Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
- 02 Şub, 2018 1 kayıt (commit)
-
-
Winfried Donkers yazdı
Follow up of tdf#103550. The conversion from half to full width characters and vice versa happens per character according to a table. There is no need to have a separate table with exceptions to the general rule. Change-Id: Id611d1d6074cb2489fb0254d8ba9a83d7c26065f Reviewed-on: https://gerrit.libreoffice.org/49102Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
- 04 Eki, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
instead of trying to share the css::i18n namespace, which is just very confusing and should be left to actual UNO artifacts Change-Id: I2f5c36bf1af9a2a98c4f997dd450d015e75ed3f6 Reviewed-on: https://gerrit.libreoffice.org/43079Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 25 Haz, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ia9b20a8ca95684cbeb21e3425972c43ba50df3cd Reviewed-on: https://gerrit.libreoffice.org/39187Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 15 Haz, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I82e366fefd2e31928b99840fe76649cc3521e623 Reviewed-on: https://gerrit.libreoffice.org/38789Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 28 Nis, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ie7dfc21fccbeed5005c2b881ff593853513b13e1
-
- 21 Nis, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I6abd8aaffb27b3c85df7c0518f7f576be4e32222 Reviewed-on: https://gerrit.libreoffice.org/36660Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 10 Kas, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I55089fde808e9f564f424adc30717dfd8d141c37
-
- 15 Nis, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
-
- 18 Ara, 2014 1 kayıt (commit)
-
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I7e85aca5a86f993a9906525edffbd44a179dc245 Reviewed-on: https://gerrit.libreoffice.org/13510Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 18 Şub, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ic4a198d737692734ae3fbc096f370a3aa0667c5b
-
- 07 Eyl, 2013 1 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
-
- 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
-
- 06 Ara, 2012 1 kayıt (commit)
-
-
Luboš Luňák yazdı
No point in hidding something useful like this in some helper lib. Change-Id: I7332d7f6bd428378cd19e7e95ad130771a541140
-
- 13 Tem, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
-
- 02 Eyl, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 01 Eyl, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
i.e. change x_rtl_uString_new_WithLength to always create a rtl_uString with ref count of 1, like rtl_uString_new_WithLength, so requiring: either the explicit use of rtl_uString_release or passing ownership to an OUString via OUString(pStr, SAL_NO_ACQUIRE) which will do the same in its dtor
-
- 23 Agu, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 27 Şub, 2011 1 kayıt (commit)
-
-
Julien Nabet yazdı
-
- 14 Eki, 2010 1 kayıt (commit)
-
-
Sebastian Spaeth yazdı
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by:
Sebastian Spaeth <Sebastian@SSpaeth.de>
-
- 12 Şub, 2010 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
-
- 10 Nis, 2008 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2008/03/31 16:01:56 rt 1.6.2.1: #i87441# Change license header to LPGL v3.
-
- 28 Ock, 2008 1 kayıt (commit)
-
-
Vladimir Glazounov yazdı
2007/12/12 22:42:25 khong 1.5.38.1: #i81366# add new Japanese transliterations
-
- 07 Eyl, 2005 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2005/09/05 14:47:02 rt 1.4.28.1: #i54170# Change license header: remove SISSL
-
- 04 Şub, 2004 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
2004/01/23 13:04:58 mh 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2003/12/23 11:08:01 waratah 1.2.36.1: #i1858# unitialised variable: remove gcc warning only
-
- 17 Ara, 2003 1 kayıt (commit)
-
-
Vladimir Glazounov yazdı
2003/12/16 12:45:34 hr 1.2.38.1: #111934#: join CWS ooo111fix1
-
- 24 Nis, 2003 1 kayıt (commit)
-
-
Vladimir Glazounov yazdı
-