summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
2021-05-08ref-count SfxItemPoolNoel Grandin1-3/+3
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-4/+5
2021-05-05Use kahan Sum for ArraySumFunctordante1-11/+14
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::CalculateSkewdante1-1/+1
2021-04-28tdf#137679 Use Kahan summation for interpr1.cxxdante1-4/+2
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC17-68/+17
2021-02-01loplugin:finalclasses in scNoel7-8/+8
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen3-3/+3
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer4-21/+30
2020-11-04loplugin:constantparamNoel1-1/+1
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-4/+4
2020-09-15ScRefUpdate::DoTranspose always dereferences its ScDocument* argumentCaolán McNamara1-1/+1
2020-09-14ScRefUpdate::UpdateTranspose never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-14ScRefUpdate::MoveRelWrap always dereferences its ScDocument* argCaolán McNamara1-1/+1
2020-09-13establish DetectSearchType pDoc arg is never nullCaolán McNamara1-1/+1
2020-09-13establish ScInterpreter::pDok is never nullCaolán McNamara1-2/+2
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-1/+15
2020-07-19compact namespace: scNoel Grandin1-10/+2
2020-05-09compact namespace in scNoel Grandin5-8/+6
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke1-0/+3
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi2-4/+4
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin9-13/+13
2019-12-22sal_Char->char in scNoel Grandin1-3/+3
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-3/+3
2019-12-12Prevent BroadcastRecalcOnRefMoveHandler copiesStephan Bergmann1-0/+6
2019-12-05make some classes module privateNoel Grandin1-4/+4
2019-11-05make some classes module-privateNoel Grandin2-3/+3
2019-10-17move SSE2sum code to separate cxx file...Dennis Francis1-50/+1
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-2/+7
2019-09-26loplugin:constmethod in scNoel Grandin2-3/+3
2019-08-12Fix typosAndrea Gelmini1-3/+3
2019-07-18include supported SIMD intrinsics headers automaticallyTomaž Vajngerl1-8/+0
2019-07-09Fix Windows x64 build after commit f43f9b99603736a4d54f550052509eb5f4d04b45Mike Kaganski1-0/+4
2019-07-09CPU intrinsics detection (SSE, AVX)Tomaž Vajngerl1-9/+6
2019-03-28tdf#124286 fix annoying rounding error.Winfried Donkers1-0/+1
2019-03-28return unique_ptr from CreateTokenMatrixMapNoel Grandin1-2/+2
2019-03-23formatting fixesLuboš Luňák1-6/+5
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-0/+1
2018-11-30i#32345 Support a matrix of rank argument for LARGE()/SMALL()Takeshi Abe1-0/+5
2018-11-23remove some unused enums in sc/Noel Grandin1-2/+0
2018-10-26Use CheckStringResultLen() also for CONCATENATE(), CONCAT() and TEXTJOIN()Eike Rathke1-0/+16
2018-10-26Change kScInterpreterMaxStrLen now result string length limit to 256MBEike Rathke1-2/+3
2018-10-26Use SAL_MAX_INT32 in CheckStringPositionArgument()Eike Rathke1-2/+2
2018-10-26Introduce kScInterpreterMaxStrLenEike Rathke1-3/+5
2018-10-26Rework GetStringPositionArgument() to return sal_Int32Eike Rathke1-5/+7
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke1-0/+1