Age | Commit message (Expand) | Author |
2021-03-23 | tdf#124176 Use pragma once in s* | Vincent LE GARREC |
2020-09-24 | some places where ScDocument* is never passed a nullptr | Caolán McNamara |
2020-09-18 | ScCellValue::getString never called with a null ScDocument* | Caolán McNamara |
2019-08-23 | Mark move ctors/assignments noexcept | Mike Kaganski |
2019-05-16 | optimize ScHTMLExport::WriteTables() with large columns | Luboš Luňák |
2019-05-14 | cache cell positions when searching in calc (tdf#108347) | Luboš Luňák |
2017-12-06 | coverity#1421089 seems to be really reporting missing move ctors/assignments | Caolán McNamara |
2017-05-24 | tdf#107945: properly iterate over mtv during pivot cache loading. | Kohei Yoshida |
2016-10-04 | coverity#1371197 the compiler defaults should be sufficient here | Caolán McNamara |
2016-07-22 | sc: convert SC_CLONECELL_... to typed_flags | Jochen Nitschke |
2016-01-19 | loplugin:unusedmethods in sc/ | Noel Grandin |
2015-11-03 | implement assignment in only one place | Eike Rathke |
2015-11-02 | trash usage of ScRefCellValue default ctor followed by assign() | Eike Rathke |
2015-07-22 | loplugin:unusedmethods scripting,sc | Noel Grandin |
2014-11-25 | Adjust ref undo to ensure group area listeners are used. | Kohei Yoshida |
2014-07-18 | Add a variant of set that takes ownership of EditTextObject. | Kohei Yoshida |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-02-27 | Simplify ScViewFunc::DoThesaurus() with ScCellValue. | Kohei Yoshida |
2014-02-27 | remove unused cdeo from ScCellValue | Noel Grandin |
2014-02-27 | remove unused code ScRefCellValue::commit(ScColumn&, int) const | Noel Grandin |
2014-01-24 | Optimize copy-n-pasting of single cell replicated over a range. | Kohei Yoshida |
2013-10-08 | Store svl::SharedString in document cell storage instead of OUString. | Kohei Yoshida |
2013-09-12 | Change so that we won't have to include mtvelements.hxx in cellvalue.hxx. | Kohei Yoshida |
2013-07-25 | resolved fdo#67249 use ScFieldEditEngine to resolve field content | Eike Rathke |
2013-06-24 | We need to clone the source cell value to prevent crash. | Kohei Yoshida |
2013-06-24 | Switch to using multi_type_vector for cell storage. | Kohei Yoshida |
2013-03-27 | Converted the external ref manager code. | Kohei Yoshida |
2013-03-27 | More on killing direct use of cell classes. | Kohei Yoshida |
2013-03-26 | Make the conditional formatting code free of ScBaseCell. | Kohei Yoshida |
2013-03-26 | Add ScRefCellValue, which is ScCellValue without copied value. | Kohei Yoshida |
2013-03-26 | Get the whole change tracking code entirely ScBaseCell-free! | Kohei Yoshida |
2013-03-22 | Start switching ScCellIterator caller to alternative iteration method. | Kohei Yoshida |
2013-03-22 | Get change tracking to work again with these new ScDocFunc methods. | Kohei Yoshida |
2013-03-22 | Move ScCellValue into its own header/source files. | Kohei Yoshida |