summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-10-21tdf#124513 Allow to use multiple Formula dialog instancesSzymon Kłos11-76/+82
2019-09-17Resolves: tdf#98844 calculate as shown with SUM() againEike Rathke1-1/+5
2019-09-04Resolves: tdf#126928 allow link updates in an intermediate linked documentEike Rathke4-31/+49
2019-08-28warn on load when a document binds an event to a macroCaolán McNamara4-8/+56
2019-08-09Resolves: tdf#108209 let auto fill handle double click stop at existing dataEike Rathke1-26/+37
2019-08-02tdf#122774 Make all ScCheckListMenuWindow items keyboard accessibleJim Raykowski1-5/+26
2019-07-17Resolves: tdf#126116 keep original date format if detected type is identicalEike Rathke1-5/+17
2019-07-12Postpone loading of all external references, including INDIRECT()Eike Rathke1-18/+34
2019-07-10Postpone filter detection until link update is allowedMike Kaganski1-7/+16
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-27Resolves: rhbz#1713827 protect against null ViewShellCaolán McNamara1-26/+29
2019-05-15Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara2-3/+5
2019-05-10Resolves: tdf#125099 round duration results in interpreter alreadyEike Rathke3-465/+304
2019-05-09merge duplicated TriStateEnabled classCaolán McNamara2-36/+4
2019-05-08Resolves: tdf#125106 fix cell protect TriState togglesCaolán McNamara2-15/+81
2019-05-07Resolves: tdf#124315 clear "Enter pastes" mode and marching ants overlayEike Rathke1-0/+5
2019-05-07tdf#124829 sc: fix crash during progress updateSerge Krot1-7/+0
2019-05-07tdf#124565: calc: copy/paste manual row heightVasily Melenchuk2-0/+75
2019-05-02Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann1-1/+1
2019-05-01tdf#124241 let dialog be resizableCaolán McNamara1-1/+0
2019-04-30multiple concatted AcceptChgDat stored in configCaolán McNamara1-17/+28
2019-04-27Fix CppunitTest_chart2_xshape failing with Display Scaling on WindowsMike Kaganski1-0/+12
2019-04-26tdf67629 FILEOPEN Particular .xlsx hangs SpreadsheetNoel Grandin1-0/+3
2019-04-24Skip clipboard queries while the document is still loadingKatarina Behrens1-1/+2
2019-04-16tdf#124676 : use case-insensitive normalization of...Dennis Francis4-62/+60
2019-04-16tdf#123421 : xlsx export : Don't write data field entry...Dennis Francis5-4/+65
2019-04-12Resolves: tdf#124613 stray .05 at end of GtkAdjustment lower valueCaolán McNamara1-2/+2
2019-04-11tdf#122767 sc opengl: fix rendering artifacts after hiding a cell commentMiklos Vajna1-4/+13
2019-04-08tdf#124327 sc opengl: fix lack of AA text in chartsMiklos Vajna2-1/+6
2019-04-08Related tdf#124329 Handle shapes resizing with the cellSamuel Mehrbrodt1-4/+10
2019-04-06tdf#124326 : ScUndoDragDrop : don't do update references...Dennis Francis1-4/+0
2019-04-03tdf#120270 : ScUndoDragDrop - Notifying listeners of the area...Dennis Francis1-27/+1
2019-04-03tdf#121103 ANOVA sum of squares formula correctionJaromir Wysoglad1-2/+1
2019-03-29tdf#120660: Populate rNewSharedRows even if no FC...Dennis Francis2-16/+55
2019-03-28Unit tests for tdf#121002 tdf#120013 tdf#123714 tdf#123736Eike Rathke2-0/+736
2019-03-28avoid a crash with an editor-forced matrix formula (tdf#123479)Luboš Luňák2-14/+19
2019-03-26tdf#122989 remove update check from notebookbar for the momentThorsten Behrens4-56/+0
2019-03-26Resolves: tdf#120013 tdf#123714 tdf#123736 shared formula group splitEike Rathke7-69/+358
2019-03-25Use RegexMatcher.find(pos, status) call on old ICUTomáš Chvátal1-2/+12
2019-03-25tdf#124318 FILEOPEN: XLS Hyperlink URL incorrectNoel Grandin1-1/+3
2019-03-25tdf#114969 XLSX export: fix 'sheet.name.with.dot'!A1-like linksTünde Tóth3-5/+21
2019-03-20Resolves: tdf#124024 scaling factor isn't displayed correctlyCaolán McNamara1-1/+1
2019-03-20tdf#120161 sc: pdf export unit testSerge Krot3-0/+382
2019-03-19Related: tdf#122301 TRANSPOSE() with ForceArrayReturn on callerEike Rathke1-1/+1
2019-03-19do not access uninitialized values when printing (tdf#121439)Luboš Luňák2-7/+21