Age | Commit message (Expand) | Author |
2015-07-15 | Convert filters button to the generic controller | Maxim Monastirsky |
2015-07-15 | Convert insert buttons to the generic controller | Maxim Monastirsky |
2015-07-13 | renumber globstr.hrc STR_... | Eike Rathke |
2015-07-13 | Resolves: tdf#92709 conditional formats are applied to ranges, not expressions | Eike Rathke |
2015-07-13 | tdf#39478 Fix custom shapes status update | Maxim Monastirsky |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-13 | tdf#89031 remove agressiveness from Calc function suggestions | Winfried Donkers |
2015-07-13 | Introduce generic sub toolbar controller | Maxim Monastirsky |
2015-07-13 | tdf#92668: Revert some implementation names, for backwards compatibility | Stephan Bergmann |
2015-07-13 | editeng: make Link<> usage typed | Noel Grandin |
2015-07-12 | fix indentation | Markus Mohrhard |
2015-07-12 | coverity#1311652 Uncaught exception | Caolán McNamara |
2015-07-12 | coverity#1311651 Uncaught exception | Caolán McNamara |
2015-07-12 | cppcheck: Variable 'bOutlMode' is assigned a value that is never used | Julien Nabet |
2015-07-10 | calc mapmode: Add explicit RenderContext passing | Krisztian Pinter |
2015-07-10 | Kill SID_TBXCTL_INSOBJ | Maxim Monastirsky |
2015-07-10 | formula/random.hxx in pch | Caolán McNamara |
2015-07-10 | cleanup some unnecessary direct usage of the OString/OUString C API. | Noel Grandin |
2015-07-10 | add a SAL_RAND_REPEATABLE for repeatable random nums | Caolán McNamara |
2015-07-09 | init maTabData to the correct tab size tdf#92629 | Laurent Godard |
2015-07-09 | execute the terrible bottle neck loop only if there are conditional formats | Eike Rathke |
2015-07-09 | SdrPaintView::AddWindowToPaintView: take a vcl::Window, too | Miklos Vajna |
2015-07-09 | fix export to xls, tdf#69552 | Winfried Donkers |
2015-07-09 | simplify the logic a little | Eike Rathke |
2015-07-09 | Resolves: tdf#84762 collect all recalc-always cells before setting any dirty | Eike Rathke |
2015-07-08 | remove ScRange::Justify() and replace calls with PutInOrder() | Eike Rathke |
2015-07-08 | replace implementation of ScRange::PutInOrder() with that of Justify() | Eike Rathke |
2015-07-08 | tdf#87702: Addition of Shadow sidebar tab | Rishabh Kumar |
2015-07-08 | coverity#1311335 Uncaught exception | Caolán McNamara |
2015-07-08 | coverity#1311334 Uncaught exception | Caolán McNamara |
2015-07-08 | coverity#1311333 Uncaught exception | Caolán McNamara |
2015-07-08 | coverity#1311332 Uncaught exception | Caolán McNamara |
2015-07-08 | coverity#1311331 Uncaught exception | Caolán McNamara |
2015-07-08 | coverity#1308596 Uncaught exception | Caolán McNamara |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-08 | sc: convert boost::scoped_ptr to std::unique_ptr while there | Michael Stahl |
2015-07-08 | sc: remove unused boost::random includes | Michael Stahl |
2015-07-07 | end/restart group listening in DeleteSelection(), similar to DeleteArea() | Eike Rathke |
2015-07-07 | Related: tdf#92392 clear some more vclptrs on dispose | Caolán McNamara |
2015-07-07 | Related: tdf#92392 protect against double dispose from dtor with disposeOnce | Caolán McNamara |
2015-07-07 | unit test for copy&paste put reference in order, tdf#92468 | Eike Rathke |
2015-07-07 | call ScTokenArray::AdjustReferenceOnCopy() in ScFormulaCell clone, tdf#92468 | Eike Rathke |
2015-07-07 | introduce ScTokenArray::AdjustReferenceOnCopy(), tdf#92468 | Eike Rathke |
2015-07-07 | (re-)introduce ScComplexRefData::PutInOrder(), tdf#92468 | Eike Rathke |
2015-07-07 | always justify a referenced range in order, tdf#92468 | Eike Rathke |
2015-07-07 | also ifCOUNT2 return type is always number | Eike Rathke |
2015-07-06 | unify code duplication in ScInterpreter::ScSum and IterateParameters | Winfried Donkers |
2015-07-06 | preserve whitespaces here, tdf#88137, tdf#89254 | Markus Mohrhard |
2015-07-06 | tdf#92547 - incorrect input values shown in formula wizard | Benjamin Ni |
2015-07-06 | improve the returnbyref loplugin | Noel Grandin |