summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms
AgeCommit message (Expand)Author
2024-08-13use less exception throwing for flow controlNoel Grandin
2024-05-14loplugin:ostr in vbahelperNoel Grandin
2024-03-11tdf#143148 Update Include Guard usagetbalaj
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vbahelperStephan Bergmann
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-04-01use more XVclWindowPeerNoel Grandin
2023-02-28flatten some vba classesNoel Grandin
2022-06-28clang-tidy modernize-pass-by-value in vbahelperNoel Grandin
2022-05-31Use a range-based for loopStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-03Just use Any ctor instead of makeAny in vbahelperStephan Bergmann
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