summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc_formula.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-23More loplugin:bufferadd findingsStephan Bergmann1-18/+5
2020-11-02tdf#100818: sc_ucalc: Add unittestXisco Fauli1-0/+26
2020-10-14tdf#133260: sc_ucalc: Add unittestXisco Fauli1-0/+19
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-4/+4
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-15/+15
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-6/+6
2020-09-17TokenStringContext never called with a null ScDocument*Caolán McNamara1-7/+7
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-3/+3
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara1-1/+1
2020-09-14both branches dereference ScDocument* argCaolán McNamara1-11/+11
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-4/+4
2020-09-13tdf#107459: sc_ucalc: Add unittestXisco Fauli1-0/+16
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann1-39/+19
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-2/+2
2020-05-30pass ScSheetLimits aroundNoel Grandin1-35/+35
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-13/+13
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-23/+23
2020-02-26Unit test tdf#130825 insert/delete sheet moving sheet-local namesEike Rathke1-24/+90
2020-02-25Unit test tdf#130370 cut&paste / move with sheet-local named referenceEike Rathke1-0/+94
2020-01-28remove some unused local varsNoel Grandin1-2/+0
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-8/+10
2019-12-13tdf#120948: row deltas should be stored as SCROW...Deena Francis1-0/+20
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-17/+17
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-35/+35
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-17/+17
2019-10-19sc: rowcol: tdf#50916 convert ucalc test, and docfunc.Michael Meeks1-83/+83
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-2/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-3/+3
2019-09-10Fix typosAndrea Gelmini1-8/+8
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-2/+2
2019-09-01Fix '..'Andrea Gelmini1-3/+3
2019-08-20loplugin:constvars in package..scNoel Grandin1-3/+3
2019-08-12Fix typosAndrea Gelmini1-11/+11
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-04-27unit-test for tdf#124326Dennis Francis1-0/+65
2019-04-27unit-test for tdf#120270Dennis Francis1-0/+65
2019-02-27Unit test for array formula and OFFSET() non-ReferenceOrRefArray, tdf#123477Eike Rathke1-0/+27
2019-02-09Simplify containers iterations in sc/qa/unitArkadiy Illarionov1-6/+2
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-5/+2
2018-11-20tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*Gabor Kelemen1-4/+5
2018-11-10Unit test for array of references in ForceArray, tdf#120895, tdf#58874Eike Rathke1-0/+14
2018-10-18loplugin:staticvar in scNoel Grandin1-20/+20
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-0/+2
2018-10-15loplugin:constfields in scNoel Grandin1-24/+24