summaryrefslogtreecommitdiff
path: root/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
AgeCommit message (Collapse)Author
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2012-12-04remove unused variables and codeLuboš Luňák
Change-Id: I4cd76fb5bb3187a9a25e9a73556c8ee3be1a5361
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Herbert Duerr: #i118662# remove berkeleyDB from module xmlhelp (author=orwitt) http://svn.apache.org/viewvc?view=revision&revision=1213188 #i119141# remove ISCII converter for now http://svn.apache.org/viewvc?view=revision&revision=1306246 make exceptions for cppunittester verbose http://svn.apache.org/viewvc?view=revision&revision=1174831 Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Patch contributed by Oliver-Rainer Wittmann 88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 drop OS/2 code, remove in-line assembler ARM atomics, and obsolete armarch header.
2012-10-25fix tests that aren't testing anythingCaolán McNamara
Change-Id: I62c5f9206b6bc0321b7ee2b9c679ab7b5400a8ef
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-03-13checked that we do not use OString ctor with literals with \0'sLuboš Luňák
Except in some unittests, which are sometimes rather silly and broken about it, which might explain why they're disabled.
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-22WaE: workaround auto_ptr deprecationCaolán McNamara
2011-09-22ensure contents are as expectedCaolán McNamara
2011-09-22unit test to ensure we can use embedded nulls in OStringBufferCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-02make sure we get the right interim objCaolán McNamara
2011-07-04change O[U]StringBuffer::remove() to take start+lenLuboš Luňák
In order to be consistent with other usage in LO and C++ libs, instead of being consistent with Java.
2011-06-30add StringBuffers ::removeCaolán McNamara
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
* commit 'ooo/DEV300_m101': (185 commits) chart52: cleanup unused legend entry stuff in preparation of issue #i82802# masterfix: #i10000# add missing dependency in offapi sb138: #i115619# fix for MinGW sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp sb138: #i115619# osl_setThreadName gridsort: i116682: update UnoControlDialog to reflect XDialog gridsort: minor changes to the new API: - renamed XMutableGridDataModel::setRowHeading to updateRowHeading for consistency reasons - renamed XSortableGridDataModel to XSortableGridData - actually, this is not a full-fledged model in itself. gridsort: grid control related unit tests (first set, more to come) sb138: #i116038# fresh implementation of binary URP bridge chart52: #28670# make the legend within charts resizeable - part 2 gridsort: re-did the column resizing - introduced XGridColumn.Flexibility, determining to which degree the column is resized during auto-column-resizing - removed XGridColumn.PreferredWidth - there really is no need for this anymore now - documented the relationship between XGridColumn.Flexibility and XGridColumn.Resizeable - re-implemented TableControl_Impl::impl_ni_updateColumnWidths, with (hopefully) less magic sb139: #i116530# improve Java URP bridge error notification by utilizing the java.lang.Throwable cause facility gridsort: document the relationship between soorting the data and notifying XGridDataListeners gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel locales34: #i112431# adapt documentation to reality gridsort: introduce XSortableGridDataModel::removeColumnSort gridsort: #163172# added UNO API support for sorting grid data. Implementation still unfinished. Things missing in the SortableGridData implementation - add as listener to the delegator, so we're notified of changes - translate and multiplex those changes - do own notifications (XGridDataListener.dataChanged) when the sort order changed - (possibly) update the sort order when the data in the current sort-column changed gridsort: made the row title a row heading, being an Any instead of a string gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in both methods, have (Col,Row) params instead of (Row,Col), for consistency reasons ... Conflicts: bridges/inc/bridges/remote/bridgeimpl.hxx bridges/inc/bridges/remote/connection.h bridges/inc/bridges/remote/context.h bridges/inc/bridges/remote/helper.hxx bridges/inc/bridges/remote/mapping.hxx bridges/inc/bridges/remote/proxy.hxx bridges/inc/bridges/remote/remote.h bridges/inc/bridges/remote/remote.hxx bridges/inc/bridges/remote/stub.hxx bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx bridges/source/remote/context/context.cxx bridges/source/remote/static/helper.cxx bridges/source/remote/static/mapping.cxx bridges/source/remote/static/proxy.cxx bridges/source/remote/static/remote.cxx bridges/source/remote/static/remote_types.cxx bridges/source/remote/static/remote_types.hxx bridges/source/remote/static/stub.cxx bridges/source/remote/urp/urp_bridgeimpl.cxx bridges/source/remote/urp/urp_bridgeimpl.hxx bridges/source/remote/urp/urp_cache.h bridges/source/remote/urp/urp_cache.hxx bridges/source/remote/urp/urp_dispatch.cxx bridges/source/remote/urp/urp_dispatch.hxx bridges/source/remote/urp/urp_environment.cxx bridges/source/remote/urp/urp_job.cxx bridges/source/remote/urp/urp_job.hxx bridges/source/remote/urp/urp_log.cxx bridges/source/remote/urp/urp_log.hxx bridges/source/remote/urp/urp_marshal.cxx bridges/source/remote/urp/urp_marshal.hxx bridges/source/remote/urp/urp_marshal_decl.hxx bridges/source/remote/urp/urp_property.hxx bridges/source/remote/urp/urp_propertyobject.cxx bridges/source/remote/urp/urp_propertyobject.hxx bridges/source/remote/urp/urp_reader.cxx bridges/source/remote/urp/urp_reader.hxx bridges/source/remote/urp/urp_replycontainer.hxx bridges/source/remote/urp/urp_threadid.cxx bridges/source/remote/urp/urp_threadid.hxx bridges/source/remote/urp/urp_unmarshal.cxx bridges/source/remote/urp/urp_unmarshal.hxx bridges/source/remote/urp/urp_writer.cxx bridges/source/remote/urp/urp_writer.hxx cppu/source/threadpool/threadpool.cxx cppu/util/target.pmk cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx cppuhelper/source/interfacecontainer.cxx cpputools/source/regcomplazy/regcomplazy.cxx jurt/prj/d.lst jvmfwk/source/elements.cxx offapi/com/sun/star/awt/grid/GridDataEvent.idl offapi/com/sun/star/awt/grid/XGridColumn.idl offapi/com/sun/star/awt/tab/makefile.mk offapi/com/sun/star/chart2/ExplicitIncrementData.idl offapi/com/sun/star/chart2/XPlotter.idl offapi/com/sun/star/chart2/XUndoHelper.idl offapi/com/sun/star/document/MediaDescriptor.idl offapi/com/sun/star/document/makefile.mk offapi/com/sun/star/linguistic2/XLanguageGuessing.idl offapi/com/sun/star/script/ModuleInfo.idl offapi/com/sun/star/script/ModuleType.idl offapi/com/sun/star/text/TextMarkupType.idl offapi/com/sun/star/util/XTextSearch.idl offapi/com/sun/star/xml/sax/XFastAttributeList.idl pyuno/source/loader/makefile.mk remotebridges/source/bridge/bridge_connection.cxx remotebridges/source/bridge/bridge_connection.hxx remotebridges/source/bridge/bridge_provider.cxx remotebridges/source/bridge/remote_bridge.cxx remotebridges/source/bridge/remote_bridge.hxx remotebridges/source/dynamicloader/dynamicloader.cxx remotebridges/source/factory/bridgefactory.cxx remotebridges/source/factory/bridgeimpl.cxx remotebridges/source/factory/bridgeimpl.hxx remotebridges/source/factory/makefile.mk sal/cppunittester/cppunittester.cxx sal/inc/osl/diagnose.h sal/osl/os2/system.h sal/osl/unx/diagnose.c sal/osl/unx/file_misc.cxx sal/osl/unx/process_impl.cxx sal/osl/w32/diagnose.c sal/osl/w32/process.cxx sal/prj/build.lst sal/qa/rtl/math/makefile.mk sal/qa/rtl/math/rtl_math.cxx sal/qa/rtl/math/rtl_old_testint64.cxx sal/qa/rtl/math/test_rtl_math.cxx sal/systools/win32/kill/kill.cxx sal/textenc/tencinfo.c sal/util/sal.map stoc/source/inspect/introspection.cxx stoc/source/security/file_policy.cxx stoc/source/simpleregistry/simpleregistry.cxx
2011-03-03Remove "using namespace ::rtl"Julien Nabet
2010-11-08Remove bogus WITH_CORE debug code which core dumps for sureSebastian Spaeth
There was #ifdef'd test code depending on WITH_CORE being defined (which is never set in our build system). It is described as test code that will core dump. So let's remove this and write proper cppunit tests instead. All this concerns two files in 'qa' and not "real source code". Also remove some commented out code while going through that file.
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-09-16sb123: #i113005# fixed test code for MinGWsb
2010-03-05fix build of sal/qa (missing #include <stringh.h>)Rene Engelhard
2010-02-25sb118: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-13sb118: adpated some sal unit tests to new CppUnit frameworksb
2009-09-14#i103496#: split cppunit in a pure external lib and a lib depending on sal ↵Mathias Bauer
-> testshl2
2008-04-15INTEGRATION: CWS sb86 (1.15.60); FILE MERGEDVladimir Glazounov
2008/03/25 13:59:00 sb 1.15.60.1: #i84532# copy over corresponding fix from OUStringBuffer ot OStringBuffer
2008-04-10INTEGRATION: CWS changefileheader (1.15.64); FILE MERGEDRüdiger Timm
2008/04/01 12:34:10 thb 1.15.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:47 rt 1.15.64.1: #i87441# Change license header to LPGL v3.
2007-11-20INTEGRATION: CWS reportdesign01 (1.13.92); FILE MERGEDIvo Hinkelmann
2007/10/15 09:07:53 oj 1.13.92.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/04 09:03:55 lla 1.13.92.1: #i67655# only updates on some tests to build warning free
2007-09-20INTEGRATION: CWS os2port01 (1.12.36); FILE MERGEDVladimir Glazounov
2007/08/09 09:02:23 obr 1.12.36.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/29 14:26:47 ydario 1.12.36.1: Initial OS/2 import.
2006-09-17INTEGRATION: CWS pchfix02 (1.12.30); FILE MERGEDOliver Bolte
2006/09/01 17:34:02 kaib 1.12.30.1: #i68856# Added header markers and pch files
2006-06-20INTEGRATION: CWS warnings01 (1.10.92); FILE MERGEDJens-Heiner Rechtien
2005/09/23 01:04:27 sb 1.10.92.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/14 15:18:44 sb 1.10.92.1: #i53898# Made code warning-free.
2005-09-08INTEGRATION: CWS ooo19126 (1.10.96); FILE MERGEDRüdiger Timm
2005/09/05 17:44:41 rt 1.10.96.1: #i54170# Change license header: remove SISSL
2004-11-02INTEGRATION: CWS qadev19 (1.9.60); FILE MERGEDPascal Junck
2004/09/20 09:22:48 lla 1.9.60.1: #117552# problems with 64bit values solved
2004-03-19INTEGRATION: CWS qadev16 (1.8.10); FILE MERGEDOliver Bolte
2004/02/11 06:07:01 lla 1.8.10.1: #114785# printf replacement, now t_print is same as printf
2003-12-11INTEGRATION: CWS qadev14 (1.7.2); FILE MERGEDKurt Zenker
2003/11/28 10:46:04 lla 1.7.2.1: #114060# ctor_003 bug removed, cleanups
2003-11-18INTEGRATION: CWS qadev13 (1.6.96); FILE MERGEDKurt Zenker
2003/11/12 11:05:05 lla 1.6.96.3: #112598# was not compileable within windows 2003/11/11 09:58:57 lla 1.6.96.2: #112598# fixes 2003/10/31 09:27:11 lla 1.6.96.1: #112598# some hints
2003-04-01INTEGRATION: CWS qadev3 (1.5.2); FILE ADDEDVladimir Glazounov
2003/03/28 12:50:26 lla 1.5.2.1: #108453# get back all tests.
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2003-03-10changes, to build OStringBuffer.cxx on wntmsci9Lars Langhans
2003-01-14add some new test codeslwang
2003-01-04add new test codeslwang
2003-01-03added new filelwang