summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-24coverity#984006 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707484 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707488 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707489 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707490 Uncaught exceptionCaolán McNamara
2014-04-24coverity#708563 Uninitialized scalar fieldCaolán McNamara
2014-04-24WaE: unused function 'areListsEqual' (in the --without-java case)Tor Lillqvist
2014-04-24libmwaw: values4003 apparently contains 22 patterns, not 28Stephan Bergmann
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-24xmlsecurity: sal_Bool->boolNoel Grandin
2014-04-24scripting: sal_Bool->boolNoel Grandin
2014-04-24sccomp: sal_Bool->boolNoel Grandin
2014-04-24scaddins: sal_Bool->boolNoel Grandin
2014-04-24Get rid of the "failure #23" style messages in CppunitTest_sal_rtl_textencTor Lillqvist
2014-04-24libmwaw: --enable-debug when appropriateStephan Bergmann
2014-04-24Add a test listener that outputs failures to stderr as they happenTor Lillqvist
2014-04-24Add missing right paren in assertion log messagesTor Lillqvist
2014-04-24Fix scoped_ptr -> scoped_arrayStephan Bergmann
2014-04-24vcl/text clean-up includesNorbert Thiebaud
2014-04-24vcl/text remove unnecessary and hardly needed using clauseNorbert Thiebaud
2014-04-24Add informative comment about cross-compiling to iOS in particularTor Lillqvist
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-04-23Now these two methods are unused.Kohei Yoshida
2014-04-23These are not needed.Kohei Yoshida
2014-04-23Remove compiler warnings.Kohei Yoshida
2014-04-23Set mdds 0.10.3 as the new package requirement.Kohei Yoshida
2014-04-23Add unit test for sorting with cell formats.Kohei Yoshida
2014-04-23fdo#76607: Writer unit test for this.Kohei Yoshida
2014-04-23SwapRow() is no more!Kohei Yoshida
2014-04-23Use scoped_ptr for this.Kohei Yoshida
2014-04-23New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida
2014-04-23Apply sorted patterns as ranges instead of row-by-row.Kohei Yoshida
2014-04-23Skip reordering of cell formats when whole range is over one pattern entry.Kohei Yoshida
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida
2014-04-23Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida
2014-04-23Handle cell formats correctly during sort.Kohei Yoshida
2014-04-23Make sure to ignore trailing empty rows in all places.Kohei Yoshida
2014-04-23Annotate the test code a bit to make it easier to follow.Kohei Yoshida
2014-04-23We have m_pDoc available here in the test...Kohei Yoshida
2014-04-23Move cell notes too when sorting.Kohei Yoshida
2014-04-23Add empty block at the top to keep row and element positions in sync.Kohei Yoshida
2014-04-23Use push_back() for mtv to remove the slow O(n^2) algorithm.Kohei Yoshida
2014-04-23Use correct index to access row arrays, to prevent out-of-range access.Kohei Yoshida
2014-04-23Use the mdds storage types directly rather than using CellValues.Kohei Yoshida
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida
2014-04-23Retrieve and store broadcasters into data table.Kohei Yoshida
2014-04-23Correctly set the positions of sorted formula cells.Kohei Yoshida
2014-04-23Copy formula cells as well.Kohei Yoshida
2014-04-23I don't need this anymore.Kohei Yoshida