summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-04-26cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida
2014-04-25fdo#76611: Write test for this.Kohei Yoshida
2014-04-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-25added .xlsx .xls .ods export/reimport tests for new spreadsheet functionsEike Rathke
2014-04-25fdo#75971: Perhaps this will prevent the crash ?Kohei Yoshida
2014-04-25we need to push a return value in any case, fdo#73148 relatedEike Rathke
2014-04-25return early once we pushed an error, fdo#73148 relatedEike Rathke
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers
2014-04-25fix "Wrap opencl-only functions in appropriate ifdef."Andrzej Hunt
2014-04-25sc: add back lost scopenclMiklos Vajna
2014-04-25fix htmlexp.hxx compilation -> add space between ">>"Tomaž Vajngerl
2014-04-25Sprinkle some SAL_OVERRIDETor Lillqvist
2014-04-25fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida
2014-04-25fdo#77728: Add test case for named range expansion and formula update.Kohei Yoshida
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida
2014-04-25fdo#77728: Write test for this.Kohei Yoshida
2014-04-24fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida
2014-04-24fdo#77039: Write test for this.Kohei Yoshida
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard
2014-04-24orcus autofilter import, implement the interfaceMarkus Mohrhard
2014-04-24sc html export: Skip all graphic objects at HTML exportTomaž Vajngerl
2014-04-24sc html export: cleanup htmlexp.hxxTomaž Vajngerl
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl
2014-04-24sc: t-test - actually use "Alpha" parameter in formulasTomaž Vajngerl
2014-04-24sc: Add newLine() convenience method to AddressWalkerTomaž Vajngerl
2014-04-24sc: F Test - externalize string ("Variable" label)Tomaž Vajngerl
2014-04-24sc: t-test - refactor to row oriented output & externalise stringsTomaž Vajngerl
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl
2014-04-24consolidatedialog.ui: let only the ranges field expandThomas Arnhold
2014-04-24fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida
2014-04-24fdo#76663: Better test to really test PRODUCT with array input.Kohei Yoshida
2014-04-24loplugin:unreffun -- Wrap opencl-only functions in appropriate ifdef.Andrzej Hunt
2014-04-24coverity#735793 Explicit null dereferencedCaolán McNamara
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe
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-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