- 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>
-
- 12 Nis, 2016 1 kayıt (commit)
-
-
Rohan Kumar yazdı
I removed all the OSL_DEBUG_LEVEL > 1 conditionals by SAL_INFOs or OSL_DEBUG_LEVEL > 0 Change-Id: I261644a179e763612204bbb0e54a869fa1a62298 Reviewed-on: https://gerrit.libreoffice.org/23035Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
- 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>
-
- 30 Eki, 2015 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I37da28539b94706574116d0fff5f008aabfb5526 Reviewed-on: https://gerrit.libreoffice.org/19682Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 01 Nis, 2015 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I88259ffaffc73979c240721d2db166c79d3085f1
-
Stephan Bergmann yazdı
Change-Id: I14b923990a012e8e85ca9170cdffd6b8e3626d89
-
- 23 May, 2014 1 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68
-
- 22 May, 2014 1 kayıt (commit)
-
-
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>
-
- 31 Ock, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a
-
- 19 Kas, 2013 1 kayıt (commit)
-
-
Noel Grandin yazdı
This is largely unnecessary when working with OUString Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
-
- 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
-
- 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>
-
- 29 Haz, 2012 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 27 Ara, 2011 1 kayıt (commit)
-
-
Takeshi Abe yazdı
-
- 27 Kas, 2011 1 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
- 18 Nis, 2011 1 kayıt (commit)
-
-
Francois Tigeot yazdı
-
- 19 Mar, 2011 1 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
- 15 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.14.12.1: #i87441# Change license header to LPGL v3.
-
- 27 Eyl, 2007 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
2007/08/31 11:01:56 sb 1.13.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
-
- 01 Ara, 2006 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2006/11/09 14:52:59 kr 1.12.12.2: fixed: added missing casts 2006/11/08 15:11:10 kr 1.12.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.11.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:28 rt 1.10.28.1: #i54170# Change license header: remove SISSL
-
- 13 Ock, 2005 1 kayıt (commit)
-
-
Kurt Zenker yazdı
2004/11/15 18:00:18 dbo 1.9.120.2: #i24030# 2004/11/15 17:29:00 dbo 1.9.120.1: #i24030# general cleanup to make buildable again
-
- 23 Nis, 2003 1 kayıt (commit)
-
-
Rüdiger Timm yazdı
2003/04/08 13:56:28 dbo 1.7.40.1: #107991# UNO shared library component renaming
-
- 15 Nis, 2003 1 kayıt (commit)
-
-
Vladimir Glazounov yazdı
2003/04/10 08:38:22 kso 1.7.42.1: #108413# - debug macro unification.
-
- 19 Agu, 2002 1 kayıt (commit)
-
-
Jens-Heiner Rechtien yazdı
-