summaryrefslogtreecommitdiff
path: root/sc/source/core/tool
AgeCommit message (Expand)AuthorFilesLines
2021-06-04loplugin:unusedmethodsNoel Grandin1-5/+0
2021-06-02no need to allocate these on the heapNoel Grandin2-5/+5
2021-05-29tdf#142201 tdf#142065 fix cut paste transpose references, incl. undoscito3-3/+35
2021-05-23Resolves: tdf#136794 Unlimit decimals for ROUND()Eike Rathke1-3/+1
2021-05-15Use less memory for ScMatrix::Collectdante3-78/+55
2021-05-15tdf#137679 Use KahanSum for Taylor seriesdante1-3/+3
2021-05-13Use double to iterate products in scmatrix.dante4-21/+21
2021-05-11tdf#76258 Skip color items in filter dialog for nowSamuel Mehrbrodt1-0/+20
2021-05-10tdf#137679 Use KahanSum for SSE2dante1-6/+46
2021-05-08ref-count SfxItemPoolNoel Grandin1-3/+1
2021-05-08Review of the code affected by KahanSumdante2-3/+3
2021-05-08tdf#137679 Use Kahan summation for interpr3.cxx (2/2)dante1-40/+40
2021-05-07Use prefix increase operators in ScInterpreter::ScOdddante1-3/+3
2021-05-07tdf#137679 Use Kahan summation for interpr8.cxxdante1-26/+30
2021-05-07Simplify PushDouble by PushError for ScInterpreter::SumProductdante1-1/+1
2021-05-07tdf#137679 Use Kahan summation for interpr5.cxxdante1-25/+25
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski1-0/+5
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-04tdf#137679 Use kahan summation for ScInterpreter::lcl_IterateInversedante1-11/+15
2021-05-04Algebraic simplificationdante1-1/+1
2021-05-04Compress code in interpr2dante1-187/+94
2021-05-04Related: tdf#140968 avoid duplicated filter valuesBalazs Varga1-8/+26
2021-05-03Prioritize cmath over math.h in interpr3.cxxdante1-19/+19
2021-05-03RAWSUBTRACT() process arguments from left to rightEike Rathke1-5/+3
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-2/+2
2021-05-03tdf#137679 Use Kahan summation for interpr3.cxx (1/2)dante1-37/+33
2021-05-03tdf#137679 Use kahan summation for ScInterpreter::CalculatePearsonCovardante1-16/+14
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt1-0/+24
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+1
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::CalculateSkewdante1-21/+20
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::SumProductdante1-33/+15
2021-04-30tdf#141946 sc: fix broken filter criteria when inserting columnTünde Tóth1-5/+5
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-7/+2
2021-04-29tdf#48025 sc: fix broken filter criteria when deleting columnsTünde Tóth1-2/+22
2021-04-29tdf#137679 Use Kahan summation for interpr2.cxxdante1-38/+30
2021-04-28tdf#137679 Use Kahan summation for interpr1.cxxdante1-84/+40
2021-04-28tdf#137679 Use Kahan summation for scmatrix operationsdante4-169/+62
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-39/+16
2021-04-26Use kahan sum for lcl_ named methods in abstract namespacedante1-24/+24
2021-04-25Fix commentMike Kaganski1-1/+1
2021-04-25loplugin:unusedfieldsNoel Grandin1-3/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-6/+6
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-21tdf#94962 - Limit calculation of pearson coefficientAndreas Heinisch1-1/+3
2021-04-21tdf#58585 - IRR function: support array argument for valuesAndreas Heinisch1-16/+57
2021-04-18no need to construct temporary OUStrings hereNoel Grandin1-4/+4
2021-04-13tdf#130326 no need to fill ScMatrix with zeros hereNoel Grandin5-49/+48
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-09tdf#140226: Make use of SfxPoolItems more typesafe by using StaticWhichCastAhmet Hakan Çelik1-29/+29