summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)AuthorFilesLines
2015-09-09testtools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe7-18/+16
2015-07-10ppc64: using a fp register also consumes a gp register slotCaolan McNamara5-0/+21
2015-07-08loplugin:stringconstantStephan Bergmann1-3/+3
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin2-6/+6
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-4/+4
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara4-4/+4
2015-05-08Clean up checks of sal_Bool valuesStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-32/+32
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-27testtools: mark CurrentContextChecker as DLLPRIVATEMichael Stahl1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-20Some more loplugin:cstylecast: testtoolsStephan Bergmann1-4/+4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+2
2014-12-18testtools: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+2
2014-12-16testtools: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+6
2014-12-12testtools: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+3
2014-12-11java: reduce visibility of fields and methodsNoel Grandin3-4/+4
2014-12-05java: remove some unused fieldsNoel Grandin1-5/+0
2014-11-27Remove dead dmake makefile.mkStephan Bergmann1-50/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin1-4/+4
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin1-1/+1
2014-09-18Use instsetoo_native-generated uno ini-file for both instdir and instsetsStephan Bergmann1-1/+1
2014-09-16Missing dependency on uno ini-fileStephan Bergmann1-0/+1
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-1/+1
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin1-10/+3
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-2/+2
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-3/+3
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-3/+3
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-8/+8
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-14java: remove commented out codeNoel Grandin2-124/+6
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin5-0/+8
2014-08-08java: use an empty block rather than an empty statementNoel Grandin2-2/+2
2014-08-08java: remove unused variablesNoel Grandin3-9/+4
2014-08-05java: remove commented out codeNoel Grandin3-7/+0
2014-06-05various: remove SAL_THROW macroNoel Grandin1-2/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-32/+19
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-08various: sal_Bool->boolNoel Grandin3-23/+23
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
2014-04-09Clean up function declarationsStephan Bergmann3-9/+10
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin3-13/+13
2014-03-29typo: inteface -> interfaceThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-132/+132
2014-03-10testtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+2
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl1-1/+1