summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Resolves: tdf#98844 calculate as shown with SUM() againEike Rathke1-1/+5
2019-07-17Resolves: tdf#126116 keep original date format if detected type is identicalEike Rathke1-5/+17
2019-06-27Resolves: tdf#117899 update condition entries' source position on inter-copyEike Rathke1-3/+11
2019-06-16Resolves: tdf#124251 do not treat internal "URI" as real path URIEike Rathke1-1/+8
2019-06-14Resolves: tdf#113541 handle external reference in Excel syntaxcp-6.2-branch-pointEike Rathke1-3/+6
2019-06-12Resolves: tdf#125808 empty labels in pivot table from registered data sourceCaolán McNamara1-2/+2
2019-06-10Resolves: tdf#125109 prefer edit format's acceptance patterns and YMD orderEike Rathke1-3/+49
2019-06-01Resolves: tdf#101473 handle volatile Add-In results without formula cellEike Rathke1-2/+25
2019-05-10Resolves: tdf#125099 round duration results in interpreter alreadyEike Rathke2-4/+26
2019-05-07tdf#124829 sc: fix crash during progress updateSerge Krot1-7/+0
2019-05-07tdf#124565: calc: copy/paste manual row heightVasily Melenchuk1-0/+10
2019-04-24Skip clipboard queries while the document is still loadingKatarina Behrens1-1/+2
2019-04-16tdf#124676 : use case-insensitive normalization of...Dennis Francis1-61/+36
2019-04-08tdf#124327 sc opengl: fix lack of AA text in chartsMiklos Vajna1-1/+4
2019-03-29tdf#120660: Populate rNewSharedRows even if no FC...Dennis Francis1-14/+52
2019-03-28avoid a crash with an editor-forced matrix formula (tdf#123479)Luboš Luňák2-14/+19
2019-03-26Resolves: tdf#120013 tdf#123714 tdf#123736 shared formula group splitEike Rathke5-61/+326
2019-03-25Use RegexMatcher.find(pos, status) call on old ICUTomáš Chvátal1-2/+12
2019-03-19Related: tdf#122301 TRANSPOSE() with ForceArrayReturn on callerEike Rathke1-1/+1
2019-03-17tdf#123923: make COUNTIF propagate errors in its first parameterMike Kaganski1-0/+1
2019-03-13tdf#121040 sc: use pixel-per-twips in X for horizontal value conversionSerge Krot1-1/+1
2019-03-04reintroduce ScCaptionPtrLuboš Luňák4-120/+460
2019-03-04do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák2-2/+9
2019-03-01avoid std::out_of_range thrown by mdds (tdf#122643)Luboš Luňák1-1/+1
2019-02-19tdf#122982 Remove image from cell when cutting the cellSamuel Mehrbrodt1-4/+11
2019-02-14tdf#121040 sc: cell with ### has too big heightSerge Krot1-3/+13
2019-02-13Resolves: tdf#93951 set remainder as bad string if not parsed as validEike Rathke1-3/+23
2019-02-12tdf#121388 : Disable threading and dep evaluation for IF...Dennis Francis2-1/+21
2019-02-12Resolves: tdf#123052 correctly init pNextRows[] values for up/back unprotectedEike Rathke1-2/+10
2019-02-09Resolves: tdf#121002 UpdateRefOnNonCopy::mbUpdated=true if references changeEike Rathke1-0/+2
2019-01-21Resetting all fields for all dims corrupts pivot cacheKatarina Behrens2-2/+7
2019-01-17Resolves: tdf#122301 FREQUENCY() ReferenceOrForceArray, ForceArrayReturnEike Rathke1-1/+1
2019-01-11tdf#121978 use round again for Calc function SECOND.Winfried Donkers1-1/+4
2018-12-13Reset WelfordRunner in ScDPAggData::Reset()Eike Rathke1-0/+1
2018-12-12Use Welford one-pass variance algorithm for DataPilot / pivot tableEike Rathke1-15/+22
2018-12-11Resolves: tdf#46119 implement GeneralFunction_VAR, VARP, STDEV and STDEVPEike Rathke3-5/+56
2018-12-11crashtesting: ooo55266-3.ods some members are nullptrKatarina Behrens1-1/+5
2018-12-10Find actual data area inside the main-range...Dennis Francis4-0/+166
2018-12-07tdf#121759 Revert "tdf#99296 - Disable headers/footers by default"Heiko Tietze1-1/+1
2018-12-06OpenCL SQRT() error checkingLuboš Luňák1-0/+6
2018-12-06OpenCL FVSCHEDULE() error checkingLuboš Luňák1-0/+3
2018-12-06OpenCL NORMDIST() error checkingLuboš Luňák1-0/+2
2018-12-06better/sane error checking in OpenCL BESSELJ()Luboš Luňák2-12/+7
2018-12-06fix OpenCL ROUND() when the second parameter is negativeLuboš Luňák1-0/+5
2018-12-05fixes for OpenCL COVAR()Luboš Luňák1-1/+6
2018-12-05make OpenCL SLOPE() handle problems more gracefullyLuboš Luňák1-20/+4
2018-12-05check that OpenCL NORMDIST() takes a proper number of argumentsLuboš Luňák1-1/+3
2018-12-05opencl SERIESSUM does not handle plain double argumentsLuboš Luňák1-1/+3
2018-12-05fix opencl YIELDDISCLuboš Luňák2-0/+4
2018-12-04restore incorrectly removed codeLuboš Luňák1-0/+17