summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2020-11-01tdf#137897 scRetypePassInputDlg: re-allow password removalJustin Luth1-1/+1
2020-10-29Resolves: tdf#137617 Use document address convention to create namesEike Rathke1-1/+2
2020-10-29avoid warning on set_active(0) on empty GtkComboBoxCaolán McNamara1-3/+6
2020-10-29tdf#137726 hide pivot table dlg so its not a candidate as error dlg parentCaolán McNamara1-0/+6
2020-10-27tdf#127680 change even/odd dialog orderSrijan Bhatia1-2/+2
2020-10-27tdf#127680 Add the option to print even or odd values from a particular rangeSrijan Bhatia1-18/+40
2020-10-20tdf#137594 prevent converting unallocated columns.Mark Hung1-1/+2
2020-10-15Resolves: tdf#137248 Fix wrong condition breaking non-group interpretEike Rathke1-4/+4
2020-10-04tdf#134351: do not apply autofilter if all entries are selectedXisco Fauli1-7/+12
2020-09-30Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke1-21/+61
2020-09-28Resolves: tdf#67007 display sheet-local range name in Name Box for selectionEike Rathke1-0/+14
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl1-0/+2
2020-09-16detect if a cell still needs interpreting after Interpret()Luboš Luňák1-2/+26
2020-09-15tdf#135181 Calc print preview zoom slider print preview not transparent (gen)Noel Grandin1-2/+4
2020-09-14tdf#133327 fix calc loading background color with many colsNoel Grandin1-3/+2
2020-09-12Resolves: tdf#107459 MATCH() in descending sorted array find last equal valueEike Rathke1-1/+1
2020-09-09Check range before accessing Calc sort userlistThorsten Behrens2-4/+4
2020-09-09tdf#108673 XLSX: Don't export invalid sheet references in cell validationSerge Krot1-0/+21
2020-09-09tdf#95640 XLSX: import/export of custom sort listsSerge Krot7-14/+308
2020-09-08intermittent forecast.ets.add.fods failureCaolán McNamara1-0/+2
2020-09-01Resolves: tdf#136189 don't try and sort until treeview is filledCaolán McNamara1-1/+3
2020-09-01tdf#136242 disable changing selection while formula wizard is openCaolán McNamara1-6/+11
2020-08-29tdf#136113 shape editing does not change modified statusNoel Grandin1-6/+6
2020-08-28tdf#136062 Don't use 'Reject (All)/Clear formatting' buttons in CalcGabor Kelemen1-4/+3
2020-08-22Resolves: tdf#132105 COUNTBLANK() handle external references and array/matrixEike Rathke2-7/+43
2020-08-20Resolves: tdf#109409 TEXTJOIN() CONCAT() handle array/matrix row-wiseEike Rathke1-6/+6
2020-08-04tdf#134817 XLSX export: fix partially lost header/footerAttila Szűcs1-1/+1
2020-07-30tdf#130559: don't fail creation of preview when BackingComp can't add...Mike Kaganski1-4/+15
2020-07-30rhbz#1861794 csv fixed width import missing split handleCaolán McNamara2-22/+21
2020-07-27tdf#134769 XLSX export fix: unable to open with MS ExcelSerge Krot1-1/+1
2020-07-21tdf#31231: don't set charts modified state when !IsEnableSetModifiedMike Kaganski1-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ňák3-1/+8
2020-07-01Resolves: tdf#85551 OFFSET() NewWidth and NewHeight must be >0 if givenEike Rathke1-24/+34
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ňák3-2/+33
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin7-263/+170