Age | Commit message (Expand) | Author |
2016-03-21 | unit test for copying cells within named range, tdf#93127 | Eike Rathke |
2016-03-19 | adjust sheet references when copying sheet-local named expressions | Eike Rathke |
2016-03-18 | unit test for other-sheet-local names, tdf#96915 | Eike Rathke |
2016-03-12 | fix memory leak in ucalc | Markus Mohrhard |
2016-03-12 | fix memory leak in ucalc test | Markus Mohrhard |
2016-03-12 | tdf#84938 Change defines to typed_flags | Jochen Nitschke |
2016-03-05 | tdf#98264, use DOUBLE_ASSERT_EQUAL for double comparison | Aleksas Pantechovskis |
2016-03-05 | tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL | Aleksas Pantechovskis |
2016-03-03 | tdf#94635 Add FORECAST.ETS functions to Calc | Winfried Donkers |
2016-01-27 | extract all cond format tests in ucalc to own file | Markus Mohrhard |
2016-01-11 | add WEEKNUM_OOO hidden function resource | Eike Rathke |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-05 | Revert "Time wraparound validation feature" | Markus Mohrhard |
2016-01-05 | Time wraparound validation feature | Benjamin Ni |
2015-12-18 | Formula Wizard: evaluating expressions always in matrix context is wrong | Eike Rathke |
2015-12-17 | add RAWSUBTRACT spreadsheet function, tdf#71459 | Eike Rathke |
2015-11-24 | sc: Introduce Abstract Base Class for ScMatrix, for a future rework. | Jan Holesovsky |
2015-11-21 | unit test testMatrixConditionalBooleanResult | Eike Rathke |
2015-11-18 | use unique_ptr for pImpl in sc/ | Noel Grandin |
2015-11-13 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-11 | new loplugin: memoryvar | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | sc: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-10-26 | convert InsertDeleteFlags to use o3tl::typed_flags | Noel Grandin |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann |
2015-10-12 | cppcheck:variableScope | Noel Grandin |
2015-10-06 | tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM, | Winfried Donkers |
2015-10-06 | tdf#94559: 4th step to remove rtti.hxx | Oliver Specht |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-28 | Return the std::unique_ptr itself here, not a raw pointer | Stephan Bergmann |
2015-09-22 | convert SC_PASTE constants to scoped enum | Noel Grandin |
2015-09-18 | boost->std | Caolán McNamara |
2015-09-17 | revert for mac and win unit case crashes after boost->std | Caolán McNamara |
2015-09-17 | boost->std | Caolán McNamara |
2015-09-11 | unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995 | Eike Rathke |
2015-08-21 | loplugin:defaultparams | Noel Grandin |
2015-08-19 | sc: replace boost::ptr_set with std::set<std::unique_ptr> | Michael Stahl |
2015-07-27 | fix test for tdf#92547 | Benjamin Ni |
2015-07-07 | unit test for copy&paste put reference in order, tdf#92468 | Eike Rathke |
2015-07-06 | tdf#92547 - incorrect input values shown in formula wizard | Benjamin Ni |
2015-06-29 | use a prefix instead of p | Markus Mohrhard |
2015-06-29 | Subformula evaluation in formula wizard tree | Benjamin Ni |
2015-06-19 | Revert "tdf#90290 reduce some copy&paste code in ucalc." | Eike Rathke |
2015-06-19 | tdf#90290 reduce some copy&paste code in ucalc. | ritztro |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-06-11 | tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variations | Winfried Donkers |
2015-06-01 | coverity#1302688 Resource leak | Caolán McNamara |