summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2021-05-23Resolves: tdf#136794 Unlimit decimals for ROUND()Eike Rathke1-3/+1
2021-05-21tdf#68976 cut paste transposed: fix wrong position in clipdocscito3-25/+32
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito1-0/+6
2021-05-21tdf#71058 cut paste transposed: use correct clipdocscito1-1/+1
2021-05-20tdf#76258 Skip automatic colors in color filter popupSamuel Mehrbrodt1-2/+4
2021-05-18loplugin:unusedfieldsNoel Grandin1-3/+1
2021-05-18loplugin:unusedmethodsNoel Grandin3-46/+0
2021-05-17small perf improvement in checking for noteNoel Grandin2-0/+46
2021-05-16fix leak in ScSubTotalParamNoel Grandin2-19/+12
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-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis3-43/+23
2021-05-13tdf#142214: autocomplete: do not search across empty blocksDennis Francis1-8/+20
2021-05-11tdf#76258 Skip color items in filter dialog for nowSamuel Mehrbrodt1-0/+20
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-3/+3
2021-05-11tdf#76258 Various fixes for color filterSamuel Mehrbrodt2-16/+12
2021-05-10tdf#137679 Use KahanSum for SSE2dante1-6/+46
2021-05-08ref-count SfxItemPoolNoel Grandin6-16/+16
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-06add SfxItemPoolDeleter utilityNoel Grandin2-14/+13
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski1-0/+5
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-05Use kahan Sum for ArraySumFunctordante1-11/+14
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 Varga2-10/+30
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 Mehrbrodt3-6/+82
2021-05-02tdf#79049 speed up OOXML workbook load (5)Noel Grandin1-0/+21
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin2-2/+2
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::CalculateSkewdante2-22/+21
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::SumProductdante1-33/+15
2021-04-30tdf#79049 speed up OOXML workbook load (3)Noel Grandin1-4/+8
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 Grandin4-30/+11
2021-04-29tdf#141970 Revert "tdf#129606: Round the mean of the two subtractions"Mike Kaganski1-2/+1
2021-04-29tdf#48025 sc: fix broken filter criteria when deleting columnsTünde Tóth1-2/+22
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-29tdf#137679 Use Kahan summation for interpr2.cxxdante1-38/+30