Age | Commit message (Expand) | Author |
2015-06-15 | use ReplaceToken() in ReadjustAbsolute3DReferences() | Eike Rathke |
2015-06-15 | prepare ReplaceToken() to replace also in RPN | Eike Rathke |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-15 | cppcheck:unreadVariable | Noel Grandin |
2015-06-15 | tdf#55065 try to re-enable the test | David Tardon |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-06-15 | cppcheck:redundantCondition | Noel Grandin |
2015-06-15 | more adjustment of references in RPN | Eike Rathke |
2015-06-15 | Fix typos | Andrea Gelmini |
2015-06-14 | cppcheck: redundantCondition [part1] | Julien Nabet |
2015-06-13 | do not access token data after token has been destroyed | Eike Rathke |
2015-06-12 | do not adjust RPN named expressions relative references, tdf#91842 follow-up | Eike Rathke |
2015-06-12 | spelling | Antoine Cœur |
2015-06-12 | tdf#61908:XLSX formula cell range is not exported for MMULT. | yogesh.bharate001 |
2015-06-12 | copypasta error, tdf#69552 follow-up | Eike Rathke |
2015-06-12 | tdf#62095 fix O(n^2) algorithm in opening pathological file | Noel Grandin |
2015-06-12 | FLOOR.MATH has 3 parameters, show them in UI | Eike Rathke |
2015-06-11 | tdf#91820 Minor fixes and fix icon links | Yousuf Philips |
2015-06-11 | recompile TableRef formulas only after position was updated, tdf#91842 | Eike Rathke |
2015-06-11 | adjust also RPN reference tokens, tdf#91842 and probably others | Eike Rathke |
2015-06-11 | Resolves: tdf#89643 report builder function wizard segfaults | Caolán McNamara |
2015-06-11 | java:remove more unnecessary catch/re-throw | Noel Grandin |
2015-06-11 | tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variations | Winfried Donkers |
2015-06-11 | convert expressions like 'size() == 0' to 'empty()' | Noel Grandin |
2015-06-11 | convert 'it.begin() == it.end()' to 'it.empty()' | Noel Grandin |
2015-06-11 | speed up Java unit tests by removing sleeps | Noel Grandin |
2015-06-11 | loplugin:staticmethods | Stephan Bergmann |
2015-06-10 | coverity#1302618 deref of NULL | Caolán McNamara |
2015-06-10 | tdf#89972: also copy external reference status | Mike Kaganski |
2015-06-10 | tdf#89972: unit test: check proper external ref manager registration | Mike Kaganski |
2015-06-10 | sc tiled editing: Mapping has to be turned off after drawing the buttons. | Jan Holesovsky |
2015-06-10 | Enablaed -> Enabled. | Jan Holesovsky |
2015-06-10 | sc tiled editing: Corrected dropdown button offset | Henry Castro |
2015-06-09 | more tests for the implemented cases, tdf#90001 | Eike Rathke |
2015-06-09 | correct 3D reference update on sheet deletion, tdf#90001 follow-up | Eike Rathke |
2015-06-09 | More CppunitTest_sw_uiwriter fixes | Miklos Vajna |
2015-06-09 | calc mapmode: Convert ScOutputData::DrawGrid to draw in logic units. | Jan Holesovsky |
2015-06-08 | destroy and reconstruct listeners only if content is affected | Eike Rathke |
2015-06-08 | Windows MSVC: cannot specify explicit initializer for arrays | Eike Rathke |
2015-06-08 | Revert "Revert "check bounds in RPN tokens, tdf#90694 related and others"" | Eike Rathke |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-08 | Revert "check bounds in RPN tokens, tdf#90694 related and others" | Jan Holesovsky |
2015-06-08 | check bounds in RPN tokens, tdf#90694 related and others | Eike Rathke |
2015-06-08 | tdf#90694 reset group area listeners on correct top | Eike Rathke |
2015-06-08 | \<the the\> -> the | Jan Holesovsky |
2015-06-07 | tdf#85594 Additional tweaks to standard and drawing toolbars | Yousuf Philips |
2015-06-06 | Apply new VclPtr clang plugin to catch potential problems. | Noel Grandin |
2015-06-06 | Typo: emty->empty | Julien Nabet |
2015-06-05 | tdf#91820 Reorganize calc's menu bar | Yousuf Philips |
2015-06-05 | tdf#90694 reset group area listeners when splitting group | Eike Rathke |