summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalue.hxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida2017-05-241-7/+26
* coverity#1371197 the compiler defaults should be sufficient hereCaolán McNamara2016-10-041-5/+0
* sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke2016-07-221-1/+1
* loplugin:unusedmethods in sc/Noel Grandin2016-01-191-2/+0
* implement assignment in only one placeEike Rathke2015-11-031-4/+0
* trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke2015-11-021-0/+10
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-1/+0
* Adjust ref undo to ensure group area listeners are used.Kohei Yoshida2014-11-251-1/+1
* Add a variant of set that takes ownership of EditTextObject.Kohei Yoshida2014-07-181-0/+1
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* Simplify ScViewFunc::DoThesaurus() with ScCellValue.Kohei Yoshida2014-02-271-0/+2
* remove unused cdeo from ScCellValueNoel Grandin2014-02-271-7/+0
* remove unused code ScRefCellValue::commit(ScColumn&, int) constNoel Grandin2014-02-271-2/+0
* 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