summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski1-0/+5
2021-05-05loplugin:constmethodNoel Grandin3-4/+4
2021-05-05tdf#141973: sc: Add UItestXisco Fauli2-0/+22
2021-05-05Use kahan Sum for ArraySumFunctordante1-11/+14
2021-05-04tdf#137679 Use kahan summation for ScInterpreter::lcl_IterateInversedante2-12/+54
2021-05-04Algebraic simplificationdante1-1/+1
2021-05-04tdf#76258 Add ODF import/exportSamuel Mehrbrodt4-4/+47
2021-05-04Compress code in interpr2dante1-187/+94
2021-05-04Related: tdf#140968 avoid duplicated filter valuesBalazs Varga12-31/+156
2021-05-04LOK: calc: allow image selection on insertionPranam Lashkari1-1/+2
2021-05-04tdf#60468, tdf#142040: sc: Add UItestXisco Fauli2-0/+56
2021-05-03Prioritize cmath over math.h in interpr3.cxxdante1-19/+19
2021-05-03tdf#48731: sc_subsequent_filters: Add unittestXisco Fauli2-0/+45
2021-05-03RAWSUBTRACT() process arguments from left to rightEike Rathke1-5/+3
2021-05-03tdf#80149: sc_subsequent_export: Add unittestXisco Fauli2-0/+31
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin8-25/+24
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin3-4/+4
2021-05-03fix use-after-freeNoel Grandin1-6/+4
2021-05-03tdf#137679 Use Kahan summation for interpr3.cxx (1/2)dante2-42/+38
2021-05-03tdf#137679 Use kahan summation for ScInterpreter::CalculatePearsonCovardante1-16/+14
2021-05-03tdf#142040 CSV import broken in masterNoel Grandin1-2/+2
2021-05-03tdf#102255 add .uno:PasteTransposedscito7-0/+59
2021-05-03tdf#90278 - Set the vba border to the default borderAndreas Heinisch3-1/+36
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt9-10/+162
2021-05-02sal_uLong->sal_uInt32 in SvxFontHeightItemNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann40-104/+104
2021-05-02tdf#79049 speed up OOXML workbook load (5)Noel Grandin3-3/+30
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin2-2/+2
2021-05-01tdf#141973 create the text column to insert intoCaolán McNamara1-1/+1
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::CalculateSkewdante2-22/+21
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::SumProductdante2-35/+17
2021-04-30tdf#79049 speed up OOXML workbook load (3)Noel Grandin1-4/+8
2021-04-30tdf#79049 speed up OOXML workbook load (2)Noel Grandin2-69/+90
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin1-5/+5
2021-04-30tdf#137945: sc: Add UItestXisco Fauli2-0/+33
2021-04-30tdf#141946 sc: fix broken filter criteria when inserting columnTünde Tóth2-5/+80
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin10-74/+49
2021-04-29lok: Disable the "AutoInput" again.Jan Holesovsky2-2/+8
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óth3-3/+96
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin2-2/+2
2021-04-29tdf#137679 Use Kahan summation for interpr2.cxxdante3-58/+64
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara1-5/+2
2021-04-28tdf#141904 Blue row number for autofilter only when pTab is not NULL.tushar1-1/+1
2021-04-28Related: tdf#130326 skip calling Refresh if its already just calledCaolán McNamara4-5/+26
2021-04-28tdf#137679 Use Kahan summation for interpr1.cxxdante2-88/+42
2021-04-28tdf#137679 Use Kahan summation for scmatrix operationsdante9-200/+86
2021-04-28use string_view in INetURLObject::encodeNoel Grandin7-13/+13
2021-04-28Revert ScInputWindow::setPosSizePixel() early returnsSzymon Kłos1-4/+0
2021-04-28loplugin:stringaddNoel Grandin1-4/+10