summaryrefslogtreecommitdiff
path: root/sc/inc/cellvalue.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-3/+3
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák1-0/+6
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák1-2/+2
2017-12-06coverity#1421089 seems to be really reporting missing move ctors/assignmentsCaolán McNamara1-0/+2
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-7/+26
2016-10-04coverity#1371197 the compiler defaults should be sufficient hereCaolán McNamara1-5/+0
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke1-1/+1
2016-01-19loplugin:unusedmethods in sc/Noel Grandin1-2/+0
2015-11-03implement assignment in only one placeEike Rathke1-4/+0
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-0/+10
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-1/+0
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-1/+1
2014-07-18Add a variant of set that takes ownership of EditTextObject.Kohei Yoshida1-0/+1
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