summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)AuthorFilesLines
2019-10-08tdf#123339 XLSX: fix horizontal alignment in commentsSzabolcs Toth1-0/+16
2019-10-04Removed executable bit on cxx and ods filesAndrea Gelmini1-0/+0
2019-10-04tdf#123341 XLSX: fix vertical alignment in commentsSzabolcs Toth1-0/+7
2019-10-01tdf#119021 Support lock down settings of Formula tab pageGabor Kelemen1-0/+4
2019-09-26loplugin:constmethod in scNoel Grandin1-3/+3
2019-09-20tdf#39593 Drop ScDataPilotDescriptorBase::getImplementationArkadiy Illarionov1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-23loplugin:returnconstval in ooxNoel Grandin1-1/+1
2019-08-20loplugin:constvars in package..scNoel Grandin2-3/+3
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin2-6/+3
2019-08-15loplugin:sequenceloop in scNoel Grandin2-4/+4
2019-08-15replace ".get->" with "->"Noel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov2-18/+12
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann4-16/+16
2019-07-20loplugin:referencecasting in scNoel Grandin3-3/+3
2019-07-16cid#1448349 Uninitialized scalar fieldCaolán McNamara1-4/+5
2019-06-25improve loplugin:simplifyconstructNoel Grandin2-4/+4
2019-06-21reference childwins are all weldedCaolán McNamara2-5/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-2/+2
2019-05-09crashtesting: crash on importing tdf#123420-2.xlsxDennis Francis1-4/+2
2019-05-04tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis2-6/+96
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse4-7/+110
2019-04-25tdf67629 FILEOPEN Particular .xlsx hangs SpreadsheetNoel Grandin1-0/+3
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-2/+2
2019-04-22tdf#124883: don't drop data field names on importMike Kaganski1-0/+3
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski2-0/+19
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen2-0/+2
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2-0/+2
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin2-6/+11
2019-03-06Simplify Sequence constructionStephan Bergmann1-3/+3
2019-03-05Simplify ShapeAnchor::importVmlAnchorMatteo Casalin1-14/+18
2019-03-05Index returned by getToken is always lower than string lengthMatteo Casalin1-3/+1
2019-03-05Index returned by getToken is always lower than string lengthMatteo Casalin1-3/+3
2019-03-05Index is not needed for single getToken callMatteo Casalin1-2/+1
2019-02-19BIFF return class A for Array, tdf#74664 follow-upEike Rathke1-1/+1
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-1/+2
2019-02-18tdf#122624 XLSX OLE in DOCX: import view positionsLászló Németh1-4/+31
2019-02-09loplugin:indentation in scNoel Grandin2-14/+14
2019-02-07tdf#122594 OLE import in DOCX: show selected sheetLászló Németh1-0/+36
2019-01-29sc: Fix CJK Unified Ideographs range in commentsTakeshi Abe1-2/+2
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-4/+5
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen3-8/+5
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov23-195/+211
2019-01-20Check id in outer loopArkadiy Illarionov1-2/+2
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin3-9/+10
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen43-119/+12