Age | Commit message (Expand) | Author |
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 | 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 | 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 |
2015-07-06 | remove some unnecessary typedefs around uno::Reference | Noel Grandin |
2015-07-05 | tbinsert.hrc is empty | Maxim Monastirsky |
2015-07-05 | Add 'virtual' | Maxim Monastirsky |
2015-07-05 | This one should override SfxToolBoxControl::Select | Maxim Monastirsky |
2015-07-05 | SfxToolBoxControl::GetPopupWindowType seems unused, kill it | Maxim Monastirsky |
2015-07-04 | coverity#1308596 Uncaught exception | Caolán McNamara |
2015-07-04 | coverity#1309267 Uncaught exception | Caolán McNamara |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-07-03 | tdf#92392 - Dispose ScFormulaReferenceHelper properly. | Michael Meeks |
2015-07-02 | fix a11y crash seen on moving chart wizard dialog | Caolán McNamara |
2015-07-02 | some other coverity things | Caolán McNamara |
2015-07-01 | tdf#92262 - fixup shared_ptr -> VclPtr issue. | Michael Meeks |