summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
AgeCommit message (Expand)AuthorFilesLines
2019-12-20tdf#129228 speedup load xls file with lots of commentsNoel Grandin1-0/+4
2019-11-24tdf#128976: properly calculate default value when writing XLSMike Kaganski1-3/+3
2019-11-22tdf#128894: xlsx-import : Do not share tokens between cells...Dennis Francis1-1/+21
2019-11-14tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna1-2/+2
2019-11-04fix ODR violationNoel Grandin1-2/+2
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin3-3/+5
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-3/+1
2019-10-25tdf#126021 speed up saving xls with lots of stylesNoel Grandin1-1/+26
2019-10-21loplugin:virtualdead unused param in ProcessClientAnchor2Noel Grandin1-1/+0
2019-10-17Remove some memset callsMike Kaganski1-5/+5
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski1-3/+9
2019-09-27cid#1453999 move coverity suppressionCaolán McNamara1-1/+3
2019-09-26loplugin:constmethod in scNoel Grandin6-12/+12
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-3/+3
2019-09-04tdf#127110 XLSX export: fix bad view positionLászló Németh1-0/+1
2019-08-31Fix typosAndrea Gelmini1-5/+5
2019-08-27Use getSystemPathFromFileURL() which is exactly what we need.Kohei Yoshida1-2/+0
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-17/+17
2019-08-23loplugin:returnconstval in ooxNoel Grandin2-2/+2
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida1-1/+3
2019-08-21Return std::unique_ptr directly.Kohei Yoshida1-1/+1
2019-08-16Fix typosAndrea Gelmini1-1/+1
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida1-0/+2
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara1-2/+9
2019-08-12Fix typosAndrea Gelmini3-4/+4
2019-08-12Fix typosAndrea Gelmini5-6/+6
2019-07-23close some more holes in structuresNoel Grandin1-7/+5
2019-07-22cid#1448348 silence Stray semicolonCaolán McNamara1-0/+1
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-18Fix typosAndrea Gelmini1-1/+1
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-3/+1
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák1-1/+5
2019-05-10tdf#85470 FILESAVE Very long time spent saving XLSX as XLSNoel Grandin1-0/+4
2019-05-10an is used before a vowel soundCaolán McNamara2-2/+2
2019-05-09loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2019-05-05Fix typoAndrea Gelmini1-1/+1
2019-05-04tdf#124953: Use rangelist's combined range top-left address...Dennis Francis1-1/+1
2019-05-04tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis2-1/+14
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse5-4/+28
2019-04-29weld ScXMLSourceDlgCaolán McNamara1-1/+1
2019-04-24tdf#124741: export default column width to XLSXMike Kaganski1-3/+6
2019-04-22Simplify parameter pack handling: use if constexpr to drop extra functionMike Kaganski1-2/+2
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski1-0/+3
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski2-7/+2
2019-04-18C++11-ify XclExpXmlStream::WriteAttributesMike Kaganski1-35/+20
2019-04-17tdf#123645 XLSX export: fix hyperlink inserted to charttundet2-1/+17
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski1-1/+0
2019-03-13translate some german var namesNoel Grandin1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin4-10/+7
2019-03-04Revert "new loplugin typedefparam"Noel Grandin4-7/+10