summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)Author
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-07-01Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida
2013-07-01Better to calculate max and min value of matrix *in* the matrix itself.Kohei Yoshida
2013-06-24Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida
2013-06-24Add Dump() method to ScMatrix, which is useful when debugging.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-15calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida
2012-07-19We no longer need density types.Kohei Yoshida
2012-07-19This is no longer true.Kohei Yoshida
2012-07-19Support resizing matrix with a default value.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-06-23removed unused forward declarations of classTakeshi Abe
2011-05-13Properly initialize and copy fValKohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-21Moved ScMatrixRef typedefs to its own file.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-17Removed ScMatrix::Delete().Kohei Yoshida
2010-12-17Implemented ScMatrixRef using boost::intrusive_ptr.Kohei Yoshida
2010-12-17Removed the eternal ref bits, as no one uses it & we don't need it.Kohei Yoshida
2010-12-16Removed parts of the comments that are no longer true.Kohei Yoshida
2010-12-16Re-wrote header description for ScMatrix.Kohei Yoshida
2010-11-07Fixed all build breaks. sc is again buildable.Kohei Yoshida
2010-11-07More of the same.Kohei Yoshida
2010-11-07More on one-param method removal.Kohei Yoshida
2010-11-07More on removal of methods that take nIndex.Kohei Yoshida
2010-11-07No more PutBoolean(SCSIZE nIndex).Kohei Yoshida
2010-11-07More elimination of single-parameter methods from ScMatrix.Kohei Yoshida
2010-11-07Removed the one parameter version of IsValueOrEmpty() method.Kohei Yoshida
2010-11-07Removed the single-parameter version of IsBoolean().Kohei Yoshida
2010-11-07Removed PutEmpty(index).Kohei Yoshida
2010-11-07Support different density types for ScMatrix instances.Kohei Yoshida
2010-11-07Fixed export of DDE links which use matrix objects.Kohei Yoshida
2010-11-07ScMatrixValue should be a struct now that it stores value type.Kohei Yoshida
2010-11-05Moved mbCloneIfCount into ScMatrixImpl.Kohei Yoshida
2010-11-05Ported my previous work into this branch. Not build-tested yet.Kohei Yoshida
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm
2010-08-19calc58: #i113879# add ScMatrix::CloneIfConst() and regard only temporary matr...Eike Rathke [er]
2010-03-22CWS-TOOLING: integrate CWS kohei04Vladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-12-02#i107339# Allow ScMatrix objects to be re-sizable.Kohei Yoshida
2009-08-25CWS-TOOLING: integrate CWS koheicoderemoval02Vladimir Glazounov