summaryrefslogtreecommitdiff
path: root/stoc/test/testconv.cxx
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
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
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/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-06-29re-base on ALv2 code.Michael Meeks
2011-12-27catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header from stocNorbert Thiebaud
2011-04-18Remove OS/2 support.Francois Tigeot
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-15Use format string on printf()Thomas Arnhold
2011-03-12OSL_TRACE: Use format stringThomas Arnhold
2011-03-03Remove "using namespace ::rtl"Julien Nabet
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller
2010-12-06Replace all occured, occurance etc.Takeshi Abe
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)
2008-04-11INTEGRATION: CWS changefileheader (1.14.12); FILE MERGEDRüdiger Timm
2008/03/31 07:26:14 rt 1.14.12.1: #i87441# Change license header to LPGL v3.
2007-09-27INTEGRATION: CWS sb76 (1.13.34); FILE MERGEDJens-Heiner Rechtien
2007/08/31 11:01:56 sb 1.13.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2006-12-01INTEGRATION: CWS bunoidmap (1.12.12); FILE MERGEDRüdiger Timm
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
2006-09-16INTEGRATION: CWS pchfix02 (1.11.36); FILE MERGEDOliver Bolte
2006/09/01 17:41:20 kaib 1.11.36.1: #i68856# Added header markers and pch files
2005-09-08INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGEDRüdiger Timm
2005/09/05 17:11:28 rt 1.10.28.1: #i54170# Change license header: remove SISSL
2005-01-13INTEGRATION: CWS cd02 (1.9.120); FILE MERGEDKurt Zenker
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
2003-04-23INTEGRATION: CWS uno2 (1.7.40); FILE MERGEDRüdiger Timm
2003/04/08 13:56:28 dbo 1.7.40.1: #107991# UNO shared library component renaming
2003-04-15INTEGRATION: CWS dbgmacros1 (1.7.42); FILE MERGEDVladimir Glazounov
2003/04/10 08:38:22 kso 1.7.42.1: #108413# - debug macro unification.
2002-08-19#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.22.1) -> HEADJens-Heiner Rechtien
2002-06-07#97095# weakening test for big doublesDaniel Boelzle
2001-03-19*** empty log message ***Daniel Boelzle
2001-03-12OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner
2001-02-12Update test files for Mac OS XPatrick Luby
2000-11-17fixed testsDaniel Boelzle
2000-09-18initial importJens-Heiner Rechtien