summaryrefslogtreecommitdiff
path: root/sc/inc/mtvelements.hxx
AgeCommit message (Expand)Author
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida
2019-02-23loplugin:unusedfields in scNoel Grandin
2018-05-29tdf#42949 Fix IWYU warnings in sc/inc/m*Gabor Kelemen
2017-11-03Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormulaEike Rathke
2017-11-02Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()Eike Rathke
2017-10-23loplugin:includeform: scStephan Bergmann
2016-12-23tdf#97597: Make the document import state more multi-thread friendly.Kohei Yoshida
2016-07-17Use mdds' event callback to count formula blocks in each column.Kohei Yoshida
2016-05-13Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-03remove unused code in sc::CellTextAttrNoel Grandin
2014-01-25Stop leaking all ScPostIt instances.Kohei Yoshida
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida
2013-11-11Make this thread safe too.Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida
2013-08-13Ensure iterators are value-initializedStephan Bergmann
2013-07-09Modifying comments to meet Doxygen standardsNourah.AlShoeibi
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida
2013-06-24Turn off column storage debugging.Kohei Yoshida
2013-06-24Leave the RowInfo's for empty cells unfilled.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-06-24Define block types for string, edit text and formula cell elements.Kohei Yoshida
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida
2013-05-20Block definition for CellTextAttr.Kohei Yoshida
2013-05-20Rename header: mtvelement -> multi_type_vector (mtv) elements.Kohei Yoshida