summaryrefslogtreecommitdiff
path: root/sc/source/core/data/cellvalue.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-21bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida1-0/+7
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-13/+14
2013-10-08Slight optimization when copying OUString.Kohei Yoshida1-4/+4
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida1-29/+0
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-2/+2
2013-06-24Turns out ScHorizontalIterator was still broken. Fix it for real.Kohei Yoshida1-0/+2
2013-06-24We need to clone the source cell value to prevent crash.Kohei Yoshida1-20/+57
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-1/+1
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-42/+109
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-4/+2
2013-03-28Slightly more efficient assign().Kohei Yoshida1-25/+10
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-0/+1
2013-03-27Converted the external ref manager code.Kohei Yoshida1-0/+11
2013-03-27More on killing direct use of cell classes.Kohei Yoshida1-0/+32
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida1-79/+230
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-16/+121
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida1-0/+116
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida1-0/+18
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida1-0/+116