summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-1/+1
2020-11-18tdf#123936 Formatting files in module vbahelper with clang-formatPhilipp Hofer3-24/+19
2020-11-17loplugin:stringviewparam check methods tooNoel3-6/+6
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-1/+1
2020-11-05loplugin:reducevarscope in vbahelperNoel3-9/+7
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel2-6/+6
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara3-3/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann4-4/+4
2020-08-21Fix typo in codeAndrea Gelmini1-2/+2
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-3/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+11
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-2/+2
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-5/+1
2020-08-03loplugin:flatten in vbahelperNoel Grandin8-147/+149
2020-07-30loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-12update pchesCaolán McNamara2-2/+4
2020-07-11vbahelper: create instances with uno constructorsNoel Grandin6-105/+37
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vbahelperStephan Bergmann3-18/+18
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-05-10use compact namespace syntaxNoel Grandin1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-04-26update pchesCaolán McNamara2-9/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara2-42/+7
2020-03-16Revert "loplugin:constfields in vbahelper"Noel Grandin10-15/+15
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-02-20tdf#42982 Make UNO error reporting more descriptiveBurak Bala1-1/+1
2020-02-17tdf#42949 Fix IWYU warnings in vbahelper/Gabor Kelemen38-101/+42
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák2-5/+5
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-4/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-26Rephrase cast from sal_Int32 to sal_uInt32Stephan Bergmann1-3/+4
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-1/+1
2019-12-24sal_Char->char in vclNoel Grandin2-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann11-0/+59
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-03loplugin:stringaddNoel Grandin1-4/+3
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2-6/+14
2019-10-02new loplugin:stringaddNoel Grandin1-3/+1
2019-09-26loplugin:constmethod in vbahelperNoel Grandin6-8/+8
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2-2/+2
2019-08-28Typo: HAPICOLOR_WITHE->HAPICOLOR_WHITE (vbahelper)Julien Nabet2-2/+2
2019-08-23Fix typoAndrea Gelmini1-1/+1
2019-08-22More hacks for quit requests from an OLE Automation clientTor Lillqvist1-0/+4
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin3-3/+3
2019-08-15Try harder to avoid exceptions screwing stuff up for OLE clientsTor Lillqvist2-4/+30
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vbahelperStephan Bergmann40-50/+50