summaryrefslogtreecommitdiffstats
path: root/sc/inc/mtvelements.hxx
Commit message (Expand)AuthorAgeFilesLines
* don't add a cell to a non-existent column (tdf#104865)Luboš Luňák2022-02-221-0/+1
* Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormulaEike Rathke2017-11-031-2/+0
* Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()Eike Rathke2017-11-021-0/+2
* loplugin:includeform: scStephan Bergmann2017-10-231-1/+1
* tdf#97597: Make the document import state more multi-thread friendly.Kohei Yoshida2016-12-231-0/+17
* Use mdds' event callback to count formula blocks in each column.Kohei Yoshida2016-07-171-1/+13
* Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida2016-05-131-0/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-4/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-3/+3
* Deteremine the script type of source cell during paste replication.Kohei Yoshida2014-12-101-9/+1
* remove whitespaceMarkus Mohrhard2014-06-251-1/+0
* fix-includes.pl: scThomas Arnhold2014-05-111-4/+4
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* remove unused code in sc::CellTextAttrNoel Grandin2014-03-031-1/+0
* Stop leaking all ScPostIt instances.Kohei Yoshida2014-01-251-1/+1
* Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida2013-12-181-0/+2
* Make this thread safe too.Kohei Yoshida2013-11-111-0/+2
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-231-1/+11
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-081-3/+4
* Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida2013-09-121-0/+3
* Ensure iterators are value-initializedStephan Bergmann2013-08-131-2/+2
* Modifying comments to meet Doxygen standardsNourah.AlShoeibi2013-07-091-9/+9
* Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida2013-07-011-2/+1
* Turn off column debug and remove warnings.Kohei Yoshida2013-06-271-1/+1
* Initial version of dynamic grouping of formula cells.Kohei Yoshida2013-06-271-1/+1
* Turn off column storage debugging.Kohei Yoshida2013-06-241-1/+1
* Leave the RowInfo's for empty cells unfilled.Kohei Yoshida2013-06-241-1/+1
* Switch to using multi_type_vector for cell storage.Kohei Yoshida2013-06-241-6/+21
* Define block types for string, edit text and formula cell elements.Kohei Yoshida2013-06-241-7/+34
* Keep track of column block positions in ScDocumentImport too.Kohei Yoshida2013-05-201-0/+19
* Keep track of current block position when pasting a range of cells.Kohei Yoshida2013-05-201-0/+9
* Move the column element block definitions out of ScColumn.Kohei Yoshida2013-05-201-1/+23
* Block definition for CellTextAttr.Kohei Yoshida2013-05-201-2/+17
* Rename header: mtvelement -> multi_type_vector (mtv) elements.Kohei Yoshida2013-05-201-0/+35