summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/bridgetest.cxx
AgeCommit message (Expand)AuthorFilesLines
2 daysDrop some uses of css::uno::Sequence::getConstArray ...Mike Kaganski1-3/+1
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+5
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: testtoolsStephan Bergmann1-3/+3
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-1/+2
2023-05-27Use getXWeak in testtoolsMike Kaganski1-2/+1
2023-01-20Related: rhbz#2136459 use a value which is exactly representable as a floatCaolán McNamara1-4/+4
2023-01-04Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann1-0/+4
2022-05-03add o3tl::equalsAsciiNoel Grandin1-1/+2
2022-04-02Recheck modules t* with IWYUGabor Kelemen1-3/+0
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar1-4/+6
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara1-0/+1
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-4/+4
2021-11-03Prepare for removal of non-const operator[] from Sequence in testtoolsMike Kaganski1-8/+6
2021-08-02tdf#143450: Special integre+fp struct return case needs a fix too, of courseStephan Bergmann1-0/+6
2021-07-28tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64Stephan Bergmann1-0/+14
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+4
2020-11-13Make bridgetest exercise parameter passing in the C++/UNO bridge harderTor Lillqvist1-5/+26
2020-11-12Cosmetic change to make it easier to see which parameter is the nthTor Lillqvist1-17/+68
2020-06-05Upcoming loplugin:elidestringvar: testtoolsStephan Bergmann1-3/+2
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin1-3/+3
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-19loplugin:buriedassign in variousNoel Grandin1-3/+6
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-1/+0
2019-12-23sal_Char->char in test..testtoolsNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-3/+7
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): testtoolsStephan Bergmann1-1/+1
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-01-15More loplugin:cstylecast: testtoolsStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: testtoolsStephan Bergmann1-12/+12
2017-06-05Improved loplugin:cstylecast to reference types: testtoolsStephan Bergmann1-7/+7
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin1-1/+1
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-5/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+5
2016-12-01loplugin:unnecessaryoverride (dtors) in testtoolsStephan Bergmann1-8/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-13/+0
2016-06-27Clean up uses of Any::getValue() in testtoolsStephan Bergmann1-5/+3
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann1-1/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-3/+2
2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann1-29/+18
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-09com::sun::star->css in testtools/Noel Grandin1-4/+4
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+2