summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-24add missing modelines to idl filesThomas Arnhold48-0/+140
2014-04-24some more hrc cleanupThomas Arnhold7-36/+1
2014-04-24remove odd hackThomas Arnhold2-13/+2
2014-04-24fix double allocationThomas Arnhold1-2/+1
2014-04-24remove obsolete commentThomas Arnhold1-5/+0
2014-04-24chrdlg.hrc: some kind of cleanupThomas Arnhold1-8/+3
2014-04-24coverity#984006 Uncaught exceptionCaolán McNamara2-2/+4
2014-04-24coverity#707484 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-24coverity#707488 Uncaught exceptionCaolán McNamara2-4/+7
2014-04-24coverity#707489 Uncaught exceptionCaolán McNamara2-4/+6
2014-04-24coverity#707490 Uncaught exceptionCaolán McNamara2-3/+5
2014-04-24coverity#708563 Uninitialized scalar fieldCaolán McNamara1-13/+6
2014-04-24WaE: unused function 'areListsEqual' (in the --without-java case)Tor Lillqvist1-1/+3
2014-04-24libmwaw: values4003 apparently contains 22 patterns, not 28Stephan Bergmann2-0/+30
2014-04-24sd: sal_Bool->boolNoel Grandin304-3658/+3653
2014-04-24xmlsecurity: sal_Bool->boolNoel Grandin32-79/+51
2014-04-24scripting: sal_Bool->boolNoel Grandin9-27/+27
2014-04-24sccomp: sal_Bool->boolNoel Grandin2-10/+10
2014-04-24scaddins: sal_Bool->boolNoel Grandin8-199/+199
2014-04-24Get rid of the "failure #23" style messages in CppunitTest_sal_rtl_textencTor Lillqvist1-53/+60
2014-04-24libmwaw: --enable-debug when appropriateStephan Bergmann1-1/+1
2014-04-24Add a test listener that outputs failures to stderr as they happenTor Lillqvist1-1/+40
2014-04-24Add missing right paren in assertion log messagesTor Lillqvist1-7/+7
2014-04-24Fix scoped_ptr -> scoped_arrayStephan Bergmann1-1/+1
2014-04-24vcl/text clean-up includesNorbert Thiebaud1-61/+26
2014-04-24vcl/text remove unnecessary and hardly needed using clauseNorbert Thiebaud1-20/+15
2014-04-24Add informative comment about cross-compiling to iOS in particularTor Lillqvist1-0/+8
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante102-1780/+269
2014-04-23Now these two methods are unused.Kohei Yoshida2-110/+0
2014-04-23These are not needed.Kohei Yoshida1-2/+0
2014-04-23Remove compiler warnings.Kohei Yoshida1-2/+2
2014-04-23Set mdds 0.10.3 as the new package requirement.Kohei Yoshida2-2/+2
2014-04-23Add unit test for sorting with cell formats.Kohei Yoshida2-0/+164
2014-04-23fdo#76607: Writer unit test for this.Kohei Yoshida3-2/+56
2014-04-23SwapRow() is no more!Kohei Yoshida4-368/+0
2014-04-23Use scoped_ptr for this.Kohei Yoshida1-4/+3
2014-04-23New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida2-179/+184
2014-04-23Apply sorted patterns as ranges instead of row-by-row.Kohei Yoshida2-3/+86
2014-04-23Skip reordering of cell formats when whole range is over one pattern entry.Kohei Yoshida1-1/+5
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida5-6/+41
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida7-1/+133
2014-04-23Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida3-36/+162
2014-04-23Handle cell formats correctly during sort.Kohei Yoshida1-2/+12
2014-04-23Make sure to ignore trailing empty rows in all places.Kohei Yoshida1-24/+28
2014-04-23Annotate the test code a bit to make it easier to follow.Kohei Yoshida1-15/+14
2014-04-23We have m_pDoc available here in the test...Kohei Yoshida1-11/+10
2014-04-23Move cell notes too when sorting.Kohei Yoshida4-34/+59
2014-04-23Add empty block at the top to keep row and element positions in sync.Kohei Yoshida1-5/+15
2014-04-23Use push_back() for mtv to remove the slow O(n^2) algorithm.Kohei Yoshida1-13/+13
2014-04-23Use correct index to access row arrays, to prevent out-of-range access.Kohei Yoshida1-16/+17