Age | Commit message (Expand) | Author |
2025-02-20 | use more concrete UNO types in some local vars | Noel Grandin |
2024-12-18 | use more concrete UNO in sw | Noel Grandin |
2024-05-23 | loplugin:ostr in sw/../vba | Noel Grandin |
2023-02-15 | check GetFEShell() | Xisco Fauli |
2022-08-12 | clang-tidy modernize-pass-by-value in sw | Noel Grandin |
2022-07-20 | VBA: Selection.Find should select whole doc if no prior selection. | Hannah Meeks |
2022-07-12 | tdf#149775 - VBA: Find should stay around. | Hannah Meeks |
2022-05-03 | Just use Any ctor instead of makeAny in sw | Stephan Bergmann |
2020-11-19 | loplugin:stringview: Flag empty string converted to string view | Stephan Bergmann |
2020-06-05 | Upcoming loplugin:elidestringvar: sw | Stephan Bergmann |
2020-01-29 | tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxx | Gabor Kelemen |
2019-09-28 | loplugin:constmethod in sw | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sw | Stephan Bergmann |
2018-11-22 | improve function-local statics in sw | Noel Grandin |
2018-06-03 | Simplify: not empty OUString has at least one token | Matteo Casalin |
2018-01-12 | More loplugin:cstylecast: sw | Stephan Bergmann |
2017-10-23 | loplugin:includeform: sw | Stephan Bergmann |
2017-09-26 | loplugin:flatten in sw | Noel Grandin |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin |
2017-04-24 | clang-tidy readability-simplify-boolean-expr in sw | Noel Grandin |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-02-28 | new loplugin unoany | Noel Grandin |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann |
2017-02-13 | convert SplitTable_HeadlineOption to scoped enum | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-06-13 | tdf#42949: clean up includes in include/vbahelper with iwyu | Jorenz Paragas |
2016-05-10 | Fix typos | Andrea Gelmini |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2015-07-28 | inline "old" SbERR constants | Noel Grandin |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-05-20 | bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point | Christian Lohmaier |
2014-11-16 | sw: convert 'a ? sal_False : sal_True' to '!a' | Matteo Casalin |
2014-11-16 | sw: avoid 'condition ? sal_True : sal_False' expressions | Matteo Casalin |
2014-11-16 | makeAny(sal_True/sal_False) to makeAny(true/false) in sw | Matteo Casalin |
2014-11-16 | sal_True/sal_False to true/false in sw comments (also delete obsolete ones) | Matteo Casalin |
2014-07-10 | coverity#1224987 Uncaught exception | Caolán McNamara |
2014-07-10 | coverity#707401 Uncaught exception | Caolán McNamara |
2014-07-09 | coverity#738460 Uncaught exception | Caolán McNamara |
2014-07-09 | coverity#707382 Uncaught exception | Caolán McNamara |
2014-05-28 | coverity#738461 Uncaught exception | Caolán McNamara |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-04-30 | sw: sal_Bool->bool | Noel Grandin |
2014-04-05 | coverity#707400 Uncaught exception | Caolán McNamara |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-25 | coverity#738459 Uncaught exception | Caolán McNamara |
2014-01-22 | bool improvements | Stephan Bergmann |
2013-11-08 | remove unnecessary use of OUString constructor in SW module | Noel Grandin |
2013-10-15 | convert sw/source/ui/vba/*.cxx from String to OUString | Noel Grandin |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |