summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
AgeCommit message (Expand)Author
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-08loplugin:flatten in sc/filter/ooxNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin
2019-12-20tdf#129228 speedup load xls file with lots of commentsNoel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet
2019-10-31crashtesting: null deref on import of fdo51601-2.xlsxCaolán McNamara
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-03-05Index is not needed for single getToken callMatteo Casalin
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen
2018-11-24convert Unit to scoped enumNoel Grandin
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti
2018-05-14Related: tdf#116939 Disable <cols><col> overflow detection due to excess ...Eike Rathke
2018-04-27Resolves: tdf#116939 cater for the last cols col incremented by ExcelEike Rathke
2018-04-24Related: tdf#116274 ignore the one excess cols definition's last columnEike Rathke
2018-03-02Related: tdf#114555 cater for lastcolumn+1 oddity if last is last possibleEike Rathke
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin
2017-11-19Replace list by vector in accessible part of scJulien Nabet
2017-11-10Replace some lists by vectors in sc/source/filterJulien Nabet
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-15convert WorksheetType to scoped enumNoel Grandin
2017-02-13Fix typosAndrea Gelmini
2017-01-25cleanup css includes and using namespacesJochen Nitschke
2017-01-23tdf#48140 replace ApiCellRangeList in xlsx import (4)Jochen Nitschke
2017-01-11tdf#48140 replace CellAddress in xlsx import (3)Jochen Nitschke
2017-01-11tdf#48140 replace CellAddress in xlsx import (1)Jochen Nitschke
2017-01-04tdf#48140 replace CellRangeAddress in xlsx import (13)Jochen Nitschke
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (11)Jochen Nitschke
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (10)Jochen Nitschke
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (6)&(7)Jochen Nitschke
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (5)Jochen Nitschke
2016-12-06use IncCol() IncRow()Eike Rathke