summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2 daysslightly speed up XLS importNoel Grandin1-2/+2
6 daystdf#148170 - Convert print range to an excel cell rangeAndreas Heinisch4-3/+44
2024-02-17sc: Show warning for a XLS document with unknown encrypted partTomaž Vajngerl6-4/+40
2024-02-17sc: Handle xls documents with unknown DRM encryption betterTomaž Vajngerl1-1/+3
2024-02-15tdf#159707: sc: Add UItestXisco Fauli2-0/+33
2023-07-11tdf#123026 xlsx import: recalc optimal row height on importJustin Luth6-13/+21
2023-06-30crashtesting: assert/crash on export of fdo66241-1.ods to xlsCaolán McNamara2-0/+38
2023-04-27tdf#151715 sfx2: do not use FORCERELOAD for document stored in /tmpMichael Stahl1-1/+4
2023-04-18sc drawstyles: Assign the Note style to imported commentsMaxim Monastirsky4-7/+21
2023-03-29crashtesting: Null-deref on export of forum-mso-en4-274729.xls to odsCaolán McNamara1-0/+2
2023-02-20Remove exec bits on xls fileAndrea Gelmini1-0/+0
2023-02-07crashtesting: crash in ScInterpreter::ScCountIfsCaolán McNamara1-2/+8
2023-01-24tdf#117266 tdf#120374 sc oox: export correct vml button name #2Justin Luth3-9/+23
2022-12-13crashtesting: (assert) fix treatment of "#FMT" input line valueEike Rathke1-2/+3
2022-10-11tdf#148806 tdf#151393 xls vba: no Auto_Open from ThisWorksheetJustin Luth3-8/+33
2022-10-05tdf#151283 calc hangs when try to open XLS fileNoel Grandin1-1/+1
2022-09-21tdf#75702 ODS import: send text:line-break to editengJustin Luth2-2/+3
2022-09-08tdf#150832: Revert "tdf#150034 very slow opening pathological chart"Xisco Fauli1-2/+1
2022-09-07crashtesting: prevent nullptr accessEike Rathke1-2/+14
2022-08-30tdf#90299 Fix saving external links as relativeŁukasz Leszko3-24/+129
2022-08-02tdf#150034 very slow opening pathological chartNoel Grandin1-1/+2
2022-06-30tdf#99514 - implement Value2 for compatibilityHannah Meeks4-11/+36
2022-05-09tdf#148993 XLS export: fix broken formula regressionLászló Németh2-2/+6
2022-02-26do not fail import if there are only warningsLuboš Luňák3-14/+28
2021-10-26tdf#142010 XLS import: fix bad calculation after editingLászló Németh4-51/+2
2021-08-12tdf#95549 speed up xls openNoel Grandin2-88/+58
2021-07-06XLSX export: handle macros on button form controlsMiklos Vajna5-11/+72
2021-05-10tdf#127301 XLSX import: hide hidden named range of autofilterBalazs Varga5-18/+45
2021-03-15xls load: suppress secondary [~gengou] calendar modifier in format codeEike Rathke2-4/+31
2021-03-15xls save: fix writing inline calendar modifiers as format code, don'tEike Rathke1-3/+6
2020-12-08Update git submodulesgar Soul1-0/+0
2020-10-28tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna8-10/+108
2020-05-07tdf#132796: use LO language settings to set default XLS languageMike Kaganski4-10/+12
2019-12-30Decrease SplitVertical value to pass on small screen sizeMike Kaganski1-0/+0
2019-12-20tdf#129228 speedup load xls file with lots of commentsNoel Grandin3-0/+16
2019-11-24tdf#128976: properly calculate default value when writing XLSMike Kaganski5-12/+52
2019-10-30writerfilter: rtftok: filter control charactersMichael Stahl1-0/+25
2019-10-25tdf#126021 speed up saving xls with lots of stylesNoel Grandin2-21/+85
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara30-65/+236
2019-07-08tdf#126192 (Related) Translate automatic chart axis labels in xlsGabor Kelemen2-1/+2
2019-06-28tdf#126030 (related) Translate automatic chart title in XLS chartsGabor Kelemen2-1/+4
2019-06-15Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+4
2019-06-14Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+4
2019-06-14Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-1/+1
2019-06-14Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+1
2019-06-14Extend debug-mode timeoutStephan Bergmann1-3/+7
2019-04-27ofz#14469 null derefCaolán McNamara1-1/+3
2019-04-24tdf#124741: export default column width to XLSXMike Kaganski3-87/+69
2019-04-24lazy image loading shouldn't read the entire .xls file (tdf#124828)Luboš Luňák3-4/+9
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin34-201/+150