summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-02-10cid#1472783 avoid null pointer dereferenceRegina Henschel1-0/+2
2021-02-10tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel14-69/+374
2021-02-10tdf#129940 handle text:ruby element inside text:pMark Hung4-9/+177
2021-02-10Factor out common parts in scshapetest.cxxRegina Henschel1-308/+114
2021-02-08tdf#133858 reduce the double-ref range to data contentDennis Francis6-0/+236
2021-02-08tdf#139167 XLSX export: fix proliferation of conditional stylesTibor Nagy4-3/+31
2021-02-03tdf#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-25tdf#139857 release mouse on launch context menuCaolán McNamara1-0/+2
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-21tdf#51022 sc import: fix lost print ranges of last sheetAttila Szűcs2-9/+42
2021-01-19Resolves: tdf#138972 dnd is moving instead of copying the dataCaolán McNamara1-4/+4
2021-01-19tdf#139583 fix case rot 180deg for cell anchored shapesRegina Henschel3-6/+75
2021-01-19tdf#139258 XLSX export: fix position of rotated imagesSzabolcs Toth3-7/+25
2021-01-19tdf#138832 XLSX export: fix lost file names in modified linksAttila Szűcs3-1/+13
2021-01-19tdf#121472 XLSX export: fix external Linux pathAttila Szűcs2-7/+6
2021-01-18tdf#137033 improve save of cell anchored shapesRegina Henschel5-21/+299
2021-01-18tdf#138824 tdf#137937 XLSX export: fix parent directory pathAttila Szűcs4-7/+56
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara83-0/+182
2021-01-14tdf#136155 let the other elements in the dialog determine the final widthCaolán McNamara1-0/+3
2021-01-14tdf#113013 XLSX import: fix "Formula is" type conditional formattingTibor Nagy3-4/+35
2021-01-07tdf#139394 XLSX export: remove extra quotation marksTibor Nagy3-10/+37
2021-01-05tdf#139021 XLSX export: fix "contains" conditional formattingTibor Nagy3-5/+120
2021-01-04tdf#120749 XLSX: fix "begins/ends with" conditionalTibor Nagy4-1/+71
2020-12-21Set correct interface domainAndras Timar1-1/+1
2020-12-20fix crash inserting chartNoel Grandin1-1/+4
2020-12-19Resolves: 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-17tdf#122102 XLSX import: fix "contains" conditional formattingTibor Nagy3-1/+50
2020-12-14refactor for xlsx shape exportSzabolcs Toth1-22/+20
2020-12-14tdf#138851: Named range manager always display "Document (Global)" at launchingJulien Nabet1-7/+8
2020-12-11tdf#123613 XLSX export: fix position of rotated shapesSzabolcs Toth2-4/+22
2020-12-10tdf#138741 XLSX export: fix crash in setSkipUnusedFileIdsAttila Szűcs4-1/+16
2020-12-08tdf#131815 Reduce Validity dialog heightRoman Kuznetsov1-1/+1
2020-12-08avoid possible nullptr dereferenceLuboš Luňák1-1/+2
2020-12-07tdf#43003 - convert parameter to the requested typeAndreas Heinisch2-0/+26
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs8-4/+98
2020-12-03Fix wrong downcastStephan Bergmann1-1/+1
2020-12-03tdf#107870 sw: don't jump to cursor setting Record ChangesLászló Németh2-2/+2
2020-12-03tdf#137576 Improve cell anchored measure line in CalcRegina Henschel3-8/+135
2020-12-03Related: tdf#138360 Use approxFloor() in rtl_math_round()Eike Rathke16-44/+44
2020-12-02tdf#138540 formula popover in the wrong placeCaolán McNamara3-19/+82
2020-12-02Resolves: tdf#138549 use GetSpecialTextBoxShadow to identify ScPostItCaolán McNamara1-11/+0
2020-12-02cid#1470370 Uninitialized scalar fieldCaolán McNamara1-0/+1
2020-12-01bring back optimized calc querying by value (tdf#133878)Luboš Luňák1-8/+40
2020-12-01clean up ScDocumentThreadSpecificLuboš Luňák4-40/+11
2020-12-01it does not work to clear data of other thread's thread_localLuboš Luňák2-1/+6
2020-12-01add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák1-1/+1
2020-11-30tdf#138483 sc: update red circles after merging cellsTibor Nagy5-4/+51