summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/bridgetest.cxx
AgeCommit message (Expand)Author
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: testtoolsStephan Bergmann
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-05-27Use getXWeak in testtoolsMike Kaganski
2023-01-20Related: rhbz#2136459 use a value which is exactly representable as a floatCaolán McNamara
2023-01-04Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-03Prepare for removal of non-const operator[] from Sequence in testtoolsMike Kaganski
2021-08-02tdf#143450: Special integre+fp struct return case needs a fix too, of courseStephan Bergmann
2021-07-28tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-13Make bridgetest exercise parameter passing in the C++/UNO bridge harderTor Lillqvist
2020-11-12Cosmetic change to make it easier to see which parameter is the nthTor Lillqvist
2020-06-05Upcoming loplugin:elidestringvar: testtoolsStephan Bergmann
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-19loplugin:buriedassign in variousNoel Grandin
2020-04-07new loplugin:unusedvariableplusNoel Grandin
2019-12-23sal_Char->char in test..testtoolsNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): testtoolsStephan Bergmann
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-01-15More loplugin:cstylecast: testtoolsStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: testtoolsStephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference types: testtoolsStephan Bergmann
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-01loplugin:unnecessaryoverride (dtors) in testtoolsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin
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-04-21Use Sequence ctor taking initializer_listStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
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-04yyyyyNoel Grandin
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-09testtools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe