Age | Commit message (Expand) | Author |
2014-12-30 | correct test for fdo#81195 | Markus Mohrhard |
2014-12-30 | add test for fdo#81195 | Markus Mohrhard |
2014-12-30 | use the correct tab for sheet local names, fdo#81195 | Markus Mohrhard |
2014-12-30 | add test for fdo#84556 | Markus Mohrhard |
2014-12-30 | relative refs wrap around in xls, fdo#84556 | Markus Mohrhard |
2014-12-29 | add test for fdo#80091 | Markus Mohrhard |
2014-12-29 | handle relative refs correctly in xls import, fdo#80091 | Markus Mohrhard |
2014-12-28 | std::remove_if not used | Julien Nabet |
2014-12-28 | fix mac build, -Werror,-Wmismatched-tags | Markus Mohrhard |
2014-12-27 | iterator::operator*() should return a reference | Markus Mohrhard |
2014-12-27 | fdo#87442 restore simple listbox | Andras Timar |
2014-12-27 | remove copy&paste code | Markus Mohrhard |
2014-12-27 | that method is the same as in the base class | Markus Mohrhard |
2014-12-27 | return after finding the reference | Markus Mohrhard |
2014-12-27 | handle index based external refs in formulas in ooxml import, fdo#85617 | Markus Mohrhard |
2014-12-27 | NO_DECODE breaks non-ascii urls, fdo#85617 | Markus Mohrhard |
2014-12-26 | callcatcher: update unused code | Caolán McNamara |
2014-12-26 | coverity#982280 Resource leak in object | Caolán McNamara |
2014-12-26 | coverity#982279 Resource leak in object | Caolán McNamara |
2014-12-26 | coverity#1260446 Uninitialized scalar field | Caolán McNamara |
2014-12-26 | coverity#735393 Resource leak in object | Caolán McNamara |
2014-12-26 | coverity#1260448 Uninitialized scalar field | Caolán McNamara |
2014-12-26 | what's with the void* + casting | Caolán McNamara |
2014-12-24 | fix comment | Markus Mohrhard |
2014-12-24 | add test for wrong matrix calculations | Markus Mohrhard |
2014-12-24 | we want to compare two different cells, fdo#85353 | Markus Mohrhard |
2014-12-24 | add test for fdo#86734 | Markus Mohrhard |
2014-12-24 | OSL_ENSURE => SAL_WARN | Markus Mohrhard |
2014-12-24 | reimplement shared formula import for xlsb, fdo#86734 | Markus Mohrhard |
2014-12-23 | coverity#1260301 Using invalid iterator | Caolán McNamara |
2014-12-23 | Don't crash when nIndex < 0 | Matúš Kukan |
2014-12-23 | ScCondFormatItem::RemoveCondFormatData() is not implemented | Matúš Kukan |
2014-12-23 | coverity#1260332 Unused value | Caolán McNamara |
2014-12-23 | coverity#1260333 Unused value | Caolán McNamara |
2014-12-23 | Be more direct; bin simple local functions | Matúš Kukan |
2014-12-22 | fdo#85258 differentiate between empty cell and empty result in matrix | Eike Rathke |
2014-12-22 | fix a few problems with my matrix commit | Markus Mohrhard |
2014-12-22 | comment on COUNTBLANK() why we do what we do | Eike Rathke |
2014-12-22 | Blind fix for MSVC build | Stephan Bergmann |
2014-12-22 | WaE: variables set but not used | Tor Lillqvist |
2014-12-22 | WaE: variable ´nOldSize´ set but not used | Tor Lillqvist |
2014-12-22 | "ConditionalFormat" -> SC_UNONAME_CONDFMT | Matúš Kukan |
2014-12-22 | Remove unused includes | Matúš Kukan |
2014-12-22 | fix typo | Matúš Kukan |
2014-12-22 | add import test for xlsb | Markus Mohrhard |
2014-12-22 | fix another validation error for OOXML, related fdo#40746 | Markus Mohrhard |
2014-12-22 | fix OOXML validation error, related fdo#40746 | Markus Mohrhard |
2014-12-22 | fix OOXML validation errors | Markus Mohrhard |
2014-12-22 | fix error in last commit | Markus Mohrhard |
2014-12-22 | improve performance of some matrix operations, related fdo#83187 | Markus Mohrhard |