Age | Commit message (Collapse) | Author |
|
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/22224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Change-Id: Icf4d3b4137a6b6b70dd543bf4758a79f90e9f57f
|
|
just makes it harder to grep for methods
Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15
|
|
Change-Id: I8320f6f42d5579fbd09450ddca61c4c066de98e4
|
|
Change-Id: I81599570698eb92abf14fa6386d8545c2031e863
|
|
Change-Id: Ifef0aaae6208f18c1352fef7c471deb60a97820d
|
|
Change-Id: Ic672e75db4d7323760577b19490ffa28d38965b6
|
|
Change-Id: I11d92218c5e0678d497f8964723033e2bd8b3300
|
|
A simplified version of the semantic match that finds this problem is
follows: (http://coccinelle.lip6.fr/)
// <smpl>
@r1@
statement S;
position p,p1;
@@
S@p1;@p
@script:python r2@
p << r1.p;
p1 << r1.p1;
@@
if p[0].line != p1[0].line_end:
cocci.include_match(False)
@@
position r1.p;
@@
-;@p
// </smpl>
Change-Id: Ib9708d37fbb4c6060f88d5dae3814a2d37b2091e
Reviewed-on: https://gerrit.libreoffice.org/9493
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5
Reviewed-on: https://gerrit.libreoffice.org/9360
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: Ifa6bdb2f2bdf96826f09c42a1e36d97ed6e034cd
Reviewed-on: https://gerrit.libreoffice.org/8886
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Conflicts:
include/osl/diagnose.h
Change-Id: Ie2e6b7a8546318bdd8b81261bef46bf92c0c125f
|
|
Change-Id: Ica0c7fe04dae3c52583cc2324bae1cfa5af1e197
Reviewed-on: https://gerrit.libreoffice.org/8292
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
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/4624
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
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
|
|
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
|
|
|
|
|
|
2008/04/01 15:23:08 thb 1.6.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:25:18 rt 1.4.30.1: #i87441# Change license header to LPGL v3.
|
|
2008/04/01 15:23:08 thb 1.8.42.2: #i85898# Stripping all external header guards
2008/03/31 07:25:18 rt 1.8.42.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:25:18 rt 1.7.4.1: #i87441# Change license header to LPGL v3.
|
|
2008/01/28 15:14:08 rt 1.6.12.1: #i85482# Remove UPD from library name
|
|
2007/10/05 13:01:59 ydario 1.5.12.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
|
|
2007/02/23 11:16:41 hjs 1.4.2.1: #i74721# cleanup obsolete library variables
|
|
2007/01/30 12:05:46 hjs 1.3.40.1: #i73801# remove remaining usages of sv[pre].mk
|
|
2006/12/01 17:21:34 hjs 1.3.34.1: #i70359# remove forced shell calls
|
|
2006/09/01 17:33:09 kaib 1.7.24.1: #i68856# Added header markers and pch files
|
|
2006/09/01 17:33:09 kaib 1.5.24.1: #i68856# Added header markers and pch files
|
|
2005/09/05 14:08:34 rt 1.2.30.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 14:08:34 rt 1.6.106.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 14:08:34 rt 1.4.106.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 14:08:33 rt 1.2.152.1: #i54170# Change license header: remove SISSL
|
|
2004/05/19 14:27:26 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
|
|
2004/05/19 14:27:11 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
|
|
2004/05/19 14:26:54 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
|
|
2004/05/19 14:26:40 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
|
|
2004/05/19 14:26:22 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
|
|
2004/05/19 14:25:59 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
|