summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms
AgeCommit message (Expand)Author
2021-11-01Prepare for removal of non-const operator[] from Sequence in vbahelperMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify Sequences initializations (vbahelper)Julien Nabet
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara
2020-11-18tdf#123936 Formatting files in module vbahelper with clang-formatPhilipp Hofer
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-11-05loplugin:reducevarscope in vbahelperNoel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-03loplugin:flatten in vbahelperNoel Grandin
2020-07-30loplugin:unusedmethodsNoel Grandin
2020-07-11vbahelper: create instances with uno constructorsNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-10use compact namespace syntaxNoel Grandin
2020-03-16Revert "loplugin:constfields in vbahelper"Noel Grandin
2020-02-20tdf#42982 Make UNO error reporting more descriptiveBurak Bala
2020-02-17tdf#42949 Fix IWYU warnings in vbahelper/Gabor Kelemen
2020-01-26Rephrase cast from sal_Int32 to sal_uInt32Stephan Bergmann
2019-12-24sal_Char->char in vclNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-26loplugin:constmethod in vbahelperNoel Grandin
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vbahelperStephan Bergmann
2019-07-29Fix typosAndrea Gelmini
2019-07-21loplugin:referencecasting in vbahelper..vclNoel Grandin
2019-06-20Simplify Sequence iterations in vbahelperArkadiy Illarionov
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-02-13Pointer is pointlessNoel Grandin
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-11-22improve function-local statics in vbahelperNoel Grandin
2018-10-04pass AbstractGeometryAttributes around by std::unique_ptrNoel Grandin
2018-09-18loplugin:constfields in vbahelperNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-29loplugin:stringloop in variousNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-03-06use more Color in vbahelperNoel Grandin
2018-01-12More loplugin:cstylecast: vbahelperStephan Bergmann