summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-07-12Use correct language for spellchecking in calcSzymon Kłos1-1/+3
2022-06-09tdf#145248 don't start a drag if actively selectingCaolán McNamara1-1/+2
2022-05-27ofz#46352 assert on bad string offsetCaolán McNamara1-1/+1
2022-03-30tdf#147014 Image missing due to integer overflowAron Budea3-5/+36
2022-03-30warn on too many rows/column when loading ODSLuboš Luňák3-3/+20
2022-03-30Resolves: tdf#148054 Advance offset for all columns, tdf#104927 regressionEike Rathke1-28/+44
2022-03-15sc export chart as graphic: handle PDFmimo-7.2.6.2.M1Miklos Vajna1-1/+8
2022-03-08proper columns range check (tdf#147830)Luboš Luňák1-1/+1
2022-02-28ensure null terminatorCaolán McNamara1-8/+3
2022-02-21clear ScDocumentImport position cache if iterators are invalidCaolán McNamara3-2/+30
2022-02-18fix range checking in calls like ScDocument::GetNote()Luboš Luňák3-4/+25
2022-02-17for unallocated columns check default column attributes (tdf#132057)Luboš Luňák1-9/+6
2022-02-16tdf#113785 sc: IsDataFiltered must be normalizedJustin Luth1-2/+5
2022-02-16Resolves: tdf#147421 Do not use OUString::replaceAll() to strip null-bytesEike Rathke1-3/+34
2022-02-16tdf#113785 sc FillAutoSimple: also optimize in negative directionJustin Luth1-4/+16
2022-02-07Resolves: tdf#74577 tdf#92960 Create missing offsets in very outer tableEike Rathke1-0/+10
2022-01-25tdf#146571 Ignore focus changes after closing Manage changes dialogCaolán McNamara1-1/+2
2022-01-22tdf#146367 reintroduce approxAdd() similar handling with last summandEike Rathke1-43/+80
2022-01-16tdf#136481 show the focus rect for the case nothing is yet selectedCaolán McNamara1-3/+7
2022-01-13tdf#146454 - Check for multiline string in setDataArrayAndreas Heinisch1-2/+14
2022-01-10tdf#146617: iterators may be invalidated during handler callMike Kaganski1-12/+12
2022-01-09Resolves: tdf#146592 "Reset" to the current document propertiesCaolán McNamara1-2/+6
2022-01-04For now, disable tests giving dubious results on AArch64Stephan Bergmann3-0/+16
2022-01-04CppunitTest_sc_subsequent_filters_test2: check format instead of stringXisco Fauli1-5/+7
2021-12-26Related: tdf#146377 Let AND(), OR(), XOR() propagate the current error, if anyEike Rathke1-3/+3
2021-12-23CppunitTest_sc_subsequent_filters_test2: fix test depending on current yearXisco Fauli3-2/+175
2021-12-21ofz#42605 Null-dereferenceCaolán McNamara1-1/+2
2021-12-16Resolves: tdf#126565 RefEditModified() preset current sheet for address-onlyEike Rathke1-0/+2
2021-12-13tdf#128895 sc xmlimport: create enough dynamic cols if propsJustin Luth3-0/+19
2021-12-10new ScTypedStrData: typically missed argument in CTOR, tdf#142910 follow-upJustin Luth4-10/+10
2021-12-07Bump tolerance from 30 to 40 to make this test pass on my MacTor Lillqvist1-2/+2
2021-12-02tdf#145819 Revert logic of the image-with-rotation dialog: sc & sdGabor Kelemen1-1/+3
2021-12-01tdf#144244: fix crash when FILESAVE a calc file after delete some columnsJulien Nabet1-4/+12
2021-12-01tdf#144107: fix incorrect conditioning on bGrid...Dennis Francis1-31/+10
2021-11-29Reverts tdf#144247 tdf#101217 - 4 digits in row height/col widthHeiko Tietze3-22/+18
2021-11-29tdf#144940 sc: fix disabled header/footer regressionAttila Bakos (NISZ)2-5/+78
2021-11-28Resolves: tdf#144410 show submenu indicator for color filtering optionsCaolán McNamara4-6/+12
2021-11-27Regression Statistics: use cell reference, not fix row to calculate offsetEike Rathke1-3/+8
2021-11-25Resolves: tdf#128914 Create copies for non-shareable token arraysEike Rathke1-4/+8
2021-11-24Resolves: ofz#41299 Rewind also on last resort #REF! IsReference()Eike Rathke1-0/+6
2021-11-18tdf#142420 color menu should be a child of the autofilter, not a siblingCaolán McNamara3-4/+16
2021-11-18revert "vlookup - optimize SC_EQUAL and NOT_EQUAL." (tdf#139612)Luboš Luňák2-20/+11
2021-11-17Resolves tdf#144247 - Change display precision of row height / column widthHeiko Tietze1-4/+8
2021-11-14Resolves: tdf#145645 pivot table popups don't dismiss when item activatedCaolán McNamara4-6/+15
2021-11-14Resolves: tdf#145640 MoveReference...Reorder() there are RPN tokens as wellEike Rathke1-94/+106
2021-11-11tdf#142986 sc sampling: allow more than default (100) samplesJustin Luth1-0/+2
2021-11-09tdf#142033 - Handle embedded newline set via SetDataArrayAndreas Heinisch1-3/+2
2021-11-09tdf#139205: Keep hierarchical structure of localized default styles in CalcKevin Suo2-2/+7
2021-11-04tdf#145079 XLSX export: fix regression of internal hyperlinksTünde Tóth3-5/+15
2021-11-02multiline calc inputbar not redrawing and adjusting scrollbar on delete of textCaolán McNamara2-0/+10