summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)Author
2021-02-24Fix typoAndrea Gelmini
2021-02-20loplugin:refcounting in swNoel
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2021-02-15loplugin:referencecasting in swNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-10-20use tools::Long in swNoel
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-09-12ConvertNumbersToText: handle legacy listsMike Kaganski
2020-08-23Process nested paragraphs (e.g., in tables) in ConvertNumbersToTextMike Kaganski
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-08-01Implement VBA's ListFormat.ConvertNumbersToTextMike Kaganski
2020-07-30loplugin:unusedmethodsNoel Grandin
2020-07-27sw/vba: create instances with uno constructorsNoel Grandin
2020-07-19compact namespace: swNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-09compact namespace in swNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen
2020-01-24loplugin:makeshared in swNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in swNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-23sal_Char->char in swNoel Grandin
2019-11-26cppcheck: performing init in init list (sw/vcl/xmloff)Julien Nabet
2019-11-26Add ooo.vba.word.XDocument.Close() method and implementTor Lillqvist
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-07Add a SAL_INFO for SwVbaDocument::SaveAs2000()Tor Lillqvist
2019-10-07Add a SAL_INFO for SwVbaDocuments::Open()Tor Lillqvist
2019-09-28loplugin:constmethod in swNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop in swNoel Grandin
2019-08-13tdf#42949 Fix IWYU warnings in sw/source/ui/*/*hxxGabor Kelemen
2019-08-01Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-07-22cid#1448270 Division or modulo by float zeroCaolán McNamara
2019-07-20loplugin:referencecasting in swNoel Grandin
2019-07-03Simplify Sequence iterations in sw/source/ui/*Arkadiy Illarionov