summaryrefslogtreecommitdiffstats
path: root/testtools/source
Commit message (Expand)AuthorAgeFilesLines
* convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2015-10-301-2/+2
* cppcheck:variableScopeNoel Grandin2015-10-151-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-133/+133
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Fix typosAndrea Gelmini2015-09-291-1/+1
* testtools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-097-18/+16
* ppc64: using a fp register also consumes a gp register slotCaolan McNamara2015-07-104-0/+17
* loplugin:stringconstantStephan Bergmann2015-07-081-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-264-4/+4
* Clean up checks of sal_Bool valuesStephan Bergmann2015-05-081-2/+2
* More loplugin:simplifyboolStephan Bergmann2015-04-271-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-32/+32
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* testtools: mark CurrentContextChecker as DLLPRIVATEMichael Stahl2015-02-271-1/+1
* 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