summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-11tdf#76258 Skip color items in filter dialog for nowSamuel Mehrbrodt2-0/+29
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl2-6/+6
2021-05-11tdf#76258 Add OOXML import for color filterSamuel Mehrbrodt4-5/+125
2021-05-11tdf#76258 Various fixes for color filterSamuel Mehrbrodt5-26/+43
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-10/+10
2021-05-10tdf#127301 XLSX import: hide hidden named range of autofilterBalazs Varga3-18/+22
2021-05-10tdf#137679 Use KahanSum for SSE2dante1-6/+46
2021-05-10Invalidate inputbar after size changed messageSzymon Kłos1-0/+1
2021-05-09tdf#43175 - Adjust chart references on every copied sheetAndreas Heinisch1-4/+10
2021-05-08ref-count SfxItemPoolNoel Grandin22-52/+52
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#90101 add .uno:PasteAsLinkscito2-0/+21
2021-05-07tdf#102255 improve test and docu of .uno:PasteTransposedscito1-0/+2
2021-05-07tdf#137679 Use Kahan summation for interpr5.cxxdante1-25/+25
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin9-49/+35
2021-05-06use Widget::get_clipboardCaolán McNamara1-2/+2
2021-05-06cid#1482085 Uninitialized scalar fieldCaolán McNamara1-1/+2
2021-05-06allow ctrl+A to select all in calc header/footer dialog tooCaolán McNamara1-13/+2
2021-05-05convert sal_uLong and tools::Long in vcl/settingsNoel Grandin1-1/+1
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-04tdf#76258 Add ODF import/exportSamuel Mehrbrodt2-4/+31
2021-05-04Compress code in interpr2dante1-187/+94
2021-05-04Related: tdf#140968 avoid duplicated filter valuesBalazs Varga9-29/+118
2021-05-04LOK: calc: allow image selection on insertionPranam Lashkari1-1/+2
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 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)dante1-37/+33
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:PasteTransposedscito2-0/+18
2021-05-03tdf#90278 - Set the vba border to the default borderAndreas Heinisch1-1/+1
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt6-9/+137
2021-05-02sal_uLong->sal_uInt32 in SvxFontHeightItemNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann31-72/+72
2021-05-02tdf#79049 speed up OOXML workbook load (5)Noel Grandin2-3/+25
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::SumProductdante1-33/+15