summaryrefslogtreecommitdiff
path: root/sc/source/filter/qpro
AgeCommit message (Expand)Author
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-02-19ofz#5991 limit num of qpro tabs for fuzzingCaolán McNamara
2018-02-14ofz#6316 Direct-leakCaolán McNamara
2018-02-13speed up slk fuzzingCaolán McNamara
2018-02-10speed up qpw fuzzing, skip CalcAfterLoadCaolán McNamara
2018-02-10use read_uInt8s_ToOUStringCaolán McNamara
2018-02-01Author was too dumb to adjust a copy-pasta digitEike Rathke
2018-02-01ofz: do not force non-existent parameters into the TokenPoolEike Rathke
2018-02-01Check for end-of-stream after reading formula headersEike Rathke
2018-01-31ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-22turn some eof checks to eof or errorCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-10-27ofz#2947 check for input stream endEike Rathke
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-06expand out FltError and eERR constantsNoel Grandin
2017-06-02rework ScQProReader to take SvStream instead of SfxMediumCaolán McNamara
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-02-15convert ConvErr to scoped enumNoel Grandin
2016-11-03merge ScBiffReader and ScQProReaderNoel Grandin
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-02-22loplugin:commaoperator in sc/Noel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-23tdf#39440 sc: reduce scope of local variablesMichael Weghorn
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-05-22Remove include stdio (part5)Julien Nabet