summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2019-10-29remove XclRoot::GetDocRefNoel Grandin14-38/+31
2019-10-28cid#1448338 silence Untrusted value as argumentCaolán McNamara1-1/+1
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 Grandin2-21/+85
2019-10-21loplugin:virtualdead unused param in ProcessClientAnchor2Noel Grandin2-2/+1
2019-10-20ofz#18301 Timeout in xlsfuzzerCaolán McNamara1-0/+4
2019-10-20cid#1448338 Untrusted value as argumentCaolán McNamara1-8/+7
2019-10-19sc: rowcol: tdf#50916 convert ucalc test, and docfunc.Michael Meeks1-1/+1
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-1/+1
2019-10-18cid#1448338 Untrusted value as argumentCaolán McNamara1-0/+2
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-17Don't use uninitialized memory when reading from the stream failsStephan Bergmann1-5/+9
2019-10-17Remove some memset callsMike Kaganski3-15/+6
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann10-17/+17
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin2-7/+4
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-4/+4
2019-10-15new loplugin:bufferaddNoel Grandin5-44/+31
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin3-6/+6
2019-10-11ofz#16433 TimeoutCaolán McNamara1-0/+1
2019-10-11ofz#15997 TimeoutCaolán McNamara1-0/+4
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin3-5/+5
2019-10-09loplugin:redundantpointeropsStephan Bergmann1-1/+1
2019-10-09cid#1448346 Improper use of negative valueCaolán McNamara1-1/+4
2019-10-08tdf#123339 XLSX: fix horizontal alignment in commentsSzabolcs Toth2-0/+33
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin6-10/+10
2019-10-04Removed executable bit on cxx and ods filesAndrea Gelmini2-0/+0
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski4-32/+11
2019-10-04tdf#123341 XLSX: fix vertical alignment in commentsSzabolcs Toth2-0/+28
2019-10-01tdf#119021 Support lock down settings of Formula tab pageGabor Kelemen1-0/+4
2019-10-01loplugin:stringadd in scNoel Grandin4-20/+9
2019-09-27cid#1453999 move coverity suppressionCaolán McNamara1-1/+3
2019-09-26loplugin:constmethod in scNoel Grandin22-37/+37
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák2-5/+5
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-2/+1
2019-09-20tdf#39593 Drop ScDataPilotDescriptorBase::getImplementationArkadiy Illarionov1-1/+1
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-09-04tdf#127110 XLSX export: fix bad view positionLászló Németh2-2/+5
2019-09-01Fix '..'Andrea Gelmini2-2/+2
2019-09-01Fix '..'Andrea Gelmini7-8/+8
2019-08-31Fix typosAndrea Gelmini1-5/+5
2019-08-27Use lambda expression here instead of a function object.Kohei Yoshida1-12/+6
2019-08-27Use getSystemPathFromFileURL() which is exactly what we need.Kohei Yoshida3-16/+9
2019-08-27use SdrCircKind enum more widelyNoel Grandin1-2/+2
2019-08-27You can just check for nCheckPos being 0 for non-error condition.Kohei Yoshida1-9/+3
2019-08-25Fix typo in codeAndrea Gelmini1-2/+2
2019-08-24loplugin:returnconstval in sal..scNoel Grandin2-29/+29
2019-08-23loplugin:returnconstval in ooxNoel Grandin4-4/+4
2019-08-23loplugin:returnconstval in saxNoel Grandin7-12/+12