summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
AgeCommit message (Expand)Author
2018-10-24Resolves: tdf#120689 omit <definedName> for ocMacro in OOXMLEike Rathke
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
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-01-26coverity#704680 Dereference after null checkCaolán McNamara
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière
2014-12-30use the correct tab for sheet local names, fdo#81195Markus Mohrhard
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-22loplugin:pointertoboolStephan Bergmann
2014-02-21fdo#74345: Some shared formulas cannot be exported as shared formulas.Kohei Yoshida
2014-02-13Drop unnecessary #includeTakeshi Abe
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
2013-11-02resolved fdo#67536 export internal equivalents as add-in to .xlsEike Rathke
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04warning C4701: potentially uninitialized local variablesMichael Stahl
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30More on removing direct access to reference data members.Kohei Yoshida
2013-07-30More on removing direct access to reference position members.Kohei Yoshida
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida