summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-13ParseCols never passed a null ScDocument*Caolán McNamara
2020-09-13ParseRows never passed a null ScDocument*Caolán McNamara
2020-09-01tdf#136233: Use sheet-local named ranges for VBA's Worksheet.NamesMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-09loplugin:flatten in sc/ui/vbaNoel Grandin
2020-07-30loplugin:unusedmethodsNoel Grandin
2020-07-26sc/vba: create instances with uno constructorsNoel Grandin
2020-07-19compact namespace: scNoel Grandin
2020-07-12Fix typoAndrea Gelmini
2020-07-09Use OUString::toChar(), tdf#107885 follow-upEike Rathke
2020-07-09tdf#107885 - VBA AutoFilter can't compare stringsAndreas Heinisch
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann
2020-06-02inline some use-once typedefsNoel Grandin
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-09compact namespace in scNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-28remove some unused local varsNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin
2020-01-06Removed redundant semicolonsAndrea Gelmini
2019-12-22sal_Char->char in scNoel Grandin
2019-12-19Remove commaAndrea Gelmini
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-03Remove useless PatternPair (sc/vbainterior)Julien Nabet
2019-12-03remove some useless comment linesNoel Grandin
2019-12-02Following 3471d83f49dcaab2cbbe18521ab1a405f15a0788 (sc/vba)Julien Nabet
2019-12-01Use initializer list instead of using several inserts (sc/vba)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-22sc: rowcol: tdf#50916 convert cellshNoel Grandin
2019-10-19loplugin:virtualdead unused param in ValueGetter::processValueNoel Grandin
2019-10-18Fix typoAndrea Gelmini
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann