summaryrefslogtreecommitdiffstats
path: root/testtools
Commit message (Expand)AuthorAgeFilesLines
* convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2015-10-301-2/+2
* coverity#1326344 Infinite loop is deliberateCaolán McNamara2015-10-251-0/+1
* cppcheck:variableScopeNoel Grandin2015-10-151-2/+2
* cid#1326679 DLS: Dead local storeNoel Grandin2015-10-141-1/+0
* 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-105-0/+21
* loplugin:stringconstantStephan Bergmann2015-07-081-3/+3
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-112-6/+6
* 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
* java: reduce visibility of fields and methodsNoel Grandin2014-12-113-4/+4
* java: remove some unused fieldsNoel Grandin2014-12-051-5/+0
* Remove dead dmake makefile.mkStephan Bergmann2014-11-271-50/+0
* 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: when rethrowing, store the original exceptionNoel Grandin2014-10-161-4/+4
* java: remove unnecessary adding of empty stringsNoel Grandin2014-10-071-1/+1
* Use instsetoo_native-generated uno ini-file for both instdir and instsetsStephan Bergmann2014-09-181-1/+1
* Missing dependency on uno ini-fileStephan Bergmann2014-09-161-0/+1
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-1/+1
* java: don't catch and then just rethrow an exceptionNoel Grandin2014-08-201-10/+3
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-191-2/+2
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-3/+3
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-3/+3
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-8/+8
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* java: remove commented out codeNoel Grandin2014-08-142-124/+6
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-125-0/+8
* java: use an empty block rather than an empty statementNoel Grandin2014-08-082-2/+2
* java: remove unused variablesNoel Grandin2014-08-083-9/+4
* java: remove commented out codeNoel Grandin2014-08-053-7/+0
* 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