summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-8/+8
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-02loplugin:refcounting in swNoel2-2/+3
2021-02-24Fix typoAndrea Gelmini1-2/+2
2021-02-20loplugin:refcounting in swNoel1-1/+2
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-02-15loplugin:referencecasting in swNoel1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-6/+6
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-6/+6
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen14-14/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann9-15/+15
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer8-52/+61
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-1/+1
2020-10-20use tools::Long in swNoel2-6/+7
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-12ConvertNumbersToText: handle legacy listsMike Kaganski1-3/+21
2020-08-23Process nested paragraphs (e.g., in tables) in ConvertNumbersToTextMike Kaganski1-10/+35
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-08-01Implement VBA's ListFormat.ConvertNumbersToTextMike Kaganski1-1/+172
2020-07-30loplugin:unusedmethodsNoel Grandin3-3/+0
2020-07-27sw/vba: create instances with uno constructorsNoel Grandin7-112/+40
2020-07-19compact namespace: swNoel Grandin1-8/+2
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann10-31/+31
2020-06-10loplugin:buriedassign in swNoel Grandin1-1/+2
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann5-22/+11
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-05-09compact namespace in swNoel Grandin1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann4-0/+4
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin22-32/+32
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen54-121/+9
2020-01-24loplugin:makeshared in swNoel Grandin2-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in swNoel Grandin1-7/+1
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-23sal_Char->char in swNoel Grandin5-7/+7
2019-11-26cppcheck: performing init in init list (sw/vcl/xmloff)Julien Nabet2-3/+2
2019-11-26Add ooo.vba.word.XDocument.Close() method and implementTor Lillqvist2-0/+7
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann26-0/+154
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-2/+2
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-20/+20
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-3/+3
2019-10-07Add a SAL_INFO for SwVbaDocument::SaveAs2000()Tor Lillqvist1-0/+2
2019-10-07Add a SAL_INFO for SwVbaDocuments::Open()Tor Lillqvist1-0/+2
2019-09-28loplugin:constmethod in swNoel Grandin10-12/+12
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-08-15loplugin:sequenceloop in swNoel Grandin1-1/+1
2019-08-13tdf#42949 Fix IWYU warnings in sw/source/ui/*/*hxxGabor Kelemen52-64/+19
2019-08-01Fix typosAndrea Gelmini2-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann64-80/+80