summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/impop.cxx
AgeCommit message (Expand)Author
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-10-20use tools::Long in scNoel
2020-09-18Fix typo in codeAndrea Gelmini
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-14ImportTyp never passed null argCaolán McNamara
2020-09-13ScFormulaCell ctor variant always dereferences its ScDocument argCaolán McNamara
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2020-05-07tdf#132796: use LO language settings to set default XLS languageMike Kaganski
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-24loplugin:makeshared in scNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea
2019-10-17Don't use uninitialized memory when reading from the stream failsStephan Bergmann
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-10-31Translate German commentsJohnny_M
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-17loplugin:useuniqueptr in ImportExcelNoel Grandin
2018-07-12loplugin:useuniqueptr in RootDataNoel Grandin
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen
2018-05-16ofz#6352 set limits for useful fuzzingCaolán McNamara
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-28loplugin:virtualdown in sc..sdNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-18CheckLinkFormulaNeedingCheck() for .xls cell formulasEike Rathke
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-07Translate german variable nameUlrich Gemkow
2017-12-05ofz#4530 Null-dereference READCaolán McNamara
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-06-06expand out FltError and eERR constantsNoel Grandin
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann
2017-01-26NameBuffer is deadJochen Nitschke
2016-10-12use isFinite() instead of !isNan()Eike Rathke
2016-09-20loplugin:unusedfieldsNoel Grandin