summaryrefslogtreecommitdiff
path: root/sc/source/filter/qpro/qpro.cxx
AgeCommit message (Expand)Author
2019-11-03loplugin:stringaddNoel Grandin
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-11ofz#16433 TimeoutCaolán McNamara
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel 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-01Check for end-of-stream after reading formula headersEike Rathke
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-11-22turn some eof checks to eof or errorCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
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-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-02-15convert ConvErr to scoped enumNoel Grandin
2016-11-03merge ScBiffReader and ScQProReaderNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-22Remove include stdio (part5)Julien Nabet
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-12std::strlen requires cstring include to buildLuboš Luňák
2014-02-14belt-and-braces, check for short readCaolán McNamara
2014-02-13fix QPro import filter, related #i41688#Markus Mohrhard
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-10-08convert sc/source/filter/qpro/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/qpro*.hxx from String to OUStringNoel Grandin
2013-04-07Some cppcheck cleaningJulien Nabet
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida