summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/scmatrix.cxx
AgeCommit message (Expand)Author
2014-04-29fdo#75397: Return an empty string for empty element.Kohei Yoshida
2014-04-25fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida
2013-04-11resolved fdo#63403 do not create matrix with 0 rows or colsEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-02fdo#58539: Resizing matrix should also resize the flag storage too.Kohei Yoshida
2012-12-15EvalMatrix<XorEvaluator> for XorEike Rathke
2012-12-15EvalMatrix: do not short circuit, propagate errorsEike Rathke
2012-12-15calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-20It's much faster to pass value array in one go than individually.Kohei Yoshida
2012-07-19Revert "Let's see if stripping the const here will fix the clang build..."Kohei Yoshida
2012-07-19Let's see if stripping the const here will fix the clang build...Kohei Yoshida
2012-07-19This should be bool.Kohei Yoshida
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida
2012-07-19Slightly more efficient compareMatrix.Kohei Yoshida
2012-07-19Use macro to define callbacks.Kohei Yoshida
2012-07-19Reorganized code to remove redundant calls to get_type().Kohei Yoshida
2012-07-19Some cleanup and comments.Kohei Yoshida
2012-07-19Turns out that C++03 doesn't support use of static double inside template.Kohei Yoshida
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida
2012-07-19Support resizing matrix with a default value.Kohei Yoshida
2012-07-19For sum product, the initial accumulator value should be 1, not 0.Kohei Yoshida
2012-07-19Don't forget to initialize the flag matrix.Kohei Yoshida
2012-07-19A little cleanup.Kohei Yoshida
2012-07-19Implement Sum(), SumSquare(), etc...Kohei Yoshida
2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller
2012-03-23cache calls to mdds:mixed_type_matrix::size, related fdo#47299Markus Mohrhard
2012-01-17remove unused methodsThomas Arnhold
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-22This is wrong. We should allow both boolean and numeric types.Kohei Yoshida
2011-11-02we need to use ValidColRowOrRepeated, silly mistake by makeMarkus Mohrhard
2011-11-01prevent access to non existing mdds elements (fdo#41807)Markus Mohrhard
2011-11-01boolean values are valid for matrix evaluation (fdo#49967)Markus Mohrhard
2011-06-14Properly return empty string when asked, as it did previosly.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak
2011-05-08Fix simple cppcheck warningJulien Nabet
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-06hardcode MDDS_HASH_CONTAINER_BOOSTFridrich Štrba
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-05sc: fix mdds include when doing a c++0x build and using strlportMiklos Vajna
2010-12-22BOOL to bool.Kohei Yoshida
2010-12-22use configured hash containerDavid Tardon
2010-12-20Fixed build breakage.Kohei Yoshida
2010-12-20Use mixed_type_matrix::const_iterator for faster element iteration.Kohei Yoshida
2010-12-17Added skeleton methods for all sorts of iterative calculations.Kohei Yoshida
2010-12-17Template name change: quad_type_matrix -> mixed_type_matrix.Kohei Yoshida
2010-12-17Removed the eternal ref bits, as no one uses it & we don't need it.Kohei Yoshida
2010-12-16Removed code duplication with template.Kohei Yoshida
2010-12-16Check the flag value for empty "path" element type.Kohei Yoshida