summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)Author
2017-06-27Fix typosAndrea Gelmini
2017-06-06One more test to suppressStephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference types: testtoolsStephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-28loplugin:salunicodeliteral: testtoolsStephan Bergmann
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-09Remove irrelevant SAL_INFOsStephan Bergmann
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin
2016-12-01loplugin:unnecessaryoverride (dtors) in testtoolsStephan Bergmann
2016-09-14Change the shared bridgetest code from static to dynamic libraryStephan Bergmann
2016-09-13loplugin:dllprivateStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-09python macros aren't listed under scripting organizeCaolán McNamara
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-04typo: emtpy → emptyChristian Lohmaier
2016-06-27Clean up uses of Any::getValue() in testtoolsStephan Bergmann
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-01Fix typos in codeAndrea Gelmini
2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2016-01-29testtools: disable MSVC warning C4503Michael Stahl
2016-01-10Fix typosAndrea Gelmini
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in testtools/Noel Grandin
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin
2015-10-25coverity#1326344 Infinite loop is deliberateCaolán McNamara
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-14cid#1326679 DLS: Dead local storeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-09-09testtools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-07-10ppc64: using a fp register also consumes a gp register slotCaolan McNamara
2015-07-08loplugin:stringconstantStephan Bergmann
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara