summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalues.hxx
Commit message (Collapse)AuthorAgeFilesLines
* New feature to allow converting formula cells to static values.Kohei Yoshida2014-10-021-0/+60
| | | | | | | | You used to have to convert formula cells to static values by copying them and pasting them as values onto the original place. Why not just allow converting them in place? This is something I've always wanted to implement.
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
| | | | Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
* These are not needed.Kohei Yoshida2014-04-231-2/+0
| | | | Change-Id: I032cc877ecc6b6ce1e9ecfa03020f8dfd41461ac
* Use the mdds storage types directly rather than using CellValues.Kohei Yoshida2014-04-231-1/+0
| | | | Change-Id: I415b3cddc4b764668564affd573ae9cc00601278
* Correctly set the positions of sorted formula cells.Kohei Yoshida2014-04-231-1/+1
| | | | Change-Id: I21cc7aa2cc521203f4da6f754a2ad7b4e985dd67
* Avoid using SwapRow() when sorting.Kohei Yoshida2014-04-231-0/+13
| | | | | | | | | | Instead, build a data table prior to sorting, swap rows in this data table as we sort, then transfer the results back to the document in one step. This significantly speeds up the sort performance. Formula cells are yet to be handled. I'll work on that next. Change-Id: I59bde1a243dc8940411d1a33eef147671b060cd0
* Have CellValues handle text attribute values as well.Kohei Yoshida2014-04-231-0/+8
| | | | | | | To ensure that the cell and cell text attribute storage stay in sync at all times. Change-Id: I5ea3fb7601f42f22af30f4f2d96d9d5e481e0853
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Speed up filling of random number generation over entire column.Kohei Yoshida2014-01-301-0/+44
Because nobody wants to wait forever... Change-Id: Ie52bff944893b7e3fe9e7908be19d27c692fc1ea