summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-07-29tdf#31231: don't set charts modified state when !IsEnableSetModifiedMike Kaganski1-1/+1
2020-07-29tdf#134769 XLSX export fix: unable to open with MS ExcelSerge Krot1-1/+1
2020-07-09tdf#107885 - VBA AutoFilter can't compare stringsAndreas Heinisch1-6/+19
2020-07-09tdf#134688 run error dialog async and keep the events in the one event loopCaolán McNamara2-7/+11
2020-07-09Resolves: tdf#124454 exec the matrix operator on values converted from stringsEike Rathke1-1/+1
2020-07-04Revert "tdf#126733: inverted emoticons sets for the conditional formatting"Heiko Tietze1-2/+2
2020-07-03Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke1-1/+1
2020-07-02tdf#126733: inverted emoticons sets for the conditional formattingJulien Nabet1-2/+2
2020-07-02don't add a cell to a non-existent column (tdf#104865)Luboš Luňák4-1/+9
2020-07-01Resolves: tdf#85551 OFFSET() NewWidth and NewHeight must be >0 if givenEike Rathke2-26/+40
2020-07-01Resolves: tdf#131424 separator in TableRef column specifier is validEike Rathke1-1/+11
2020-06-27cid#1464973 & cid#1464975 Resource leakCaolán McNamara1-3/+3
2020-06-27cid#1464973: RESOURCE_LEAK (sc/excel)Julien Nabet1-1/+1
2020-06-26Related: tdf#134280 set max limits for solver options that show max valuesCaolán McNamara2-0/+20
2020-06-25Revert "tdf#133858 opening spreadsheet with large array formula takes 10 mins...Noel Grandin1-9/+0
2020-06-24tdf#134280 set legal range for Epsilon levelCaolán McNamara2-0/+8
2020-06-24tdf#133629 calc, crash on format borders on multiple sheetsNoel Grandin1-0/+1
2020-06-24tdf#133326 Crash after redoNoel Grandin1-2/+3
2020-06-24tdf#133699 Slow sorting of a columnNoel Grandin1-2/+1
2020-06-22failed cell dependency check should not set invalid values (tdf#132451)Luboš Luňák5-4/+95
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin10-329/+173
2020-06-19delay and batch calls to StartListeningFormulaCells() (tdf#132165)Luboš Luňák2-0/+22
2020-06-17tdf#133807 re-present search dialog after a short timeoutCaolán McNamara1-1/+1
2020-06-17tdf#133692: Spacing within Calc formulabar reworkedThorsten Wagner1-7/+10
2020-06-16tdf#133268: Update non cmd icons, update Glue point iconsRizal Muttaqin1-1/+1
2020-06-16tdf#103414 Add/Delete decimal for 100th secondLaurent BP3-10/+12
2020-06-15rhbz#1847031 null-derefCaolán McNamara1-1/+1
2020-06-15tdf#132137 Rename Default Style in Calc.Srijan Bhatia26-41/+53
2020-06-15tdf#133971 hold self-ref until we returnCaolán McNamara1-1/+4
2020-06-14Resolves: tdf#133985 make ok the defaultCaolán McNamara1-1/+0
2020-06-13tdf#133855 return early if disposed by FilterSelectCaolán McNamara1-0/+5
2020-06-13tdf#133953 use a popover to show interactive row/column resize intoCaolán McNamara2-1/+15
2020-06-12fix ASAN in SharedStringPoolNoel Grandin1-4/+4
2020-06-12tdf#130227 Tabbed UI remove second extension manager buttonandreas kainz1-11/+0
2020-06-11tdf#133858 opening spreadsheet with large array formula takes 10 minsNoel Grandin1-0/+9
2020-06-10detect inconsistent SUMIFS() ranges when range reducing (tdf#132431)Luboš Luňák1-1/+9
2020-06-10delay and batch calls to StartListeningFormulaCells() (tdf#133302)Luboš Luňák7-2/+112
2020-06-09Resolves: tdf#133780 allow sorting search result treeview columnsCaolán McNamara3-0/+36
2020-06-09tdf#133807 represent a visible search dialog when search results is closedCaolán McNamara1-0/+15
2020-06-08tdf#133785 autofilter with dates crashes when search entry is used and clearedCaolán McNamara2-10/+26
2020-06-08tdf#133595 FILESAVE XLSX: invalid content when opening file with shapeSerge Krot1-0/+15
2020-06-06tdf#133486 Revert "fix TODO"Noel Grandin2-8/+13
2020-06-03tdf#88109 improve autofill perf (2)Noel Grandin1-0/+4
2020-06-03purge shared string pool if ScDocument is closed (tdf#125428)Luboš Luňák1-0/+3
2020-06-02sc: ODF export: test new ODF 1.3 features exported to different versionsMichael Stahl2-0/+132
2020-05-31tdf#83593 XLSX DrawingML shape import: fix missing rotationSzabolcs Toth3-4/+82
2020-05-30fix tree disabled in autofilter pulldown, tdf#76481 relatedNoel Grandin2-3/+5
2020-05-30Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke2-395/+416
2020-05-30Resolves: tdf#133485 Append % character also for a leading decimal separatorEike Rathke2-6/+12
2020-05-28tdf#39302 add "alt + =" shortcut for autosumMartin van Zijl3-56/+84