summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc_formula.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-1/+1
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann1-20/+20
2017-11-06Fix typosAndrea Gelmini1-2/+2
2017-11-02Unit test for CellStoreEvent::swap() in ScColumn::SwapCol(), tdf#111428Eike Rathke1-0/+28
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-19tdf#93328 : Assign the ScInterpreter results back to ScFormulaCell...Dennis Francis1-0/+34
2017-07-14use more OUString::operator== in scNoel Grandin1-6/+6
2017-07-13tdf#108758 : do not write to undo document when...Dennis Francis1-0/+126
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-06-27Unit test for update reference in deletion of last col/row, tdf#108788Eike Rathke1-0/+30
2017-06-26loplugin:oncevar in scNoel Grandin1-61/+50
2017-06-22Unit test for named single reference pointing to deleted row, tdf#108671Eike Rathke1-1/+37
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-1/+2
2017-06-10Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array of references, tdf#58874Eike Rathke1-8/+133
2017-06-09Some compilers can't init vector from empty {}Eike Rathke1-1/+1
2017-06-09Add unit test for COUNTIFS and AVERAGEIFS in array contextEike Rathke1-8/+12
2017-06-09Add unit test for SUMIFS in array contextEike Rathke1-0/+41
2017-05-31clang-tidy readability-redundant-string-cstrNoel Grandin1-5/+5
2017-05-23Unit test for COUNTBLANK with array of references, tdf#58874Eike Rathke1-0/+12
2017-05-22Unit tests for ...,ref1,arrayofrefs,ref2) to result array, tdf#58874Eike Rathke1-0/+30
2017-05-22Unit test for SUBTOTAL STDEV with array of references, tdf#58874Eike Rathke1-0/+9
2017-05-22Unit test for SUBTOTAL AVERAGE with array of references, tdf#58874Eike Rathke1-5/+14
2017-05-22Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874Eike Rathke1-3/+21
2017-05-22Add unit test for SUBTOTAL over reference list in array context, tdf#58874Eike Rathke1-0/+27
2017-05-22Use SetValue() instead of SetString()Eike Rathke1-1/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-12/+6
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael1-0/+44
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