summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/op.cxx
AgeCommit message (Expand)Author
2019-11-02cid#1448338 silence Untrusted value as argumentCaolán McNamara
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-10-28cid#1448338 silence Untrusted value as argumentCaolán McNamara
2019-10-20cid#1448338 Untrusted value as argumentCaolán McNamara
2019-10-18cid#1448338 Untrusted value as argumentCaolán McNamara
2019-05-22New loplugin:dataStephan Bergmann
2019-01-29use unique_ptr in LotusRangeListNoel Grandin
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-13loplugin:unusedfields in scNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák
2018-06-01ofz#6440 timeout during fuzzingCaolán McNamara
2018-04-21Translate German variable namesJohnny_M
2018-02-19ofz#5956 TimeoutCaolán McNamara
2018-02-12Translate German variable namesJohnny_M
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-28ofz#4412 bail on failure in Formulacell tooCaolán McNamara
2017-11-22good() includes !IsEof() alreadyCaolán McNamara
2017-11-21ofz#4305 do not read past end of fileEike Rathke
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-04-11loplugin:inlinefields in LOTUS_ROOTNoel Grandin
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-01-21coverity#1399047 Untrusted loop boundCaolán McNamara
2016-06-19tdf#39468 translated german comments in sc/filters/lotusAlbert Thuswaldner
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
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-12-12coverity#1242775 Use of untrusted scalar valueCaolán McNamara
2014-11-30coverity#1242775 Use of untrusted scalar valueCaolán McNamara
2014-10-18fdo#39468 Translate German Comments - sc/source/filter/{lotus,rtf}Christian M. Heller
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara
2014-04-23sc: sal_Bool->boolNoel Grandin
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-02-15fdo#63154 Remove unused solar.h reference in sc.Alexandre Vicenzi
2014-02-14sal_Bool->boolNoel Grandin
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-10-21drop CharSet typedefCaolán McNamara
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara