summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc_formula.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-19tdf#93328 : Assign the ScInterpreter results back to ScFormulaCell...Dennis Francis1-0/+34
2017-07-14tdf#108758 : do not write to undo document when...Dennis Francis1-0/+126
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael1-0/+44
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-12/+6
2017-05-17Unit test to ensure that calculating with the intersection works, tdf#96426Eike Rathke1-0/+6
2017-05-17add unit test for Excel whitespace operator intersection, tdf#96426Eike Rathke1-0/+28
2017-05-11Get string also for external reference to double for operands of '&'Katarina Behrens1-0/+17
2017-05-10Add unit test for non-propagation of array context, tdf#107724Eike Rathke1-0/+26
2017-05-05tdf#106796 Make CHITEST and CHISQ.TEST comply with ODFF1.2 and improveWinfried Donkers1-13/+13
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-04-16coverity#1405157 Unchecked return valueCaolán McNamara1-1/+2
2017-04-14update cppunit to 1.14.0Markus Mohrhard1-5/+0
2017-04-13tdf#92650: add a unit test for this.Kohei Yoshida1-0/+63
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin1-4/+0
2017-04-11add test for tdf#105245Markus Mohrhard1-0/+26
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-6/+6
2017-04-05loplugin:constantparamNoel Grandin1-2/+2
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke1-5/+5
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-24tdf#105908: add test for this.Kohei Yoshida1-0/+71
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-2/+7
2017-03-19add test for tdf#93151Markus Mohrhard1-0/+27
2017-03-17add test for tdf#106459Markus Mohrhard1-0/+21
2017-03-15tdf#90290 use custom asserter in ucalc_formula.cxxkerem1-63/+50
2017-02-16tdf#89387 improve performance for some matrix operationsgiacco1-0/+28
2017-02-09and more unit tests for tdf#103890Eike Rathke1-1/+2
2017-02-09add absolute sheet reference unit test for tdf#103890Eike Rathke1-1/+2
2017-02-09tdf#103890: Add unit test for this.Kohei Yoshida1-0/+46
2017-02-03TyposJulien Nabet1-1/+1
2016-11-22unit test for tdf#104096, ScRange::Parse() with trailing charactersEike Rathke1-0/+4
2016-11-08Ensure that the string array is null when no strings present.Kohei Yoshida1-0/+37
2016-11-02unit test for tdf#99291, empty array elements match 0.0, not emptyEike Rathke1-0/+24
2016-10-24Rename ClearFormulaContext() to make it more representative.Kohei Yoshida1-1/+1
2016-10-21CppunitTest_sc_ucalc: fix loplugin:cppunitassertequals warningsMiklos Vajna1-48/+48
2016-10-18unit test for tdf#101583, named expression reference expansionEike Rathke1-0/+14
2016-09-23convert formula error codes to scoped enumNoel Grandin1-24/+24
2016-09-18make sure that we are not trying to load the filter lib in ucalcMarkus Mohrhard1-0/+3
2016-08-29tdf#93329 : Fixes FTest algorithmic bugDennis Francis1-1/+89
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-3/+3
2016-08-23unit test for matrix concatenation with empty elements, tdf#101137Eike Rathke1-0/+34
2016-08-04add unit test for nested array IF with range references as conditionsEike Rathke1-1/+19
2016-08-04re-enable unit test for tdf#100637 nested array IF with scalarEike Rathke1-5/+1
2016-08-03disable unit test for tdf#100637 until fixed againEike Rathke1-0/+4
2016-07-20unit test for tdf#100637 nested IF in array contextEike Rathke1-0/+8
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-1/+1
2016-05-20unit test for unresolved external references, tdf#93101Eike Rathke1-0/+80
2016-05-13Resolves: tdf#99730 lower the barrier for inferior systems, cripple the testEike Rathke1-3/+9
2016-05-13Fix unittest failure on aarch64Tomáš Chvátal1-1/+1
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-4/+4