summaryrefslogtreecommitdiff
path: root/stoc/test/testloader.cxx
AgeCommit message (Collapse)Author
2014-05-22stoc: make use of css aliasThomas Arnhold
Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b
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-06-29re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia4cf1dcae7d40eca29f84fa7277681d1c1fb61bd
2012-05-07fdo#48391: Remove TEST_ENSHUREGábor Stefanik
Change-Id: Id9fc99aab1515a710374b3364f6136587f95f582
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2011-11-27remove include of pch header from stocNorbert Thiebaud
2011-03-03Remove "using namespace ::rtl"Julien Nabet
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 3Gert Faller
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-10-05remove include guards using fixguard.pyPetr Mladek
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.15.12); FILE MERGEDRüdiger Timm
2008/04/01 15:42:30 thb 1.15.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:14 rt 1.15.12.1: #i87441# Change license header to LPGL v3.
2007-09-27INTEGRATION: CWS sb76 (1.14.6); FILE MERGEDJens-Heiner Rechtien
2007/08/31 11:01:56 sb 1.14.6.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2007-07-31INTEGRATION: CWS jsc18 (1.13.30); FILE MERGEDJens-Heiner Rechtien
2007/06/29 11:50:40 jsc 1.13.30.1: #i78460# integrate patch
2006-12-01INTEGRATION: CWS bunoidmap (1.12.12); FILE MERGEDRüdiger Timm
2006/11/08 15:11:11 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:21 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:30 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 17:29:01 dbo 1.9.120.1: #i24030# general cleanup to make buildable again
2003-04-23INTEGRATION: CWS uno2 (1.7.42); FILE MERGEDRüdiger Timm
2003/04/08 13:56:29 dbo 1.7.42.1: #107991# UNO shared library component renaming
2003-04-15INTEGRATION: CWS dbgmacros1 (1.7.44); FILE MERGEDVladimir Glazounov
2003/04/10 08:38:23 kso 1.7.44.1: #108413# - debug macro unification.
2002-08-19#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.6-1.6.16.1) -> HEADJens-Heiner Rechtien
2001-06-22#67468# Added unloading and context supportJörg Budischewski
2001-03-19removed vos dependenciesJoachim Lingner
2001-03-12vos/diagnose.h macros replaced by osl/diagnose.h macrosJoachim Lingner
2001-02-12Update test files for Mac OS XPatrick Luby
2000-11-08ORealDynamicLoader scratched outDaniel Boelzle
2000-09-18initial importJens-Heiner Rechtien