summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2019-10-15new loplugin:bufferaddNoel Grandin2-11/+10
2019-10-11ofz#15997 TimeoutCaolán McNamara1-0/+4
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-09loplugin:redundantpointeropsStephan Bergmann1-1/+1
2019-10-09cid#1448346 Improper use of negative valueCaolán McNamara1-1/+4
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin3-4/+4
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski3-29/+2
2019-10-01loplugin:stringadd in scNoel Grandin1-2/+1
2019-09-26loplugin:constmethod in scNoel Grandin3-3/+3
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-2/+2
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-09-04tdf#127110 XLSX export: fix bad view positionLászló Németh1-2/+4
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-27use SdrCircKind enum more widelyNoel Grandin1-2/+2
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-12/+12
2019-08-23loplugin:returnconstval in ooxNoel Grandin1-1/+1
2019-08-20loplugin:constvars in package..scNoel Grandin1-3/+3
2019-08-15loplugin:sequenceloop in scNoel Grandin1-3/+3
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara1-5/+31
2019-08-12Mark Sequence const in scArkadiy Illarionov1-6/+6
2019-08-12Fix typosAndrea Gelmini4-6/+6
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov2-51/+37
2019-08-07tdf#126748: temporary hack to avoid crash when several pivot tables ...Mike Kaganski1-0/+10
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann5-17/+17
2019-07-22cid#1242892 Untrusted value as argumentCaolán McNamara1-2/+2
2019-07-20assign nLen during ctorCaolán McNamara1-2/+1
2019-07-20cid#1448265 Untrusted value as argumentCaolán McNamara1-0/+7
2019-07-20loplugin:referencecasting in scNoel Grandin3-5/+4
2019-07-17crashtesting: assert on export of fdo63407-3.ods to xlsCaolán McNamara1-1/+1
2019-07-08tdf#126192 (Related) Translate automatic chart axis labels in xlsGabor Kelemen1-1/+1
2019-07-03tdf#126177 XLSX export: fix hyperlinks to documentsTünde Tóth1-0/+4
2019-06-28tdf#126030 (related) Translate automatic chart title in XLS chartsGabor Kelemen1-1/+3
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-2/+2
2019-06-21tdf#126024 XLSX export: fix hyperlink on formula cellTünde Tóth1-0/+11
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov1-1/+2
2019-06-15loplugin:logexceptionnicely in scNoel Grandin1-2/+3
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-5/+3
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen2-0/+5
2019-06-03tdf#112567 XLSX export: correct built-in namesLászló Németh1-1/+24
2019-05-24tdf#79972 XLSX export: fix hyperlink at numeric dataTünde Tóth1-0/+13
2019-05-22New loplugin:dataStephan Bergmann3-7/+7
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov5-16/+13
2019-05-10tdf#85470 FILESAVE Very long time spent saving XLSX as XLSNoel Grandin1-8/+34
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+6
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin2-4/+4
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-6/+3
2019-05-04Don't truncate SCROW (aka sal_Int32) to sal_Int16Stephan Bergmann1-2/+2
2019-05-04tdf#124953: Use rangelist's combined range top-left address...Dennis Francis1-6/+13