summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaselection.cxx
AgeCommit message (Expand)Author
2025-02-20use more concrete UNO types in some local varsNoel Grandin
2024-12-18use more concrete UNO in swNoel Grandin
2024-05-23loplugin:ostr in sw/../vbaNoel Grandin
2023-02-15check GetFEShell()Xisco Fauli
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-07-20VBA: Selection.Find should select whole doc if no prior selection.Hannah Meeks
2022-07-12tdf#149775 - VBA: Find should stay around.Hannah Meeks
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen
2019-09-28loplugin:constmethod in swNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2018-11-22improve function-local statics in swNoel Grandin
2018-06-03Simplify: not empty OUString has at least one tokenMatteo Casalin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-10-23loplugin:includeform: swStephan Bergmann
2017-09-26loplugin:flatten in swNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-13convert SplitTable_HeadlineOption to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas
2016-05-10Fix typosAndrea Gelmini
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2014-11-16sw: convert 'a ? sal_False : sal_True' to '!a'Matteo Casalin
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-07-10coverity#1224987 Uncaught exceptionCaolán McNamara
2014-07-10coverity#707401 Uncaught exceptionCaolán McNamara
2014-07-09coverity#738460 Uncaught exceptionCaolán McNamara
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara
2014-05-28coverity#738461 Uncaught exceptionCaolán McNamara
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-05coverity#707400 Uncaught exceptionCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#738459 Uncaught exceptionCaolán McNamara
2014-01-22bool improvementsStephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin
2013-10-15convert sw/source/ui/vba/*.cxx from String to OUStringNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold