summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
AgeCommit message (Expand)Author
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
2013-07-24Start replacing CalcAbsIfRel() with toAbs().Kohei Yoshida
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-30resolved fdo#60087 corrected .xlsx export of functionsEike Rathke
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-07-10changes to "Replaced deprecated tools/String with OUString in ScAddInCol"Eike Rathke
2012-07-10Replaced deprecated tools/String with OUString in ScAddInColSören Möller
2011-11-28dr78: #i111413# export secant functions to BIFFEike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud