summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-06-01tdf#148835 don't write any sparkline xml elements if none existsTomaž Vajngerl2-1/+28
2022-05-31reduce Calc's INITIALCOLCOUNT to 1Luboš Luňák3-20/+28
2022-05-31fix setting cell borders for unallocated cellsLuboš Luňák3-6/+77
2022-05-31first arg of ApplyFrame is never nullLuboš Luňák2-16/+16
2022-05-25tdf#145248 don't start a drag if actively selectingCaolán McNamara1-1/+2
2022-05-25tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh3-0/+65
2022-05-25tdf#124820 sc: overwrite more character level font attributesJustin Luth1-1/+14
2022-05-25forcepoint#97 avoid Invalid read of size 2Caolán McNamara6-1/+29
2022-05-25Use interpreter stack to determine JumpMatrix context, tdf#148863 follow-upEike Rathke1-2/+2
2022-05-25Resolves: tdf#148863 In JumpMatrix context use its dimensions for resultsEike Rathke1-1/+11
2022-05-20bump up Calc MAXTILEDROW to MAXROWLuboš Luňák2-2/+2
2022-05-19change default Calc number of columns to 16384 (tdf#50916)Luboš Luňák1-2/+2
2022-05-19don't allocate unnecessary columns when inserting a rowLuboš Luňák4-19/+21
2022-05-19actually insert the column(s) in ScTable::InsertCol()Luboš Luňák1-0/+3
2022-05-19ScTable::TestInsertRow() does not need to allocate all columnsLuboš Luňák2-6/+18
2022-05-19make CreateColumnIfNotExists() non-constLuboš Luňák8-25/+33
2022-05-18lok-calc: new callback for print rangesDennis Francis4-0/+61
2022-05-18try to limit cell interpreting to only visible cells when drawingLuboš Luňák7-6/+66
2022-05-18limit Interpret() for dirty cells only to the given row range (bsc#1197497)Luboš Luňák1-2/+35
2022-05-17lok: respect zoom in calc tile rendering of EditViewSzymon Kłos1-4/+8
2022-05-13Resolves: tdf#132582 Display duration for calculated time values selectionEike Rathke1-0/+12
2022-05-13tdf#108188, tdf#131190 - Verify that the page style is actually usedAndreas Heinisch3-11/+45
2022-05-13tdf#148993 XLS export: fix broken formula regressionLászló Németh2-2/+6
2022-05-13Resolves: tdf#148948 Use QueryBy(Non)Empty for "=" and "<>" criteriaEike Rathke1-4/+25
2022-05-13Resolves: tdf#148843 Handle single reference error values correctlyEike Rathke1-8/+7
2022-05-13tdf#148837: fix cell range negative selectionhasban121381-2/+2
2022-05-03fix horizontal Calc cursor skippingLuboš Luňák1-2/+10
2022-05-03fix an off-by-one error in GetEmptyLinesInBlock()Luboš Luňák2-3/+4
2022-05-03fix checking whether a block of cells is emptyLuboš Luňák5-3/+20
2022-05-03use range-checked GetCellValue()Luboš Luňák1-7/+7
2022-05-03simply return from a loopLuboš Luňák1-4/+3
2022-05-03fix off-by-one errorLuboš Luňák1-1/+1
2022-05-03rework GetColumnsRange() and ScColumnsRangeLuboš Luňák10-41/+65
2022-04-28lok: Introduce uno commands for formulabar actionsSzymon Kłos7-41/+123
2022-04-23jsdialog: handle formulabar as textinputSzymon Kłos3-1/+73
2022-04-23jsdialog: used for formulabarSzymon Kłos2-87/+2
2022-04-21sc: convert optimal width/height and normal width/height dialog to asyncrash4193-43/+65
2022-04-19sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl13-7/+260
2022-04-19sc: fix rendering when sparkline doesn't have a data rangeTomaž Vajngerl1-1/+5
2022-04-14Resolves: tdf#141625 give enough space to see full date+timeCaolán McNamara1-3/+3
2022-04-14ofz#46352 assert on bad string offsetCaolán McNamara1-1/+1
2022-04-14unit test: use temp copy in testInvalidEntrySave()Dennis Francis1-4/+26
2022-04-14lok: unit test for invalid entry saveDennis Francis2-5/+52
2022-04-14lok: avoid validation-dialog yield when savingDennis Francis5-7/+24
2022-04-14tdf#148423: Half a hackStephan Bergmann1-1/+1
2022-04-14compress row height calculation (tdf#148492)Luboš Luňák1-1/+7
2022-04-14don't clamp columns to allocated ones for flagsLuboš Luňák1-2/+0
2022-04-14handle xlsx with too large sheets the same way as e.g. odsLuboš Luňák3-61/+19
2022-04-14allocate columns for initDataRows()Luboš Luňák1-0/+4
2022-04-14use ScTable::ColumnData() in ScDocument::ExtendOverlapped()Luboš Luňák1-9/+9