summaryrefslogtreecommitdiff
path: root/registry/test
AgeCommit message (Collapse)Author
2013-06-29remove OUString wrap for string literalsThomas Arnhold
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ňák
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 Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2011-11-27remove include of pch header from registryNorbert Thiebaud
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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 Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-06cmcfixes66: #i106674# fix remaining new[]/delete mismatchesCaolán McNamara
2008-10-01CWS-TOOLING: integrate CWS jsc311Vladimir Glazounov
2008-09-19No old windows def files needed any more.Rüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm
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 Timm
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 Timm
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 Timm
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 Bolte
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 Rechtien
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 Bolte
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 Glazounov
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 Bolte
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 Bolte
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 Bolte
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 Timm
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 Timm
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 Timm
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 Timm
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 Bolte
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 Bolte
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 Bolte
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 Bolte
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 Bolte
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 Bolte
2004/05/19 14:25:59 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 Bolte
2004/05/19 14:25:44 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 Bolte
2004/05/19 14:25:29 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 Bolte
2004/05/19 14:25:09 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
2003-04-28INTEGRATION: CWS ooo20030412 (1.5.48); FILE MERGEDJens-Heiner Rechtien
2003/04/01 10:07:31 mh 1.5.48.1: chg: to standard header includes, #i3557#
2003-04-28INTEGRATION: CWS ooo20030412 (1.3.48); FILE MERGEDJens-Heiner Rechtien
2003/04/01 10:07:31 mh 1.3.48.1: chg: to standard header includes, #i3557#
2001-03-19new version for UDK212Kurt Zenker
2001-03-14remove vos dependenciesJuergen Schmidt
2001-03-12vos/diagnose.h macros replaced by osl/diagnose.h macrosJoachim Lingner
2000-10-12extend testJuergen Schmidt
2000-10-09change the binary typelibrary format, extend the testJuergen Schmidt
2000-09-18initial importJens-Heiner Rechtien