summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-29Fix typosAndrea Gelmini1-1/+1
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