summaryrefslogtreecommitdiff
path: root/stoc/test
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-07Remove dead codeThomas Arnhold2-37/+1
2011-02-04Clean up makefilesThomas Arnhold2-7/+3
2011-02-01Clean up makefilesThomas Arnhold3-14/+6
2011-01-25Code-cleanup for testintrosp.cxx.Thomas Arnhold1-365/+3
2010-12-22Remove commented codeAnders Jonsson1-123/+0
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 3Gert Faller7-15/+15
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller14-209/+209
2010-12-06Replace all occured, occurance etc.Takeshi Abe5-9/+9
2010-10-27remove vos reference from uno xml descriptionsNorbert Thiebaud2-4/+0
2010-10-25remvove vos/macros.h usageNorbert Thiebaud1-1/+0
2010-10-17use SAL_N_ELEMENTS macroKenneth Venken1-7/+8
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth20-0/+50
2010-10-13Remove redundant #include, #define & commentsJ. Graeme Lingard3-7/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-09-15sb129: #i113189# cleaned up makefile rules; deliver services.input to have it...sb1-2/+1
2010-09-14sb129: #i113189# adapted tests; improved subsequenttestssb1-6/+15
2010-03-04sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb1-4/+1
2010-03-04sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard1-0/+4
2010-02-25sb118: merged in DEV300_m72sb46-204/+55