summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin2-7/+5
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-31crashtesting: null deref on import of fdo48634-1.xlsCaolán McNamara1-1/+2
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin10-23/+26
2019-10-29remove XclRoot::GetDocRefNoel Grandin11-27/+22
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea11-51/+55
2019-10-25tdf#126021 speed up saving xls with lots of stylesNoel Grandin1-20/+59
2019-10-21loplugin:virtualdead unused param in ProcessClientAnchor2Noel Grandin1-1/+1
2019-10-20ofz#18301 Timeout in xlsfuzzerCaolán McNamara1-0/+4
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-2/+2
2019-10-17Don't use uninitialized memory when reading from the stream failsStephan Bergmann1-2/+2
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann6-10/+10
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-3/+1
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