summaryrefslogtreecommitdiff
path: root/testtools/source
AgeCommit message (Expand)AuthorFilesLines
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-12/+12
2013-11-19-Werror,-Wunused-variableStephan Bergmann1-4/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2-18/+18
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+0
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-4/+4
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza4-32/+7
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara7-0/+21
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-7/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-10/+10
2013-04-16Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák9-97/+87
2013-03-20simplify OUString assignmentsChr. Rossmanith1-6/+6
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 Arnhold5-74/+68
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-10/+9
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-6/+6
2012-12-06re-base on ALv2 code. Includes:Michael Meeks23-571/+358
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens3-5/+0
2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens2-6/+6
2012-11-28testtools: add com.sun.star.test.performance.XPerformanceTest ...Michael Stahl1-0/+130
2012-10-04sal_Bool->bool in testtoolsNoel Grandin1-5/+5
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-6/+6
2012-09-16Fix duplicate branches for if and elseJulien Nabet1-1/+1
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin1-1/+0
2012-09-05Java cleanup, make package name match folder nameNoel Grandin11-17/+17
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl3-9/+9
2012-07-12drop useless announcementDavid Tardon1-10/+1
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks23-513/+333
2012-06-01targeted string re-workNorbert Thiebaud1-21/+21
2012-05-29cleaning up dmake stuffDavid Ostrovsky3-513/+0
2012-05-25WaE: pesky aliasing warning with gcc 4.7.0Caolán McNamara1-1/+3
2012-04-23Revert "i hope this is fixed now"Stephan Bergmann1-0/+4
2012-04-23i hope this is fixed nowDavid Tardon1-4/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-20/+15
2012-03-26Fix delivery of jvmfwk ini/data filesStephan Bergmann1-3/+3
2012-02-21WaE: arrayIndexOutOfBoundsThomas Arnhold1-1/+0
2012-02-19method should be publicCaolán McNamara1-1/+1
2012-02-17add a uno test api with more than 8 floating point argsCaolán McNamara4-1/+17
2012-01-27Decrease verbiage a little bitTor Lillqvist2-2/+6
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-5/+10
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot1-2/+2
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+0
2011-11-27remove include of pch header from testtoolsNorbert Thiebaud9-18/+0
2011-11-18fdo#42865: let's try map file for windows onlyMichael Stahl1-0/+9
2011-11-17Do build stuff here also when cross-compiling (but don't run)Tor Lillqvist2-10/+2
2011-11-17Fix unintentional glitchTor Lillqvist1-3/+3