summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbatablehelper.cxx
AgeCommit message (Expand)Author
2023-01-19XUnoTunnel->dynamic_cast in SwXTextTableNoel Grandin
2022-12-12sw: prefix members of CellsEnumWrapper, ColumnsEnumWrapper, ...Miklos Vajna
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-03-10Recheck sw headers with IWYUGabor Kelemen
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2020-10-20use tools::Long in swNoel
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-28loplugin:constmethod in swNoel Grandin
2019-08-13tdf#42949 Fix IWYU warnings in sw/source/ui/*/*hxxGabor Kelemen
2019-07-22cid#1448270 Division or modulo by float zeroCaolán McNamara
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-08-07loplugin:constparams in sw part10Noel Grandin
2017-05-09loplugin:checkunusedparams in sw(part6)Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-13check for negative numbers tooCaolán McNamara
2015-08-13wrong row/col count limitsCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2014-11-21expand complex cascading conditional operatorBjoern Michaelsen
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-22coverity#989725 Uncaught exceptionCaolán McNamara
2014-03-24sal_uInt16 to size_t and optimizationsMatteo Casalin
2014-01-28bool improvementsStephan Bergmann
2013-10-15convert sw/source/ui/vba/*.cxx from String to OUStringNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-28sal_Bool to boolTakeshi Abe
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin
2012-02-10Remove unused codeElton Chung
2011-05-17WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
2011-01-18Remove obsolete RCS lines.Thomas Arnhold
2010-12-09cppcheck: can reduce the scope of this variableCaolán McNamara
2010-11-30clean code at writerKayo Hamid
2010-10-24DBG_* -> OSL_ENSURE cleanup, few German -> English translations.Jacek Wolszczak
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth