summaryrefslogtreecommitdiff
path: root/bridges/test/testcomp.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
Convert code like: if( aStr == OUString("xxxx") ) to this: if( aStr == "xxxx" ) Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+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
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-12/+12
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>
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király1-13/+13
Other changes include: in bridges/test/testcomp.cxx duplicate 'using namespace ::test' removed, 'using namespace ::rtl' replaced with 'using ::rtl::OUString' and 'using ::rtl::OUStringToOString' Change-Id: I67a5952afd305adeb07f728c9074620ecba8e9fc Reviewed-on: https://gerrit.libreoffice.org/2475 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-05-18removed unused const rtl::OUStringTakeshi Abe1-2/+0
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-4/+4
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2011-11-27remove include of pch header in bridgeNorbert Thiebaud1-2/+0
2010-11-20EasyHack: RTL_CONST macro from createFromAsciiKevin Hunter1-2/+2
They're only in the tests, but it compiles, and the createFromAscii messed with my grep-age!
2010-11-10EasyHack: Convert to RTL macro from FromAsciiKevin Hunter1-1/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
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 Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-07-10#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where ↵Mathias Bauer1-8/+3
possible
2008-04-11INTEGRATION: CWS changefileheader (1.11.14); FILE MERGEDRüdiger Timm1-26/+18
2008/04/01 15:02:37 thb 1.11.14.2: #i85898# Stripping all external header guards 2008/03/28 16:31:08 rt 1.11.14.1: #i87441# Change license header to LPGL v3.
2008-01-29INTEGRATION: CWS pj89 (1.10.80); FILE MERGEDRüdiger Timm1-33/+32
2007/12/23 10:14:28 pjanik 1.10.80.2: #i84856#: Make bridges WaE clean. 2007/12/23 09:52:06 pjanik 1.10.80.1: #i84856#: bridges is completely WaE clean now.
2006-09-16INTEGRATION: CWS pchfix02 (1.9.70); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:17:43 kaib 1.9.70.1: #i68856# Added header markers and pch files
2005-09-07INTEGRATION: CWS ooo19126 (1.8.194); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:08:02 rt 1.8.194.1: #i54170# Change license header: remove SISSL
2003-04-28INTEGRATION: CWS ooo20030412 (1.2.60); FILE MERGEDJens-Heiner Rechtien1-45/+6
2003/04/11 09:09:48 mh 1.2.60.1: join: from ooo11beta
2003-04-23INTEGRATION: CWS uno2 (1.5.2); FILE MERGEDRüdiger Timm1-12/+8
2003/04/15 09:36:49 sb 1.5.2.2: #107753# Made code compile. 2003/04/08 09:48:08 dbo 1.5.2.1: #107991# UNO shared library component renaming
2003-04-15INTEGRATION: CWS dbgmacros1 (1.5.6); FILE MERGEDVladimir Glazounov1-2/+5
2003/04/09 10:15:48 kso 1.5.6.1: #108413# - debug macro unification.
2003-03-18MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-8/+45
2002-04-18now passes gcc3 compilerJörg Budischewski1-8/+8
2001-11-26unneeded types removalDaniel Boelzle1-39/+2
2001-03-14#include <osl/time.h> addedJoachim Lingner1-2/+6
2000-09-18initial importJens-Heiner Rechtien1-0/+875