Age | Commit message (Expand) | Author |
2014-04-25 | we need to push a return value in any case, fdo#73148 related | Eike Rathke |
2014-04-25 | return early once we pushed an error, fdo#73148 related | Eike Rathke |
2014-04-25 | fdo#73148 (partial patch) Add Excel 2010 function AGGREGATE | Winfried Donkers |
2014-04-25 | fix "Wrap opencl-only functions in appropriate ifdef." | Andrzej Hunt |
2014-04-25 | sc: add back lost scopencl | Miklos Vajna |
2014-04-25 | fix htmlexp.hxx compilation -> add space between ">>" | Tomaž Vajngerl |
2014-04-25 | Sprinkle some SAL_OVERRIDE | Tor Lillqvist |
2014-04-25 | fdo#77728: Re-compile tokens when named range is updated. | Kohei Yoshida |
2014-04-25 | fdo#77728: Add test case for named range expansion and formula update. | Kohei Yoshida |
2014-04-25 | fdo#77728: Don't forget to start listening after the named range update. | Kohei Yoshida |
2014-04-25 | fdo#77728: Write test for this. | Kohei Yoshida |
2014-04-24 | fdo#77039: Fill the match string even if the raw string is empty. | Kohei Yoshida |
2014-04-24 | fdo#77039: Write test for this. | Kohei Yoshida |
2014-04-24 | add undo action for conditional formatting, cp#1000050, fdo#77381 | Markus Mohrhard |
2014-04-24 | orcus autofilter import, implement the interface | Markus Mohrhard |
2014-04-24 | sc html export: Skip all graphic objects at HTML export | Tomaž Vajngerl |
2014-04-24 | sc html export: cleanup htmlexp.hxx | Tomaž Vajngerl |
2014-04-24 | sc filter: Read "FilterOptions" in HTML export filter | Tomaž Vajngerl |
2014-04-24 | sc: t-test - actually use "Alpha" parameter in formulas | Tomaž Vajngerl |
2014-04-24 | sc: Add newLine() convenience method to AddressWalker | Tomaž Vajngerl |
2014-04-24 | sc: F Test - externalize string ("Variable" label) | Tomaž Vajngerl |
2014-04-24 | sc: t-test - refactor to row oriented output & externalise strings | Tomaž Vajngerl |
2014-04-24 | sc: Add F-Test to Statistics | Tomaž Vajngerl |
2014-04-24 | consolidatedialog.ui: let only the ranges field expand | Thomas Arnhold |
2014-04-24 | fdo#76663: Let's not skip the first element of a matrix in PRODUCT. | Kohei Yoshida |
2014-04-24 | fdo#76663: Better test to really test PRODUCT with array input. | Kohei Yoshida |
2014-04-24 | loplugin:unreffun -- Wrap opencl-only functions in appropriate ifdef. | Andrzej Hunt |
2014-04-24 | coverity#735793 Explicit null dereferenced | Caolán McNamara |
2014-04-24 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-04-23 | Now these two methods are unused. | Kohei Yoshida |
2014-04-23 | These are not needed. | Kohei Yoshida |
2014-04-23 | Remove compiler warnings. | Kohei Yoshida |
2014-04-23 | Add unit test for sorting with cell formats. | Kohei Yoshida |
2014-04-23 | fdo#76607: Writer unit test for this. | Kohei Yoshida |
2014-04-23 | SwapRow() is no more! | Kohei Yoshida |
2014-04-23 | Use scoped_ptr for this. | Kohei Yoshida |
2014-04-23 | New method SortReorderByRow() for the new row-based reordering. | Kohei Yoshida |
2014-04-23 | Apply sorted patterns as ranges instead of row-by-row. | Kohei Yoshida |
2014-04-23 | Skip reordering of cell formats when whole range is over one pattern entry. | Kohei Yoshida |
2014-04-23 | Skip adjustment of row height when all rows have the same height. | Kohei Yoshida |
2014-04-23 | Update script types of all cells in sort range ahead of time. | Kohei Yoshida |
2014-04-23 | Handle reordering of row hidden and filtered flags during sort. | Kohei Yoshida |
2014-04-23 | Handle cell formats correctly during sort. | Kohei Yoshida |
2014-04-23 | Make sure to ignore trailing empty rows in all places. | Kohei Yoshida |
2014-04-23 | Annotate the test code a bit to make it easier to follow. | Kohei Yoshida |
2014-04-23 | We have m_pDoc available here in the test... | Kohei Yoshida |
2014-04-23 | Move cell notes too when sorting. | Kohei Yoshida |
2014-04-23 | Add empty block at the top to keep row and element positions in sync. | Kohei Yoshida |
2014-04-23 | Use push_back() for mtv to remove the slow O(n^2) algorithm. | Kohei Yoshida |
2014-04-23 | Use correct index to access row arrays, to prevent out-of-range access. | Kohei Yoshida |