Age | Commit message (Expand) | Author | Files | Lines |
2016-04-20 | tdf#99361 Separate checkbox in Sidebar | Laurent Balland-Poirier | 6 | -84/+57 |
2016-04-20 | clang-tidy clang-analyzer-deadcode.DeadStores | Noel Grandin | 26 | -153/+66 |
2016-04-20 | Resolves: tdf#91778 drawing the background over an active cursor | Caolán McNamara | 1 | -0/+12 |
2016-04-20 | character spacing control possible to use outside sidebar | Szymon Kłos | 1 | -0/+2 |
2016-04-19 | tdf#99329 : By default show sum and average statusbar functions... | Dennis Francis | 1 | -18/+25 |
2016-04-19 | cppcheck: silence known conditions warnings in sc | Jochen Nitschke | 3 | -10/+4 |
2016-04-19 | const as const can, tdf#99322 follow-up | Eike Rathke | 4 | -5/+5 |
2016-04-19 | sc: fix loplugin:passstuffbyref | Miklos Vajna | 2 | -2/+2 |
2016-04-19 | call StartNeededListeners() only on affected columns, tdf#99322 follow-up | Eike Rathke | 8 | -6/+63 |
2016-04-19 | use the column style for as default, tdf#71897 | Markus Mohrhard | 3 | -5/+10 |
2016-04-19 | setting the properties through uno is not necessary anymore | Markus Mohrhard | 1 | -4/+0 |
2016-04-19 | hard code value for scrollbar to tabbar ratio, tdf#89058 | Markus Mohrhard | 1 | -3/+1 |
2016-04-19 | don't try to open in new window by default, tdf#70959 | Markus Mohrhard | 1 | -1/+2 |
2016-04-18 | Resolves: tdf#99322 re-establish group area listeners after update reference | Eike Rathke | 1 | -0/+8 |
2016-04-18 | tdf#99371 fix for DDE link update via Function Wizard | Martin Nathansen | 4 | -6/+16 |
2016-04-18 | cppcheck: silence known condition warning in sc vbahelper | Jochen Nitschke | 1 | -2/+1 |
2016-04-18 | tdf#90290: use custom asserter for formula check | Stefan Weiberg | 1 | -407/+206 |
2016-04-18 | Avoid reserved identifier (_CreateShape -> CreateShape) | Stephan Bergmann | 2 | -3/+3 |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin | 38 | -645/+532 |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke | 34 | -94/+0 |
2016-04-17 | remove define for ERRORBOX | Markus Mohrhard | 1 | -3/+1 |
2016-04-16 | fix last mdds perf problem in MatConcat, tdf#88849 | Markus Mohrhard | 3 | -15/+67 |
2016-04-16 | fix crash in perfcheck | Markus Mohrhard | 1 | -8/+3 |
2016-04-16 | switch to a row based storage | Markus Mohrhard | 1 | -7/+16 |
2016-04-16 | make the test case smaller to limit runtime | Markus Mohrhard | 1 | -1/+1 |
2016-04-16 | add test case for smaller MatConcat case, related tdf#88849 | Markus Mohrhard | 1 | -3/+33 |
2016-04-16 | add missing test file | Markus Mohrhard | 1 | -0/+0 |
2016-04-15 | tdf#97499 Fixed containers parameters clearing #5 | tymyjan | 1 | -1/+1 |
2016-04-15 | add test for tdf#88849 | Markus Mohrhard | 1 | -0/+30 |
2016-04-15 | fix calc perfcheck build | Markus Mohrhard | 1 | -1/+1 |
2016-04-15 | add test for tdf#72240 | Markus Mohrhard | 1 | -0/+43 |
2016-04-15 | fix InsertTab and DeleteTab in ScMarkData, tdf#72240 | Markus Mohrhard | 1 | -9/+18 |
2016-04-15 | add CVE-2016-0122 test | Caolán McNamara | 8 | -0/+6 |
2016-04-15 | typo: Aggegration -> Aggregation | Andras Timar | 1 | -7/+7 |
2016-04-14 | -Werror=logical-op (GCC 6) | Stephan Bergmann | 1 | -1/+1 |
2016-04-14 | loplugin:passstuffbyref in sc | Noel Grandin | 46 | -68/+68 |
2016-04-14 | no need to call rowHidden and rowFiltered repeatedly, tdf#90659 | Markus Mohrhard | 3 | -10/+22 |
2016-04-13 | Missing spacing in Show Detail dialog | Adolfo Jayme Barrientos | 1 | -1/+2 |
2016-04-13 | tdf#94306 remove unused boost dependencies | Jochen Nitschke | 2 | -2/+0 |
2016-04-13 | tdf#96996 sc: fix the data pilot | Michael Stahl | 2 | -3/+6 |
2016-04-13 | tdf#97087 Give comprehensible names to timers | Muhammet Kara | 1 | -1/+1 |
2016-04-13 | Fix non-OpenCL builds | Stephan Bergmann | 1 | -1/+5 |
2016-04-13 | Stop assigning null to intrusive_ptr | Takeshi Abe | 1 | -2/+0 |
2016-04-12 | move xls export code from shared xls + xlsx part of code | Markus Mohrhard | 1 | -17/+42 |
2016-04-12 | Move clew/clew.h into external, too | Stephan Bergmann | 5 | -7/+8 |
2016-04-12 | Avoid reserved identifiers | Stephan Bergmann | 3 | -6/+6 |
2016-04-12 | fix crash in test | Markus Mohrhard | 1 | -1/+1 |
2016-04-12 | fix broken test | Markus Mohrhard | 1 | -2/+2 |
2016-04-12 | xls does not allow 3D refs in cond format formulas, tdf#62770 | Markus Mohrhard | 1 | -0/+4 |
2016-04-12 | conditional format formulas don't support 3d refs in xls, tdf#62770 | Markus Mohrhard | 1 | -3/+3 |