summaryrefslogtreecommitdiff
path: root/sc/source/core/data/cellvalue.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-8/+8
2017-12-24sc: compact ScColumnAshod Nakashian1-2/+2
2017-12-06coverity#1421089 seems to be really reporting missing move ctors/assignmentsCaolán McNamara1-0/+48
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-0/+46
2017-01-05check token array code errors when testing for equality, tdf#105024 relatedEike Rathke1-0/+3
2016-10-04coverity#1371197 the compiler defaults should be sufficient hereCaolán McNamara1-20/+0
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-6/+6
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-01-19loplugin:unusedmethods in sc/Noel Grandin1-9/+0
2015-11-03implement assignment in only one placeEike Rathke1-3/+6
2015-11-03remove superfluous call to clear() in ScRefCellValue dtorEike Rathke1-1/+0
2015-11-02implement ScRefCellValue::operator=() without temporary and swapEike Rathke1-2/+2
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-2/+8
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-24/+0
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-2/+2
2015-01-10only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard1-2/+2
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-2/+2
2014-07-18Add a variant of set that takes ownership of EditTextObject.Kohei Yoshida1-0/+7
2014-05-11fix-includes.pl: scThomas Arnhold1-4/+4
2014-02-27Simplify ScViewFunc::DoThesaurus() with ScCellValue.Kohei Yoshida1-16/+27
2014-02-27remove unused cdeo from ScCellValueNoel Grandin1-19/+1
2014-02-27remove unused code ScRefCellValue::commit(ScColumn&, int) constNoel Grandin1-7/+1
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+24
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