Age | Commit message (Expand) | Author |
2014-05-26 | coverity#1130407 Missing break in switch | Caolán McNamara |
2014-05-24 | sc: constify GetCellGroup. | Michael Meeks |
2014-05-24 | ODS load perf: remove left-over / debugging getenv. | Michael Meeks |
2014-05-24 | ODS load perf: accelerate CompileXML for formula by stringify and compare. | Michael Meeks |
2014-05-24 | Remove unused headers | Matteo Casalin |
2014-05-24 | cppcheck: catchExceptionByValue | Thomas Arnhold |
2014-05-24 | remove whitespace | Markus Mohrhard |
2014-05-24 | cppcheck: redundantAssignment | Thomas Arnhold |
2014-05-24 | cppcheck: redundantAssignment | Thomas Arnhold |
2014-05-24 | make sure that OpenGL charts are rendered after import | Markus Mohrhard |
2014-05-23 | coverity#1209494 Explicit null dereferenced | Caolán McNamara |
2014-05-23 | fdo#76824: Proper way to parse cell address strings. | Kohei Yoshida |
2014-05-23 | WaE: private field 'mnId' is not used | Tor Lillqvist |
2014-05-23 | we need to map 100th mm to pixel also for the import | Markus Mohrhard |
2014-05-23 | fdo#79011: Properly implement the search results dialog as modeless. | Kohei Yoshida |
2014-05-23 | Forgot to remove debug statements. | Kohei Yoshida |
2014-05-23 | coverity#1187682 Dereference null return value | Caolán McNamara |
2014-05-23 | coverity#1187686 Dereference null return value | Caolán McNamara |
2014-05-23 | coverity#708104 Uninitialized scalar field | Caolán McNamara |
2014-05-23 | coverity#708018 Uninitialized pointer field | Caolán McNamara |
2014-05-23 | coverity#707994 Uninitialized scalar field | Caolán McNamara |
2014-05-23 | coverity#1215280 Unchecked dynamic_cast | Caolán McNamara |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-23 | Always use CPPUNIT_ASSERT_DOUBLES_EQUAL when comparing floating point values | Stephan Bergmann |
2014-05-23 | Remove dead code | Stephan Bergmann |
2014-05-22 | fdo#78903: Don't broadcast prematurely during cell deletion. | Kohei Yoshida |
2014-05-22 | fdo#78903: Write test for this. | Kohei Yoshida |
2014-05-22 | cp#1000077: Set 'modified' document property more consistently. | Matúš Kukan |
2014-05-21 | Label t-test and F-test for their respective dialogs. | Kohei Yoshida |
2014-05-21 | Modify these stats dialogs to have OK and Cancel pair. | Kohei Yoshida |
2014-05-21 | Keep only "Apply" and "Close". | Kohei Yoshida |
2014-05-21 | WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE' | Tor Lillqvist |
2014-05-21 | typo: VarP (Sample) -> VarP (Population) | Andras Timar |
2014-05-21 | Avoid unnecessary cloning of ScRawToken during token check. | Kohei Yoshida |
2014-05-21 | cp#1000072: Skip styles import for external link cache documents. | Kohei Yoshida |
2014-05-21 | Finer grained ODS import mode selection. | Kohei Yoshida |
2014-05-21 | Let's use constant uno name for these. | Kohei Yoshida |
2014-05-21 | Let's not use ScDocument as a convenient "anything goes" storage place. | Kohei Yoshida |
2014-05-21 | Turn the mouse cursor to the "wait hand" during the external link update. | Kohei Yoshida |
2014-05-21 | cp#1000072: Populate cache tables when updating all external links. | Kohei Yoshida |
2014-05-21 | Localize this string. | Kohei Yoshida |
2014-05-21 | cp#1000072: Purge one document shell at a time, to avoid freeze. | Kohei Yoshida |
2014-05-21 | cp#1000072: Stop the external doc shell timer while mass-updating. | Kohei Yoshida |
2014-05-21 | cp#1000072: Load external documents when refreshing caches. | Kohei Yoshida |
2014-05-21 | ODS load perf: 7% of the time re-creating sheet name strings. | Michael Meeks |
2014-05-21 | ODS load perf: transfer ownership of the ScTokenArray to save cycles. | Michael Meeks |
2014-05-21 | ODS load perf: avoid excessive calls to uppercase to compare tab names. | Michael Meeks |
2014-05-20 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18 | Julien Nabet |
2014-05-20 | Following fdo#78838, let's make this part safe too | Julien Nabet |
2014-05-20 | kill some old 16 bit column indices | Markus Mohrhard |