- 09 Nis, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
so we get nice logs of the exception dynamic type for UNO exceptions. Change-Id: Ic0b10dc14d354a2c9a0591b3a51d2f1640d54bdb Reviewed-on: https://gerrit.libreoffice.org/52465Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 04 Eki, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ia23dafd07133779144965682df3b7125a3214235 Reviewed-on: https://gerrit.libreoffice.org/43046Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
- 07 May, 2017 1 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: I365d140446bd2a62cf8256acbfdd53fe72987380
-
- 06 May, 2017 1 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: Ibe34f5c62897d753150d7e302767126980a17552
-
- 15 Ara, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I1beafff257e968a62184f8b1d8cf2a3a24e7c945 Reviewed-on: https://gerrit.libreoffice.org/32039Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
- 11 Ara, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I78cf8058a5682baa3d7b00a25feeb2d28fb3e66e Reviewed-on: https://gerrit.libreoffice.org/31799Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 18 Kas, 2016 1 kayıt (commit)
-
-
Noel Grandin yazdı
found with git grep -P '\W(\w+)\s*\(\s*\W' Change-Id: Ia93f83193959c72dcc15c5c1bf54e805b43f14e5 Reviewed-on: https://gerrit.libreoffice.org/30934Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Tested-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 09 Şub, 2016 1 kayıt (commit)
-
-
Chris Sherlock yazdı
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 05 Kas, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I6cb508e392d5e194c80fc6d0927c86414e4ab05b
-
- 07 Eyl, 2015 1 kayıt (commit)
-
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: I34fe287036ca9b8e5edcb121ba70d9a93ab05276 Reviewed-on: https://gerrit.libreoffice.org/18338Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 22 Nis, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it. Cleaned up some, but something like grep -FwL sal/log.hxx $(git grep -Elw \ 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx) shows lots more files that potentially need fixing before the include can be removed from rtl/string.hxx and rtl/ustring.hxx. Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90
-
- 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
-
- 01 Nis, 2015 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I14b923990a012e8e85ca9170cdffd6b8e3626d89
-
- 23 May, 2014 1 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68
-
- 22 May, 2014 2 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I31a5a4e2bad79cfc425fb712688794a4a1dc4f60
-
Thomas Arnhold yazdı
Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b
-
- 26 Şub, 2014 1 kayıt (commit)
-
-
Alexander Wilms yazdı
Change-Id: I19edfb2796298c4870124d0d1e9488974a010bb8 Reviewed-on: https://gerrit.libreoffice.org/8316Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 04 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
Convert code like: if( aStr == OUString("xxxx") ) to this: if( aStr == "xxxx" ) Change-Id: I8d201f048477731eff590fb988259ef0935c080c
-
- 29 Haz, 2013 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 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
-
- 24 Şub, 2013 1 kayıt (commit)
-
-
Hamza Abdelkebir yazdı
Change-Id: Ia741aaa596b711b80cf8cc1be605e34e19a62f3e Reviewed-on: https://gerrit.libreoffice.org/2352Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 23 Şub, 2013 1 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
-
- 08 Agu, 2012 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
-
- 29 Haz, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 02 Haz, 2012 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
-
- 07 May, 2012 1 kayıt (commit)
-
-
Gábor Stefanik yazdı
Change-Id: Id9fc99aab1515a710374b3364f6136587f95f582
-
- 06 Nis, 2012 1 kayıt (commit)
-
-
Szabolcs Dezsi yazdı
-
- 27 Ara, 2011 1 kayıt (commit)
-
-
Takeshi Abe yazdı
-
- 27 Kas, 2011 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
- 19 Mar, 2011 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
- 12 Mar, 2011 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
- 03 Mar, 2011 1 kayıt (commit)
-
-
Julien Nabet yazdı
-
- 10 Ara, 2010 1 kayıt (commit)
-
-
Gert Faller yazdı
-
- 06 Ara, 2010 1 kayıt (commit)
-
-
Takeshi Abe 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)
-
- 11 Nis, 2008 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2008/03/31 07:26:14 rt 1.18.44.1: #i87441# Change license header to LPGL v3.
-
- 01 Ara, 2006 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2006/11/08 15:11:10 kr 1.17.12.1: fixed: i71291 - stoc/test does not build
-
- 16 Eyl, 2006 1 kayıt (commit)
-
-
Oliver Bolte yazdı
2006/09/01 17:41:20 kaib 1.16.36.1: #i68856# Added header markers and pch files
-
- 08 Eyl, 2005 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2005/09/05 17:11:29 rt 1.15.28.1: #i54170# Change license header: remove SISSL
-