summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-04-25we need to push a return value in any case, fdo#73148 relatedEike Rathke1-2/+1
2014-04-25return early once we pushed an error, fdo#73148 relatedEike Rathke1-1/+1
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers10-0/+162
2014-04-25fix "Wrap opencl-only functions in appropriate ifdef."Andrzej Hunt1-0/+2
2014-04-25sc: add back lost scopenclMiklos Vajna1-0/+7
2014-04-25fix htmlexp.hxx compilation -> add space between ">>"Tomaž Vajngerl1-2/+2
2014-04-25Sprinkle some SAL_OVERRIDETor Lillqvist1-6/+6
2014-04-25fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida1-9/+15
2014-04-25fdo#77728: Add test case for named range expansion and formula update.Kohei Yoshida1-2/+47
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida5-8/+17
2014-04-25fdo#77728: Write test for this.Kohei Yoshida1-0/+6
2014-04-24fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida1-6/+8
2014-04-24fdo#77039: Write test for this.Kohei Yoshida1-2/+15
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard5-3/+120
2014-04-24orcus autofilter import, implement the interfaceMarkus Mohrhard3-8/+56
2014-04-24sc html export: Skip all graphic objects at HTML exportTomaž Vajngerl2-2/+10
2014-04-24sc html export: cleanup htmlexp.hxxTomaž Vajngerl1-73/+94
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl7-18/+36
2014-04-24sc: t-test - actually use "Alpha" parameter in formulasTomaž Vajngerl1-2/+2
2014-04-24sc: Add newLine() convenience method to AddressWalkerTomaž Vajngerl4-64/+42
2014-04-24sc: F Test - externalize string ("Variable" label)Tomaž Vajngerl1-2/+2
2014-04-24sc: t-test - refactor to row oriented output & externalise stringsTomaž Vajngerl3-49/+132
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl14-18/+352
2014-04-24consolidatedialog.ui: let only the ranges field expandThomas Arnhold1-1/+0
2014-04-24fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida2-4/+11
2014-04-24fdo#76663: Better test to really test PRODUCT with array input.Kohei Yoshida1-4/+4
2014-04-24loplugin:unreffun -- Wrap opencl-only functions in appropriate ifdef.Andrzej Hunt1-0/+2
2014-04-24coverity#735793 Explicit null dereferencedCaolán McNamara1-1/+1
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe2-24/+17
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-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