Age | Commit message (Expand) | Author |
2016-09-28 | Add functionality to set parent cell style | Jaskaran Singh |
2016-09-27 | Add a bit more checking on the internal pivot table states. | Kohei Yoshida |
2016-09-27 | Let's keep the naming style of test document consistent. | Kohei Yoshida |
2016-09-28 | sc-perf: remove one more unnecessary call to TrackFormulas() | Eike Rathke |
2016-09-28 | Test the case for pivot tables sharing a group | Tamás Zolnai |
2016-09-27 | sc-perf: avoid repeated TrackFormulas() during bulk broadcast, tdf#87101 rel. | Eike Rathke |
2016-09-27 | add test for tdf#101843 | Markus Mohrhard |
2016-09-27 | tdf#101843, ensure repeated rows set the hidden/filtered flag correctly | Markus Mohrhard |
2016-09-27 | add BASE test case | Zdeněk Crhonek |
2016-09-27 | add GAMMAINV test case | Zdeněk Crhonek |
2016-09-26 | Move up the less common case and reduce indentation for the main case. | Kohei Yoshida |
2016-09-27 | tdf#101104 this paranoid safety check actually causes a bug | Markus Mohrhard |
2016-09-27 | OOPS, we were actually testing the wrong method | Markus Mohrhard |
2016-09-27 | Return early on error | Tamás Zolnai |
2016-09-27 | This parameter can be const. | Tamás Zolnai |
2016-09-26 | implement prototype for more stable calc cell style names | Markus Mohrhard |
2016-09-26 | Resolves: rhbz#1378521 csv dialog a11y returns a new accessible on every query | Caolán McNamara |
2016-09-27 | bnc#957991: Improve pivot cache reading performance | Tamás Zolnai |
2016-09-26 | sc: fix Android build | Miklos Vajna |
2016-09-26 | CppunitTest_sc_tiledrendering: std::string::find -> OString::startsWith | Miklos Vajna |
2016-09-26 | add ASC test case | Zdeněk Crhonek |
2016-09-26 | convert PAINT constants to typed_flags | Noel Grandin |
2016-09-26 | convert CR flags to typed_flags_set | Noel Grandin |
2016-09-26 | convert HASATTR constants to typed_flags_set | Noel Grandin |
2016-09-26 | convert SUBTOTAL constants to typed_flags_set | Noel Grandin |
2016-09-26 | convert BREAK constants to typed_flags_set | Noel Grandin |
2016-09-26 | convert ScXMLImportWrapper import flags to typed_flags_set | Noel Grandin |
2016-09-26 | convert CONTINUATION constants to typed_flags_set | Noel Grandin |
2016-09-26 | add ARABIC test case | Zdeněk Crhonek |
2016-09-26 | ScStyleObj: Translate some German comments | Maarten Bosmans |
2016-09-26 | tdf97667, add dumpAsXml for the conditional format data | Markus Mohrhard |
2016-09-25 | add CODE test file | Zdeněk Crhonek |
2016-09-25 | add GAMMA.INV test case | Zdeněk Crhonek |
2016-09-25 | add test for tdf#100393 | Markus Mohrhard |
2016-09-25 | handle the debug output earlier | Markus Mohrhard |
2016-09-25 | tdf#91312, don't forget to delete the old cond format indices | Markus Mohrhard |
2016-09-25 | add CONCATENATE test case | Zdeněk Crhonek |
2016-09-25 | loplugin:unreffun, remove unused local class | Markus Mohrhard |
2016-09-25 | Remove code that's no longer used. | Kohei Yoshida |
2016-09-25 | Avoid failure in VBA test when window is too small | Luke Deller |
2016-09-25 | add CLEAN test case | Zdeněk Crhonek |
2016-09-25 | tdf#101390 Add Arrows toolbox functions on calc drawingbar. | Gulsah Kose |
2016-09-24 | sc lok: avoid full invalidate tiles | Henry Castro |
2016-09-24 | we shouldn't need explicit lt_rtl_OUString, etc things anymore | Caolán McNamara |
2016-09-23 | convert formula error codes to scoped enum | Noel Grandin |
2016-09-23 | perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 related | Eike Rathke |
2016-09-23 | tdf#102216: move row overflow check after EoF check (CSV import) | Aron Budea |
2016-09-23 | Factor out common ScInterpreter::GetInt32() code | Maarten Bosmans |
2016-09-23 | cid#1373353 uninitialized members | Miklos Vajna |
2016-09-22 | attempt to fix build, ScImportExport( ScDocument*, const OUString& ) | Eike Rathke |