summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/scmatrix.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-15Use less memory for ScMatrix::Collectdante1-52/+30
2021-05-13Use double to iterate products in scmatrix.dante1-17/+17
2021-04-28tdf#137679 Use Kahan summation for scmatrix operationsdante1-33/+15
2021-04-25loplugin:unusedfieldsNoel Grandin1-3/+1
2021-03-29expand COp to its only useCaolán McNamara1-31/+2
2021-03-29TEmptyRes is always doubleCaolán McNamara1-7/+5
2021-03-29TRet is always doubleCaolán McNamara1-4/+4
2021-03-26drop unused argumentCaolán McNamara1-5/+4
2021-03-22cid#1474296 experiment to see if this makes a differenceCaolán McNamara1-1/+2
2021-02-08Remove unneeded breaksAndrea Gelmini1-4/+0
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-6/+0
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-08-20Follow-up: tdf#132105 COUNTBLANK() count empty strings also in array/matrixEike Rathke1-7/+23
2020-07-22fix unused ScMatrixRefNoel Grandin1-2/+4
2020-07-08Resolves: tdf#124454 exec the matrix operator on values converted from stringsEike Rathke1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-15/+15
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-3/+3
2020-01-08Resolves: tdf#129681 Handle array/matrix in AGGREGATE() with ignore errorsEike Rathke1-32/+56
2019-11-27Remove unused return_type templateStephan Bergmann1-26/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-4/+20
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-8/+8
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida1-4/+4
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-7/+1
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-01-24loplugin:constparams in scNoel Grandin1-9/+9
2019-01-11Related: tdf#44076 use sc::power() in ScMatrix::PowOp()Eike Rathke1-2/+2
2018-12-18no need to allocate sc::op::Op on the heap hereNoel Grandin1-10/+10
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-23enum ScMatrix::Op is unnecessaryNoel Grandin1-15/+6
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-4/+4
2018-10-15loplugin:constfields in scNoel Grandin1-3/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-09loplugin:unusedmethodsNoel Grandin1-62/+0
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin1-154/+118
2018-09-24coverity#1438870 Big parameter passed by valueCaolán McNamara1-40/+50
2018-09-21coverity#1438870 Big parameter passed by valueCaolán McNamara1-1/+1
2018-09-21unused returnsCaolán McNamara1-3/+3
2018-09-17cppcheck: variableScope in scJochen Nitschke1-2/+1
2018-08-26Update mdds to 1.4.1.Kohei Yoshida1-43/+145
2018-08-12loplugin:constantparamNoel Grandin1-11/+7
2018-08-11loplugin:unusedmethodsNoel Grandin1-767/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-21loplugin:unusedfields in scNoel Grandin1-2/+1
2018-03-10Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke1-13/+13
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-4/+4