summaryrefslogtreecommitdiff
path: root/sc/source/core/data/simpleformulacalc.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-25avoid a crash with an editor-forced matrix formula (tdf#123479)Luboš Luňák1-4/+6
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen1-0/+1
2018-06-26More Implicit intersection computationDennis Francis1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-4/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05sc: remove unused private fieldJochen Nitschke1-2/+0
2017-02-17remove unused formula ErrorCode enumeratorsNoel Grandin1-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin1-8/+8
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke1-1/+1
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-2/+2
2016-04-18tdf#99371 fix for DDE link update via Function WizardMartin Nathansen1-0/+4
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke1-7/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-27tdf#92548, limit number of characters shown in formula wizardBenjamin Ni1-0/+23
2015-07-06tdf#92547 - incorrect input values shown in formula wizardBenjamin Ni1-0/+5
2015-06-29no need to recompile the formula againMarkus Mohrhard1-7/+5
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni1-3/+24
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-01-27coverity#1038497 : Uninitialized scalar fieldNorbert Thiebaud1-4/+6
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-2/+2
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard1-0/+100