summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/impop.cxx
AgeCommit message (Expand)Author
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
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-02-22enable wildcards when importing .xls, tdf#72196Eike Rathke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-04crash in StandardwidthCaolán McNamara
2015-10-03fix crash on loading certain xlsCaolán McNamara
2015-10-03xls: Defrowheight345 without pColRowBuffCaolán McNamara
2015-10-02xls: DefColWidth without pColRowBuffCaolán McNamara
2015-10-02fix crash on loading certain xlsCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-23loplugin:constantfunction: scNoel Grandin