summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Use PYTHON_FOR_BUILD instead of calling python directlyTomáš Chvátal1-1/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: testtoolsStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-11/+11
2017-10-23loplugin:includeform: testtoolsStephan Bergmann7-82/+82
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-06-27Fix typosAndrea Gelmini1-1/+1
2017-06-06One more test to suppressStephan Bergmann1-0/+4
2017-06-05Improved loplugin:cstylecast to reference types: testtoolsStephan Bergmann2-8/+8
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+0
2017-04-28loplugin:salunicodeliteral: testtoolsStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin1-23/+5
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann2-8/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-235/+154
2016-12-09Remove irrelevant SAL_INFOsStephan Bergmann1-5/+0
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-4/+2
2016-12-01loplugin:unnecessaryoverride (dtors) in testtoolsStephan Bergmann2-12/+0
2016-09-14Change the shared bridgetest code from static to dynamic libraryStephan Bergmann8-39/+73
2016-09-13loplugin:dllprivateStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann5-7/+7
2016-08-09python macros aren't listed under scripting organizeCaolán McNamara1-4/+4
2016-07-15new loplugin unnecessary overrideNoel Grandin1-13/+0
2016-07-04typo: emtpy → emptyChristian Lohmaier1-1/+1
2016-06-27Clean up uses of Any::getValue() in testtoolsStephan Bergmann2-30/+11
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann2-4/+3
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-3/+2
2016-05-01Fix typos in codeAndrea Gelmini1-1/+1
2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann1-29/+18
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2-6/+7
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-4/+1
2016-02-09Remove excess newlinesChris Sherlock5-30/+0
2016-01-29testtools: disable MSVC warning C4503Michael Stahl1-0/+3
2016-01-10Fix typosAndrea Gelmini3-14/+14
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-6/+3
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-15/+15
2015-11-09com::sun::star->css in testtools/Noel Grandin7-185/+177
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-5/+5
2015-11-04yyyyyNoel Grandin3-17/+13
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-2/+2
2015-10-25coverity#1326344 Infinite loop is deliberateCaolán McNamara1-0/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+2
2015-10-14cid#1326679 DLS: Dead local storeNoel Grandin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-133/+133
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2