summaryrefslogtreecommitdiff
path: root/registry/test
AgeCommit message (Collapse)AuthorFilesLines
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
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>
2016-02-04Resurrect registry/test/regcompare/Stephan Bergmann1-98/+0
Change-Id: Icf4d3b4137a6b6b70dd543bf4758a79f90e9f57f
2015-10-26remove extra spaces around ::Noel Grandin1-2/+2
just makes it harder to grep for methods Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15
2015-04-09convert RTReferenceType to scoped enumNoel Grandin1-4/+4
Change-Id: I8320f6f42d5579fbd09450ddca61c4c066de98e4
2015-04-09convert RTMethodMode to scoped enumNoel Grandin1-1/+1
Change-Id: I81599570698eb92abf14fa6386d8545c2031e863
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin1-26/+26
Change-Id: Ifef0aaae6208f18c1352fef7c471deb60a97820d
2015-04-09convert RegValueType to scoped enumNoel Grandin2-44/+44
Change-Id: Ic672e75db4d7323760577b19490ffa28d38965b6
2015-04-09convert REG_ constants to scoped enumNoel Grandin1-5/+5
Change-Id: I11d92218c5e0678d497f8964723033e2bd8b3300
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
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>
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-3/+3
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-04-25fdo#43157 : [API CHANGE] Remove OSL_THIS_FILEMichaël Lefèvre1-1/+1
Change-Id: Ifa6bdb2f2bdf96826f09c42a1e36d97ed6e034cd Reviewed-on: https://gerrit.libreoffice.org/8886 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-08fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBALMichaël Lefèvre1-2/+2
Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: include/osl/diagnose.h Change-Id: Ie2e6b7a8546318bdd8b81261bef46bf92c0c125f
2014-02-26Remove visual noise from registryAlexander Wilms2-6/+6
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>
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-51/+51
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>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-4/+0
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
2012-07-03re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks2-42/+24
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud2-332/+332
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-16/+16
2011-11-27remove include of pch header from registryNorbert Thiebaud2-4/+0
2011-03-02Remove "using namespace ::rtl"Julien Nabet2-2/+6
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller2-348/+348
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-0/+3
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth2-0/+4
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>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien5-22/+5
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-06cmcfixes66: #i106674# fix remaining new[]/delete mismatchesCaolán McNamara1-11/+11
2008-10-01CWS-TOOLING: integrate CWS jsc311Vladimir Glazounov4-486/+464
2008-09-19No old windows def files needed any more.Rüdiger Timm1-154/+0
2008-04-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm1-30/+18
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-04-11INTEGRATION: CWS changefileheader (1.4.30); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:18 rt 1.4.30.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.8.42); FILE MERGEDRüdiger Timm1-30/+18
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-04-11INTEGRATION: CWS changefileheader (1.7.4); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:18 rt 1.7.4.1: #i87441# Change license header to LPGL v3.
2008-02-25INTEGRATION: CWS supdremove02 (1.6.12); FILE MERGEDOliver Bolte1-6/+6
2008/01/28 15:14:08 rt 1.6.12.1: #i85482# Remove UPD from library name
2007-11-02INTEGRATION: CWS os2port02 (1.5.12); FILE MERGEDJens-Heiner Rechtien1-3/+3
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-03-09INTEGRATION: CWS ause076 (1.4.2); FILE MERGEDOliver Bolte1-9/+2
2007/02/23 11:16:41 hjs 1.4.2.1: #i74721# cleanup obsolete library variables
2007-02-06INTEGRATION: CWS ause074 (1.3.40); FILE MERGEDVladimir Glazounov1-4/+2
2007/01/30 12:05:46 hjs 1.3.40.1: #i73801# remove remaining usages of sv[pre].mk
2007-01-25INTEGRATION: CWS ause069 (1.3.34); FILE MERGEDOliver Bolte1-34/+34
2006/12/01 17:21:34 hjs 1.3.34.1: #i70359# remove forced shell calls
2006-09-17INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:33:09 kaib 1.7.24.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.5.24); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:33:09 kaib 1.5.24.1: #i68856# Added header markers and pch files
2005-09-09INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 14:08:34 rt 1.2.30.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.6.106); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 14:08:34 rt 1.6.106.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 14:08:34 rt 1.4.106.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 14:08:33 rt 1.2.152.1: #i54170# Change license header: remove SISSL
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte1-0/+1
2004/05/19 14:27:26 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte1-0/+1
2004/05/19 14:27:11 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte1-0/+1
2004/05/19 14:26:54 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte1-0/+1
2004/05/19 14:26:40 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte1-0/+1
2004/05/19 14:26:22 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte1-0/+1
2004/05/19 14:25:59 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.