summaryrefslogtreecommitdiffstats
path: root/testtools/source
Commit message (Expand)AuthorAgeFilesLines
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-7/+7
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-062-10/+10
* Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann2013-04-161-3/+3
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-079-97/+87
* simplify OUString assignmentsChr. Rossmanith2013-03-201-6/+6
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-192-5/+5
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-195-74/+68
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-10/+9
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-6/+6
* re-base on ALv2 code. Includes:Michael Meeks2012-12-0623-571/+358
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-303-5/+0
* API CHANGE remove [oneway] method attributesThorsten Behrens2012-11-302-6/+6
* testtools: add com.sun.star.test.performance.XPerformanceTest ...Michael Stahl2012-11-281-0/+130
* sal_Bool->bool in testtoolsNoel Grandin2012-10-041-5/+5
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-6/+6
* Fix duplicate branches for if and elseJulien Nabet2012-09-161-1/+1
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-101-1/+0
* Java cleanup, make package name match folder nameNoel Grandin2012-09-0511-17/+17
* udkapi, offapi: do not use #include "foo":Michael Stahl2012-07-303-9/+9
* drop useless announcementDavid Tardon2012-07-121-10/+1
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-2123-513/+333
* targeted string re-workNorbert Thiebaud2012-06-011-21/+21
* cleaning up dmake stuffDavid Ostrovsky2012-05-293-513/+0
* WaE: pesky aliasing warning with gcc 4.7.0Caolán McNamara2012-05-251-1/+3
* Revert "i hope this is fixed now"Stephan Bergmann2012-04-231-0/+4
* i hope this is fixed nowDavid Tardon2012-04-231-4/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-20/+15
* Fix delivery of jvmfwk ini/data filesStephan Bergmann2012-03-261-3/+3
* WaE: arrayIndexOutOfBoundsThomas Arnhold2012-02-211-1/+0
* method should be publicCaolán McNamara2012-02-191-1/+1
* add a uno test api with more than 8 floating point argsCaolán McNamara2012-02-174-1/+17
* Decrease verbiage a little bitTor Lillqvist2012-01-272-2/+6
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-213-5/+10
* Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot2012-01-161-2/+2
* Removed extra semicolonsJesse2011-12-151-1/+1
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-111-1/+0
* remove include of pch header from testtoolsNorbert Thiebaud2011-11-279-18/+0
* fdo#42865: let's try map file for windows onlyMichael Stahl2011-11-181-0/+9
* Do build stuff here also when cross-compiling (but don't run)Tor Lillqvist2011-11-172-10/+2
* Fix unintentional glitchTor Lillqvist2011-11-171-3/+3
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-173-6/+6
* Revert the component.map removal from makefile to fix Windows build.Jan Holesovsky2011-11-171-2/+2
* fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl2011-11-151-2/+3
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann2011-10-182-6/+18
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-126-33/+0
* Don't do anything when cross-compiling for nowTor Lillqvist2011-06-124-0/+27
* Remove OS/2 supportFrancois Tigeot2011-04-282-6/+1
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-215-10/+10
* catch by const referenceCaolán McNamara2011-04-131-11/+11