summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2021-04-09tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth1-2/+2
2021-03-22Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-4/+3
2021-03-16check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-02-01Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-1/+1
2021-01-07[API CHANGE] officecfg,xmloff: remove SaveBackwardCompatibleODFMichael Stahl1-5/+1
2021-01-07sc: ODF export: OFFICE-3665 table:name on source-cell-rangeMichael Stahl2-4/+2
2021-01-07convert XML_STYLE_FAMILY to scoped enumNoel Grandin14-115/+122
2021-01-07xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl2-18/+18
2021-01-07sc,xmloff: ODF 1.3: adapt XMLPropertyMapEntryMichael Stahl1-3/+6
2021-01-07xmloff: ODF export: rework version checks in SvXMLExportPropertyMapperMichael Stahl1-2/+2
2021-01-07sc: ODF export: table:name extension element, step 1Michael Stahl2-0/+6
2021-01-07sc: ODF export: style:hyperlink extension element, step 1Michael Stahl2-2/+4
2021-01-07replace ODFDefaultVersion usage with ODFSaneDefaultVersion...Michael Stahl1-4/+4
2021-01-04Related: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara1-1/+1
2020-12-21replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl2-25/+25
2020-09-19Check range before accessing Calc sort userlistThorsten Behrens1-2/+2
2020-09-19tdf#95640 XLSX: import/export of custom sort listsSerge Krot7-14/+308
2020-08-28LOK: do not show calc notes in the onlinePranam Lashkari1-2/+13
2020-08-21Use localized default sheet name, if sheet name is missing in xlsx fileAndras Timar1-1/+3
2020-07-28tdf#134769 XLSX export fix: unable to open with MS ExcelSerge Krot1-1/+1
2020-06-11tdf#133595 FILESAVE XLSX: invalid content when opening file with shapeSerge Krot1-0/+15
2020-06-11tdf#106181 XLSX export: output form controlsSerge Krot5-29/+406
2020-05-13tdf#79998 FILESAVE: XLSX export with long sheet names (length > 31 characters)Serge Krot2-0/+134
2020-05-06[cp] Add another known good generator.Aron Budea1-1/+1
2020-05-06Resolves: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara1-1/+1
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke3-5/+23
2020-03-16Resolves: tdf#129985 OOXML import: do not force a fixed-locale number formatEike Rathke1-1/+1
2020-03-10tdf#93831 xlsx file full of pictures of numbers slow to openNoel Grandin1-0/+9
2020-03-03tdf#101710 Fix invalid style:data-style-name attributeMaxim Monastirsky3-76/+3
2020-02-27tdf#130959 crash when opening file with non-existing hyperlinksNoel Grandin1-1/+1
2020-01-08tdf#120502: Excel doesn't increment max column for OOXMLMike Kaganski1-6/+1
2020-01-07tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin1-24/+36
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 Kaganski3-12/+29
2019-11-22tdf#128894: xlsx-import : Do not share tokens between cells...Dennis Francis3-7/+53
2019-11-18tdf#103092 export uses MeasureUnit not FieldUnitRegina Henschel1-1/+3
2019-11-14tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna2-4/+4
2019-11-13no need to store reference to Import hereNoel Grandin2-8/+4
2019-11-12rename now it does more than just sortCaolán McNamara2-2/+2
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-0/+1
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin2-2/+1
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-3/+3
2019-11-04fix ODR violationNoel Grandin2-5/+5
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin3-8/+6
2019-11-03loplugin:stringaddNoel Grandin4-13/+9
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-11-02cid#1448338 silence Untrusted value as argumentCaolán McNamara1-1/+1
2019-11-02cid#1455214 Uninitialized scalar variableCaolán McNamara1-1/+1
2019-10-31crashtesting: null deref on import of fdo51601-2.xlsxCaolán McNamara1-1/+2
2019-10-31tdf#125688, better sizing for some OUStringBufferNoel Grandin1-3/+3