summaryrefslogtreecommitdiffstats
path: root/testtools/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* Some more loplugin:cstylecast: testtoolsStephan Bergmann2015-01-201-4/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-4/+2
* testtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-3/+2
* testtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-162-6/+6
* testtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-122-6/+3
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+3
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-3/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-4/+4
* java: remove commented out codeNoel Grandin2014-08-142-124/+6
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-123-0/+4
* various: remove SAL_THROW macroNoel Grandin2014-06-051-2/+0
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-32/+19
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* various: sal_Bool->boolNoel Grandin2014-05-083-23/+23
* Clean up function declarationsStephan Bergmann2014-04-092-9/+8
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-033-13/+13
* typo: inteface -> interfaceThomas Arnhold2014-03-291-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-266-132/+132
* Remove visual noise from testtoolsAlexander Wilms2014-02-279-53/+53
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-266-180/+180
* Remove unneccessary commentsAlexander Wilms2014-02-235-66/+66
* Typo: execption -> exceptionJulien Nabet2014-02-101-1/+1
* bool improvementsStephan Bergmann2014-01-281-4/+4
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-173-3/+3
* Clean-up uno/lbnames.hStephan Bergmann2013-12-163-1/+2
* Revert "throw new ..." fix in Managed C++ codeStephan Bergmann2013-12-041-3/+3
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-201-12/+12
* -Werror,-Wunused-variableStephan Bergmann2013-11-191-4/+2
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-192-18/+18
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-3/+0
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-2/+2
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-4/+4
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-224-32/+7
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-227-0/+21
* 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