summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-02-11tdf#140006 don't limit dropdown width to 300pixelsCaolán McNamara1-4/+3
2021-02-04tdf#140014 calc crash on COUNTIFNoel Grandin1-0/+2
2021-02-03tdf#120348: Avoid data loss when copying chart with error in formulasOuyang Leyan1-1/+1
2021-01-25Related tdf#139782 sc: Make sure column exists before accessing itMichael Weghorn1-2/+2
2021-01-23tdf#139782 sc: Don't try to access unallocated columnMichael Weghorn1-0/+4
2021-01-19Resolves: tdf#138972 dnd is moving instead of copying the dataCaolán McNamara1-4/+4
2021-01-15tdf#136155 let the other elements in the dialog determine the final widthCaolán McNamara1-0/+3
2020-12-20Resolves: tdf#138710 Do not push an out-of-bounds bound to boundariesEike Rathke1-1/+2
2020-12-17tdf#138822: really undo when clicking Cancel in managing Named RangesJulien Nabet1-0/+1
2020-12-14tdf#138851: Named range manager always display "Document (Global)" at launchingJulien Nabet1-7/+8
2020-12-01Resolves: tdf#138549 use GetSpecialTextBoxShadow to identify ScPostItCaolán McNamara1-11/+0
2020-11-28tdf#138466 Crash when creating different scenariosNoel Grandin1-2/+3
2020-11-25crashtesting: make tdf129410-1.ods not crash on loadCaolán McNamara1-1/+2
2020-11-23tdf#138428 don't record SetName("ScPostIt") in undoCaolán McNamara1-0/+8
2020-11-19remove translatable string added in 6d9cc23aXisco Fauli1-5/+0
2020-11-19Resolves: tdf#114956 skip broadcast optimization for ScPostItsCaolán McNamara1-0/+3
2020-11-18tdf#128135 update Pivot Table Layout to fit minimum heightandreas kainz1-27/+17
2020-11-10tdf#134161: sc_anchor: Add unittestXisco Fauli2-0/+16
2020-11-10Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli26-53/+41
2020-11-04Resolves: tdf#137215 restore original modality before dialog loop endsCaolán McNamara2-0/+10
2020-11-03Resolves: tdf#135108 Allow link updates if loaded document so far had noneEike Rathke3-1/+16
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 Fauli2-7/+40
2020-09-30tdf#137091: sc_subsequent_filters_test: Add unittestXisco Fauli2-0/+26
2020-09-30Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke2-24/+68
2020-09-28Resolves: tdf#67007 display sheet-local range name in Name Box for selectionEike Rathke1-0/+14
2020-09-28Resolves: tdf#133812 Add the 'Result' style again used by the Subtotal toolEike Rathke2-1/+9
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-16tdf#135799: properly load arrays in user-defined types from imageMike Kaganski3-1/+62
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 Krot5-3/+63
2020-09-09tdf#95640 XLSX: import/export of custom sort listsSerge Krot13-18/+375
2020-09-08intermittent forecast.ets.add.fods failureCaolán McNamara2-4/+2
2020-09-01tdf#134491 Calc sidebar alignment fixandreas kainz1-3/+5
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 Rathke3-8/+44