summaryrefslogtreecommitdiff
path: root/sc/inc/mtvelements.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-12-23tdf#97597: Make the document import state more multi-thread friendly.Kohei Yoshida1-0/+17
2016-07-17Use mdds' event callback to count formula blocks in each column.Kohei Yoshida1-1/+13
2016-05-13Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-9/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-4/+4
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-03remove unused code in sc::CellTextAttrNoel Grandin1-1/+0
2014-01-25Stop leaking all ScPostIt instances.Kohei Yoshida1-1/+1
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida1-0/+2
2013-11-11Make this thread safe too.Kohei Yoshida1-0/+2
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-1/+11
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-3/+4
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida1-0/+3
2013-08-13Ensure iterators are value-initializedStephan Bergmann1-2/+2
2013-07-09Modifying comments to meet Doxygen standardsNourah.AlShoeibi1-9/+9
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida1-2/+1
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida1-1/+1
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida1-1/+1
2013-06-24Turn off column storage debugging.Kohei Yoshida1-1/+1
2013-06-24Leave the RowInfo's for empty cells unfilled.Kohei Yoshida1-1/+1
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-6/+21
2013-06-24Define block types for string, edit text and formula cell elements.Kohei Yoshida1-7/+34
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida1-0/+19
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida1-0/+9
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida1-1/+23
2013-05-20Block definition for CellTextAttr.Kohei Yoshida1-2/+17
2013-05-20Rename header: mtvelement -> multi_type_vector (mtv) elements.Kohei Yoshida1-0/+35