Age | Commit message (Expand) | Author |
2016-06-15 | introduce ScMatrix::GetDoubleWithStringConversion() preparing for tdf#100409 | Eike Rathke |
2016-05-04 | Replace namespace ScErrorCodes with formula... | Kohei Yoshida |
2016-04-16 | fix last mdds perf problem in MatConcat, tdf#88849 | Markus Mohrhard |
2016-04-14 | loplugin:passstuffbyref in sc | Noel Grandin |
2016-03-23 | better use mdds in matrix concat, tdf#88849 | Markus Mohrhard |
2016-03-07 | Resolves: tdf#98389 check memory requirement of matrix | Eike Rathke |
2016-03-02 | Resolves: tdf#98297 exclude error values from COUNT in array/matrix | Eike Rathke |
2016-02-18 | fix DEBUG_MATRIX build | Markus Mohrhard |
2016-02-16 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2016-02-16 | single element access is really slow in mdds, tdf#67071 | Markus Mohrhard |
2015-12-01 | sc interpreter: Move the code that can create a ScFullMatrix. | Jan Holesovsky |
2015-11-24 | sc: Implement ScVectorRefMatrix. | Jan Holesovsky |
2015-11-24 | sc: Introduce Abstract Base Class for ScMatrix, for a future rework. | Jan Holesovsky |
2015-11-18 | use unique_ptr for pImpl in sc/ | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | drop unneeded include | David Tardon |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-02 | Add ScMatrix method to collect multiple values | Łukasz Hryniuk |
2015-10-02 | Add WalkElementBlocksMultipleValues and remove Ops | Łukasz Hryniuk |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-07-22 | loplugin:unusedmethods scripting,sc | Noel Grandin |
2015-04-02 | use error value instead of string in array/matrix, tdf#89387 tdf#42481 related | Eike Rathke |
2015-03-31 | Revert "tdf#89387 Add functor for ScAmpersand" | Eike Rathke |
2015-03-25 | tdf#89387 Add functor for ScAmpersand | Łukasz Hryniuk |
2015-03-09 | tdf#89387 General functor and basic operations | Łukasz Hryniuk |
2015-02-11 | add ScMatrix::IsEmptyResult() for tdf#39316 fix preparation | Eike Rathke |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2014-12-22 | fdo#85258 differentiate between empty cell and empty result in matrix | Eike Rathke |
2014-12-22 | improve performance of some matrix operations, related fdo#83187 | Markus Mohrhard |
2014-12-11 | resolved fdo#87237 propagate error values through matrix comparisons | Eike Rathke |
2014-05-11 | fix-includes.pl: sc | Thomas Arnhold |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-02-14 | sal_Bool->bool | Noel Grandin |
2014-01-08 | resolved fdo#72929 buffer jump matrix' result matrix blocks | Eike Rathke |
2013-12-04 | resolved fdo#72288 made case insensitive matrix string query work again | Eike Rathke |
2013-10-19 | Construct and initialize result matrix in one step. | Kohei Yoshida |
2013-10-19 | Generate boolean comparison result array in one step. | Kohei Yoshida |
2013-10-18 | Remove all uses of Pos and ConstPos. They are slow. | Kohei Yoshida |
2013-10-18 | Slightly optimize matrix value traversal. | Kohei Yoshida |
2013-10-18 | Faster way to add two result matrices. | Kohei Yoshida |
2013-10-18 | Move the compare-matrix code to ScMatrix, for much faster execution. | Kohei Yoshida |
2013-10-18 | Initial attempt to speed up matrix comparison. | Kohei Yoshida |
2013-10-11 | GetString() from ScMatrix to return SharedString. | Kohei Yoshida |
2013-10-08 | Store svl::SharedString in document cell storage instead of OUString. | Kohei Yoshida |
2013-08-27 | matrix: add functions to lookup a double or string in columns | Pierre-Eric Pelloux-Prayer |
2013-07-09 | These header inline methods cause linkage error on Windows. | Kohei Yoshida |
2013-07-01 | Reduce dependency on the matrix header. | Kohei Yoshida |
2013-07-01 | Rework SUMPRODUCT to reduce the number of block position lookups. | Kohei Yoshida |
2013-07-01 | Better to calculate max and min value of matrix *in* the matrix itself. | Kohei Yoshida |
2013-06-24 | Fix ScCellIterator, which also fixes matrix handling in the formula engine. | Kohei Yoshida |