Age | Commit message (Expand) | Author |
2014-12-07 | add test for fdo#85856 | Markus Mohrhard |
2014-12-07 | we need the original context that contains the data, fdo#85856 | Markus Mohrhard |
2014-12-07 | put that attribute into an extension namespace | Markus Mohrhard |
2014-12-07 | correct order of xml elements, related fdo#45266 | Markus Mohrhard |
2014-12-07 | remove invalid attribute that is not read anyway | Markus Mohrhard |
2014-12-07 | use correct xml element name, related fdo#45266 | Markus Mohrhard |
2014-12-06 | that just looks wrong, related fdo#51935 | Markus Mohrhard |
2014-12-05 | Fix incorrect adjustment of range references during sort. | Kohei Yoshida |
2014-12-05 | Ctrl+A and Data Sort took ages to broadcast ALL cells | Eike Rathke |
2014-12-05 | trim also empty leading column ranges, fdo#81501 follow-up | Eike Rathke |
2014-12-05 | actually use identical code for both byRow and byCol, fdo#81501 follow-up | Eike Rathke |
2014-12-05 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-05 | Fix high memory usage when sorting cells in Calc. (fdo#81501) | Supreme Aryal |
2014-12-05 | loplugin:unusedvariablecheck | Stephan Bergmann |
2014-12-05 | -Werror,-Wshadow | Stephan Bergmann |
2014-12-05 | Create 2 variants of SortReorderByRow. | Kohei Yoshida |
2014-12-05 | Refactor + minor bugfix in conditional formatting | Renato Ferreira |
2014-12-05 | Extract this code block into an own function. | Kohei Yoshida |
2014-12-05 | I got the terms 'union' and 'intersection' mixed up. | Kohei Yoshida |
2014-12-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-12-05 | fdo85897 Make 'Function List' only accessible in sidebar | Samuel Mehrbrodt |
2014-12-04 | be more explicit | David Tardon |
2014-12-04 | impl. Clone for all subclasses of SdrPage | David Tardon |
2014-12-04 | ooo#93212 avoid slicing during construction of SdrPage | David Tardon |
2014-12-04 | Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()" | Eike Rathke |
2014-12-03 | do not construct an ScAddress on each iteration | Eike Rathke |
2014-12-03 | slightly speed-up things by using ScTable access | Eike Rathke |
2014-12-03 | introduce bool bBroadcast parameter for ScTable::SetDirty() | Eike Rathke |
2014-12-03 | Lotus 1-2-3: fix import of mathematical functions | Andras Timar |
2014-12-03 | Lotus 1-2-3: fix import of database functions | Andras Timar |
2014-12-03 | Lotus 1-2-3: fix import of @AVG, @PUREAVG, @COUNT, @PURECOUNT | Andras Timar |
2014-12-03 | Lotus 1-2-3: fix import of @VAR, @VARS, @PUREVAR, @PUREVARS | Andras Timar |
2014-12-03 | Lotus 1-2-3: fix import of @STD, @STDS, @PURESTD, @PURESTDS | Andras Timar |
2014-12-03 | Lotus 1-2-3: fix import of @MIN, @MAX, @PUREMIN, @PUREMAX | Andras Timar |
2014-12-03 | coverity#1242942 Use of untrusted scalar value | Caolán McNamara |
2014-12-03 | remove boolean parameter default from ScDocument::SetDirty | Eike Rathke |
2014-12-03 | fdo#85594 enabling date format and rearranging others | Yousuf Philips |
2014-12-03 | remove boolean parameter default from ScTable::SetDirty() | Eike Rathke |
2014-12-03 | get rid of defaulted boolean parameters in ScColumn::SetDirty() | Eike Rathke |
2014-12-02 | Double blank lines... | Kohei Yoshida |
2014-12-02 | Let's not forget to move the comment too. | Kohei Yoshida |
2014-12-02 | Put this inside the bulk broadcast scope. | Kohei Yoshida |
2014-12-02 | Reduce scope level. | Kohei Yoshida |
2014-12-02 | unit test for sort with broadcasters, fdo#86762 | Eike Rathke |
2014-12-02 | mark numbers as untranslatable | Stanislav Horacek |
2014-12-02 | fdo#86762 re-establish listeners on moved broadcasters | Eike Rathke |
2014-12-02 | fdo#86762 broadcast also empty cells after sort | Eike Rathke |
2014-12-02 | fdo#86762 re-establish listeners to move cell broadcasters | Eike Rathke |
2014-12-01 | Add test to make sure sheet names with '&' get imported correctly. | Kohei Yoshida |
2014-12-01 | WaE: -Werror=switch | Caolán McNamara |