summaryrefslogtreecommitdiff
path: root/sc/inc/cellvalue.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-27Simplify ScViewFunc::DoThesaurus() with ScCellValue.Kohei Yoshida1-0/+2
2014-02-27remove unused cdeo from ScCellValueNoel Grandin1-7/+0
2014-02-27remove unused code ScRefCellValue::commit(ScColumn&, int) constNoel Grandin1-2/+0
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+1
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-5/+11
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida1-3/+0
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+10
2013-06-24We need to clone the source cell value to prevent crash.Kohei Yoshida1-0/+5
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-12/+15
2013-03-27Converted the external ref manager code.Kohei Yoshida1-0/+2
2013-03-27More on killing direct use of cell classes.Kohei Yoshida1-0/+4
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-2/+3
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida1-1/+55
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-6/+21
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida1-0/+8
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida1-0/+4
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida1-0/+56