summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-25tdf#124318 FILEOPEN: XLS Hyperlink URL incorrectNoel Grandin1-1/+3
2019-02-18tdf#123485 Excel 2003 xml file with xls extension detected as HTMLNoel Grandin2-22/+16
2018-06-11tdf#113991 xls/xlsx export: no relative sheet in named rangesJustin Luth3-5/+80
2018-02-02init known ExtraLanguages before document loadsJustin Luth1-0/+4
2018-01-29CheckLinkFormulaNeedingCheck() for .xls named expressionsEike Rathke1-0/+3
2018-01-26CheckLinkFormulaNeedingCheck() for .xls conditional format expressionsEike Rathke1-0/+6
2018-01-18CheckLinkFormulaNeedingCheck() for .xls cell formulasEike Rathke3-0/+3
2017-11-02add xls fuzzerCaolán McNamara5-1/+103
2017-10-24rework TestImportXLS to take a SvStream argCaolán McNamara2-6/+9
2017-09-30tdf#107711:Pivot table: filtering of non-string fields is not exported to XLSXTamás Zolnai10-8/+390
2017-08-30tdf#112106: Corrupted pivot table after XLSX -> XLS conversion in CalcTamás Zolnai3-3/+34
2017-08-30tdf#108352: Structure of pivot table coming from XLS is altered in LOTamás Zolnai5-2/+90
2017-07-31The code handles the nLevel == nCurLevel case just fineTor Lillqvist1-1/+1
2017-07-27tdf#90510 : Override default point label placement setting...Dennis Francis4-6/+27
2017-07-13tdf#108545 editable DOC/XLS embeddings inside DOCXSzymon Kłos2-4/+25
2017-04-06crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdfCaolán McNamara1-1/+1
2017-02-14tdf#105840 EXCEL export: fixes for hidden defaultRowJustin Luth4-8/+29
2016-11-07tdf#62625 - reopen temp stream to readBasic .xls VBAJustin Luth1-1/+2
2016-10-21implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara5-134/+347
2016-10-20hash len is 20 for xls cryptoapi configurationCaolán McNamara2-6/+7
2016-10-12create NoName error token instead of setting error at the token arrayEike Rathke1-2/+10
2016-09-25Avoid failure in VBA test when window is too smallLuke Deller1-0/+0
2016-09-13fix a TODO in XclImpExtName::MOper::MOperNoel Grandin1-2/+2
2016-05-07tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta4-4/+83
2016-04-12move xls export code from shared xls + xlsx part of codeMarkus Mohrhard1-17/+42
2016-04-12xls does not allow 3D refs in cond format formulas, tdf#62770Markus Mohrhard1-0/+4
2016-04-12better variable names for range name case in xls formula importMarkus Mohrhard1-14/+15
2016-03-13fix memory leak in array xls importMarkus Mohrhard2-5/+15
2016-02-03its an xls not an xlsxCaolán McNamara1-0/+0
2015-11-16tdf#92754: Excel Chart content type is not exported properly.yogesh.bharate0013-0/+18
2015-10-15tdf#94924: Add a more systematic OpenCL unit testTor Lillqvist2-0/+94
2015-10-09crashtesting: ooo95537-1.xls fails with a fAnz that is nanCaolán McNamara1-5/+5
2015-10-03fix test-casesCaolán McNamara3-0/+0
2015-10-01Related: tdf#40304 extend biff-5 invalid xls loop detectionCaolán McNamara1-22/+38
2015-09-30don't believe xls wrt size to reserveCaolán McNamara2-3/+8
2015-09-30add xls support to fftesterCaolán McNamara4-0/+33
2015-09-10handle different callers for vba export codeMarkus Mohrhard4-11/+16
2015-09-10introduce mode to save vba stream also to xls filesMarkus Mohrhard2-4/+39
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke3-7/+12
2015-07-09fix export to xls, tdf#69552Winfried Donkers3-9/+7
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier5-4/+30
2015-04-15fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdxCaolán McNamara1-4/+8
2015-04-07fix crash on re-export of fdo64646-4.xls back to xlsCaolán McNamara1-5/+7
2015-03-26Revert "tdf#89319 remove redundant file seekings in XLS export"Eike Rathke1-4/+1
2015-03-10Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist3-1/+8
2015-02-12tdf#89281 fix performance regression of XLS import - cleanupLászló Németh3-33/+49