summaryrefslogtreecommitdiff
path: root/stoc/test
AgeCommit message (Expand)AuthorFilesLines
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-84/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák12-249/+224
2013-03-19further OUString cleanupThomas Arnhold2-5/+5
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2-5/+5
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-58/+58
2013-03-04doubled namespaceThomas Arnhold1-1/+0
2013-02-25remove some trivial duplicatesThomas Arnhold2-2/+0
2013-02-24translated some german comments, removed commented code blocksHamza Abdelkebir5-40/+20
2013-02-23Fix typo accessable/accessibleJulien Nabet1-1/+1
2013-02-19Translated some comments from german to englishStefan Schick1-7/+7
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-2/+1
2013-01-27Fix uninitialized variablesJulien Nabet1-2/+2
2013-01-21Fix parenthesis and simplifyJulien Nabet1-1/+1
2013-01-16Remove support for UNO_AC* bootstrap variablesStephan Bergmann5-649/+0
2012-12-25Get rid of (most uses of) GUITor Lillqvist2-4/+4
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens3-6/+0
2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens4-5/+5
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz1-9/+0
2012-10-03Dead xml2cmp-related test codeStephan Bergmann10-921/+0
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-05Java cleanup, fix a couple of compile errorsNoel Grandin1-3/+0
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-4/+1
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl1-4/+4
2012-06-29re-base on ALv2 code.Michael Meeks29-584/+401
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2012-06-21re-base on ALv2 code.Michael Meeks3-68/+41
2012-06-21re-base on ALv2 code.Michael Meeks19-378/+315
2012-06-02targeted string re-workNorbert Thiebaud7-346/+217
2012-06-02targeted string re-workNorbert Thiebaud7-245/+231
2012-05-07fdo#48391: Remove TEST_ENSHUREGábor Stefanik7-260/+215
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-11/+7
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-41/+41
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-4/+4
2012-01-19Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW].Stephan Bergmann1-1/+1
2011-12-27catch exception by constant referenceTakeshi Abe12-26/+26
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist5-5/+0
2011-11-27remove include of pch header from stocNorbert Thiebaud20-39/+0
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2-2/+2
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-1/+1
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann3-36/+4
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan7-36/+0
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet5-10/+10
2011-04-18Remove OS/2 support.Francois Tigeot5-6/+4
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold8-9/+9
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-6/+14
2011-03-15Use format string on printf()Thomas Arnhold1-1/+1
2011-03-12OSL_TRACE: Use format stringThomas Arnhold4-4/+4
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-6/+14
2011-03-03Remove "using namespace ::rtl"Julien Nabet12-54/+83