summaryrefslogtreecommitdiff
path: root/sc/source/filter/qpro
AgeCommit message (Expand)AuthorFilesLines
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+1
2019-11-04fix ODR violationNoel Grandin1-3/+3
2019-11-03loplugin:stringaddNoel Grandin1-2/+1
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-1/+1
2019-10-17Don't use uninitialized memory when reading from the stream failsStephan Bergmann1-5/+9
2019-10-17Remove some memset callsMike Kaganski1-8/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+2
2019-10-11ofz#16433 TimeoutCaolán McNamara1-0/+1
2019-09-01Fix '..'Andrea Gelmini1-2/+2
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-1/+1
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen3-16/+0
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-1/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák2-4/+4
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-02-19ofz#5991 limit num of qpro tabs for fuzzingCaolán McNamara1-1/+3
2018-02-14ofz#6316 Direct-leakCaolán McNamara1-1/+0
2018-02-13speed up slk fuzzingCaolán McNamara1-0/+2
2018-02-10speed up qpw fuzzing, skip CalcAfterLoadCaolán McNamara1-2/+25
2018-02-10use read_uInt8s_ToOUStringCaolán McNamara1-8/+4
2018-02-01Author was too dumb to adjust a copy-pasta digitEike Rathke1-2/+2
2018-02-01ofz: do not force non-existent parameters into the TokenPoolEike Rathke1-12/+21
2018-02-01Check for end-of-stream after reading formula headersEike Rathke1-0/+5
2018-01-31ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke1-1/+5
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann2-3/+3
2017-11-22turn some eof checks to eof or errorCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-10-27ofz#2947 check for input stream endEike Rathke1-1/+13
2017-10-23loplugin:includeform: scStephan Bergmann3-26/+26
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-4/+4
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-2/+2
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann1-1/+1
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-06expand out FltError and eERR constantsNoel Grandin1-12/+12
2017-06-02rework ScQProReader to take SvStream instead of SfxMediumCaolán McNamara1-4/+4
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-3/+2
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-6/+6
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-3/+3
2017-02-15convert ConvErr to scoped enumNoel Grandin2-7/+7
2016-11-03merge ScBiffReader and ScQProReaderNoel Grandin2-102/+57
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-1/+1
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke1-1/+1