summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
AgeCommit message (Expand)Author
2020-09-14ScCompiler::MoveRelWrap never passed a null ScDocument*Caolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-24inline some use-once typedefsNoel Grandin
2020-04-15loplugin:buriedassign in scNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26remove some unused local varsNoel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-10-29remove XclRoot::GetDocRefNoel Grandin
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea
2019-08-12Fix typosAndrea Gelmini
2019-05-04Don't truncate SCROW (aka sal_Int32) to sal_Int16Stephan Bergmann
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-16loplugin:buriedassign in scNoel Grandin
2018-10-23Resolves: tdf#120689 omit <definedName> for ocMacro in OOXMLEike Rathke
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-27tdf#113991 xls/xlsx export: emulate relative GLOBAL named rangesJustin Luth
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke
2017-04-01remove redundant OpCode castsJochen Nitschke
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-10-24tdf#103186, make LOGINV ODFF1.2 compliant.Winfried Donkers
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-10remove usages of STATIC_ARRAY_END in scJochen Nitschke
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-04-12fix crash in testMarkus Mohrhard
2016-04-12xls does not allow 3D refs in cond format formulas, tdf#62770Markus Mohrhard
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-03-10loplugin:constantparam in scNoel Grandin