summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalue.hxx
Commit message (Expand)AuthorAgeFilesLines
* Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida2014-01-241-0/+1
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-081-5/+11
* Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida2013-09-121-3/+0
* resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke2013-07-251-1/+10
* We need to clone the source cell value to prevent crash.Kohei Yoshida2013-06-241-0/+5
* Switch to using multi_type_vector for cell storage.Kohei Yoshida2013-06-241-12/+15
* Converted the external ref manager code.Kohei Yoshida2013-03-271-0/+2
* More on killing direct use of cell classes.Kohei Yoshida2013-03-271-0/+4
* Make the conditional formatting code free of ScBaseCell.Kohei Yoshida2013-03-261-2/+3
* Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida2013-03-261-1/+55
* Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2013-03-261-6/+21
* Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida2013-03-221-0/+8
* Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida2013-03-221-0/+4
* Move ScCellValue into its own header/source files.Kohei Yoshida2013-03-221-0/+56