summaryrefslogtreecommitdiff
path: root/stoc/test/testiadapter.cxx
AgeCommit message (Collapse)Author
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia4cf1dcae7d40eca29f84fa7277681d1c1fb61bd
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-01-19Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW].Stephan Bergmann
They are virtually unused (at least the LibO code base has only a single use of UNO_REF_QUERY) but confuse static analysis tools that classify unused function parameters as "tags" (which legalizes the unusedness of those parameters) if they are of an enum type with exactly one value defined.
2011-12-27catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header from stocNorbert Thiebaud
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-03Remove "using namespace ::rtl"Julien Nabet
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 3Gert Faller
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/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: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:29 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:39:35 dbo 1.9.120.2: #i24030# 2004/11/15 17:29:01 dbo 1.9.120.1: #i24030# general cleanup to make buildable again
2003-04-23INTEGRATION: CWS uno2 (1.8.40); FILE MERGEDRüdiger Timm
2003/04/08 13:56:28 dbo 1.8.40.1: #107991# UNO shared library component renaming
2002-08-22#102239# invocation adapter factory testDaniel Boelzle
2002-08-19#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.20.1) -> HEADJens-Heiner Rechtien
2001-11-26extended testDaniel Boelzle
2001-05-09*** 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-10-06modified XInvocation::invoke() mimicDaniel Boelzle
2000-09-18initial importJens-Heiner Rechtien