summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-05-11sc_ucalc: remove duplicated methodXisco Fauli6-188/+153
2021-05-11tdf#139241: partially revert 059f07f9f33460c809a93e0fda1165f5c6f6d805Mike Kaganski1-2/+8
2021-05-11tdf#91874 Command Popup - HUD to search and run LO commandsTomaž Vajngerl1-0/+1
2021-05-11do not leak on error pathNoel Grandin1-0/+3
2021-05-11tdf#76258 Skip color items in filter dialog for nowSamuel Mehrbrodt3-0/+31
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-11tdf#134490: sc_ucalc: Add unittestXisco Fauli2-0/+22
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-10/+10
2021-05-10Test Kahan Sum. Will check Kahan sum stills work properly.dante1-0/+7506
2021-05-10tdf#127301 XLSX import: hide hidden named range of autofilterBalazs Varga5-18/+45
2021-05-10tdf#137679 Use KahanSum for SSE2dante1-6/+46
2021-05-10sc_mathematical_functions: Add test for 9a71644aa475a6090f6Xisco Fauli1-0/+24
2021-05-10Invalidate inputbar after size changed messageSzymon Kłos1-0/+1
2021-05-09tdf#43175: sc: Add UItestXisco Fauli2-0/+48
2021-05-09tdf#43175 - Adjust chart references on every copied sheetAndreas Heinisch1-4/+10
2021-05-08ref-count SfxItemPoolNoel Grandin25-55/+55
2021-05-08Simplify multiplication and divisionMike Kaganski1-11/+4
2021-05-08Review of the code affected by KahanSumdante2-3/+3
2021-05-08tdf#137679 Use Kahan summation for interpr3.cxx (2/2)dante4-56/+72
2021-05-07Use prefix increase operators in ScInterpreter::ScOdddante1-3/+3
2021-05-07tdf#115022: sc_subsequent_filters: Add unittestXisco Fauli2-0/+21
2021-05-07tdf#137679 Use Kahan summation for interpr8.cxxdante2-37/+41
2021-05-07Simplify PushDouble by PushError for ScInterpreter::SumProductdante1-1/+1
2021-05-07tdf#90101 add .uno:PasteAsLinkscito4-0/+79
2021-05-07tdf#102255 improve test and docu of .uno:PasteTransposedscito2-5/+36
2021-05-07tdf#113571: sc: Add UItestXisco Fauli2-0/+38
2021-05-07tdf#137679 Use Kahan summation for interpr5.cxxdante1-25/+25
2021-05-06tdf#57841: sc: Add UItestXisco Fauli2-0/+44
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin10-50/+37
2021-05-06use Widget::get_clipboardCaolán McNamara1-2/+2
2021-05-06cid#1482085 Uninitialized scalar fieldCaolán McNamara1-1/+2
2021-05-06tdf#125440: sc: Add UItestXisco Fauli2-0/+42
2021-05-06Fix typoAndrea Gelmini1-1/+1
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 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