summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
AgeCommit message (Expand)Author
2016-03-21unit test for copying cells within named range, tdf#93127Eike Rathke
2016-03-19adjust sheet references when copying sheet-local named expressionsEike Rathke
2016-03-18unit test for other-sheet-local names, tdf#96915Eike Rathke
2016-03-12fix memory leak in ucalcMarkus Mohrhard
2016-03-12fix memory leak in ucalc testMarkus Mohrhard
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-05tdf#98264, use DOUBLE_ASSERT_EQUAL for double comparisonAleksas Pantechovskis
2016-03-05tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUALAleksas Pantechovskis
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers
2016-01-27extract all cond format tests in ucalc to own fileMarkus Mohrhard
2016-01-11add WEEKNUM_OOO hidden function resourceEike Rathke
2016-01-10Fix typosAndrea Gelmini
2016-01-05Revert "Time wraparound validation feature"Markus Mohrhard
2016-01-05Time wraparound validation featureBenjamin Ni
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky
2015-11-21unit test testMatrixConditionalBooleanResultEike Rathke
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin
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-09-11unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995Eike Rathke
2015-08-21loplugin:defaultparamsNoel Grandin
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-27fix test for tdf#92547Benjamin Ni
2015-07-07unit test for copy&paste put reference in order, tdf#92468Eike Rathke
2015-07-06tdf#92547 - incorrect input values shown in formula wizardBenjamin Ni
2015-06-29use a prefix instead of pMarkus Mohrhard
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni
2015-06-19Revert "tdf#90290 reduce some copy&paste code in ucalc."Eike Rathke
2015-06-19tdf#90290 reduce some copy&paste code in ucalc.ritztro
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers
2015-06-01coverity#1302688 Resource leakCaolán McNamara