summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/impop.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-16ofz#6352 set limits for useful fuzzingCaolán McNamara1-1/+8
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-03-28loplugin:virtualdown in sc..sdNoel Grandin1-5/+0
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-2/+2
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-18CheckLinkFormulaNeedingCheck() for .xls cell formulasEike Rathke1-0/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-07Translate german variable nameUlrich Gemkow1-15/+15
2017-12-05ofz#4530 Null-dereference READCaolán McNamara1-1/+5
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-42/+42
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-06-06expand out FltError and eERR constantsNoel Grandin1-2/+2
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-2/+1
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann1-1/+1
2017-01-26NameBuffer is deadJochen Nitschke1-5/+1
2016-10-12use isFinite() instead of !isNan()Eike Rathke1-1/+1
2016-09-20loplugin:unusedfieldsNoel Grandin1-5/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-1/+1
2016-02-22enable wildcards when importing .xls, tdf#72196Eike Rathke1-0/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-04crash in StandardwidthCaolán McNamara1-0/+5
2015-10-03fix crash on loading certain xlsCaolán McNamara1-2/+6
2015-10-03xls: Defrowheight345 without pColRowBuffCaolán McNamara1-0/+7
2015-10-02xls: DefColWidth without pColRowBuffCaolán McNamara1-0/+6
2015-10-02fix crash on loading certain xlsCaolán McNamara1-11/+13
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-40/+40
2015-03-23loplugin:constantfunction: scNoel Grandin1-12/+0
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-1/+1
2014-12-30relative refs wrap around in xls, fdo#84556Markus Mohrhard1-6/+6
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara1-9/+2
2014-12-19remove operator>> methodsNoel Grandin1-43/+80
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller1-1/+1
2014-09-25fdo#39468: translationJennifer Liebel1-12/+12
2014-06-25remove whitespaceMarkus Mohrhard1-49/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida1-0/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-19coverity#708030 Uninitialized pointer fieldCaolán McNamara1-0/+3