Age | Commit message (Expand) | Author | Files | Lines |
2015-06-15 | Fix typos | Andrea Gelmini | 3 | -3/+3 |
2015-06-14 | cppcheck: redundantCondition [part1] | Julien Nabet | 4 | -4/+4 |
2015-06-13 | do not access token data after token has been destroyed | Eike Rathke | 1 | -1/+1 |
2015-06-12 | do not adjust RPN named expressions relative references, tdf#91842 follow-up | Eike Rathke | 1 | -1/+19 |
2015-06-12 | spelling | Antoine Cœur | 1 | -6/+6 |
2015-06-12 | tdf#61908:XLSX formula cell range is not exported for MMULT. | yogesh.bharate001 | 3 | -15/+80 |
2015-06-12 | copypasta error, tdf#69552 follow-up | Eike Rathke | 1 | -1/+1 |
2015-06-12 | tdf#62095 fix O(n^2) algorithm in opening pathological file | Noel Grandin | 1 | -4/+5 |
2015-06-12 | FLOOR.MATH has 3 parameters, show them in UI | Eike Rathke | 1 | -1/+1 |
2015-06-11 | tdf#91820 Minor fixes and fix icon links | Yousuf Philips | 1 | -13/+14 |
2015-06-11 | recompile TableRef formulas only after position was updated, tdf#91842 | Eike Rathke | 1 | -2/+4 |
2015-06-11 | adjust also RPN reference tokens, tdf#91842 and probably others | Eike Rathke | 1 | -52/+59 |
2015-06-11 | Resolves: tdf#89643 report builder function wizard segfaults | Caolán McNamara | 2 | -7/+10 |
2015-06-11 | java:remove more unnecessary catch/re-throw | Noel Grandin | 2 | -192/+120 |
2015-06-11 | tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variations | Winfried Donkers | 9 | -42/+167 |
2015-06-11 | convert expressions like 'size() == 0' to 'empty()' | Noel Grandin | 5 | -12/+12 |
2015-06-11 | convert 'it.begin() == it.end()' to 'it.empty()' | Noel Grandin | 1 | -1/+1 |
2015-06-11 | speed up Java unit tests by removing sleeps | Noel Grandin | 1 | -7/+7 |
2015-06-11 | loplugin:staticmethods | Stephan Bergmann | 2 | -4/+8 |
2015-06-10 | coverity#1302618 deref of NULL | Caolán McNamara | 1 | -2/+2 |
2015-06-10 | tdf#89972: also copy external reference status | Mike Kaganski | 4 | -6/+57 |
2015-06-10 | tdf#89972: unit test: check proper external ref manager registration | Mike Kaganski | 3 | -6/+20 |
2015-06-10 | sc tiled editing: Mapping has to be turned off after drawing the buttons. | Jan Holesovsky | 2 | -7/+3 |
2015-06-10 | Enablaed -> Enabled. | Jan Holesovsky | 1 | -2/+2 |
2015-06-10 | sc tiled editing: Corrected dropdown button offset | Henry Castro | 2 | -2/+13 |
2015-06-09 | more tests for the implemented cases, tdf#90001 | Eike Rathke | 1 | -0/+29 |
2015-06-09 | correct 3D reference update on sheet deletion, tdf#90001 follow-up | Eike Rathke | 1 | -9/+10 |
2015-06-09 | More CppunitTest_sw_uiwriter fixes | Miklos Vajna | 1 | -1/+1 |
2015-06-09 | calc mapmode: Convert ScOutputData::DrawGrid to draw in logic units. | Jan Holesovsky | 7 | -33/+62 |
2015-06-08 | destroy and reconstruct listeners only if content is affected | Eike Rathke | 1 | -12/+20 |
2015-06-08 | Windows MSVC: cannot specify explicit initializer for arrays | Eike Rathke | 1 | -2/+6 |
2015-06-08 | Revert "Revert "check bounds in RPN tokens, tdf#90694 related and others"" | Eike Rathke | 1 | -114/+159 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 54 | -132/+132 |
2015-06-08 | Revert "check bounds in RPN tokens, tdf#90694 related and others" | Jan Holesovsky | 1 | -159/+114 |
2015-06-08 | check bounds in RPN tokens, tdf#90694 related and others | Eike Rathke | 1 | -114/+159 |
2015-06-08 | tdf#90694 reset group area listeners on correct top | Eike Rathke | 1 | -5/+6 |
2015-06-08 | \<the the\> -> the | Jan Holesovsky | 2 | -2/+2 |
2015-06-07 | tdf#85594 Additional tweaks to standard and drawing toolbars | Yousuf Philips | 10 | -71/+110 |
2015-06-06 | Apply new VclPtr clang plugin to catch potential problems. | Noel Grandin | 35 | -49/+82 |
2015-06-06 | Typo: emty->empty | Julien Nabet | 1 | -1/+1 |
2015-06-05 | tdf#91820 Reorganize calc's menu bar | Yousuf Philips | 1 | -233/+291 |
2015-06-05 | tdf#90694 reset group area listeners when splitting group | Eike Rathke | 1 | -0/+11 |
2015-06-05 | CALC: readd InsertRows/InsertCols | Philippe Jung | 7 | -3/+67 |
2015-06-05 | sc: loplugin:staticmethods | Miklos Vajna | 1 | -13/+13 |
2015-06-05 | sc: another loplugin:unreffun | Miklos Vajna | 1 | -1/+0 |
2015-06-05 | sc: loplugin:unreffun | Miklos Vajna | 1 | -7/+0 |
2015-06-04 | sc tiled editing: Editview register LOKit callback | Henry Castro | 1 | -0/+7 |
2015-06-04 | sc tiled editing: double-click empty cell | Henry Castro | 1 | -1/+1 |
2015-06-04 | sc tiled editing: EndTracking trigger MouseUp | Henry Castro | 1 | -1/+1 |
2015-06-04 | update to liborcus 0.9.1 | David Tardon | 3 | -5/+83 |