summaryrefslogtreecommitdiffstats
path: root/sc/inc/edittextiterator.hxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:expandablemethods in scNoel Grandin2016-11-071-4/+0
| | | | | | | Change-Id: Ib417c5e978fca563f8c0ef0dbe6b9d50fead9828 Reviewed-on: https://gerrit.libreoffice.org/30566 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis2016-02-041-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | In this patch dynamic column structure is introduced, basically wrapping std::vector<ScColumn*>. In ScTable the column container is pre-allocated with MAXCOL + 1 columns so that the rest of the code that uses need not change for now. So for now the new column container will still behave like the static one. The plan is to *incrementally* modify all instances of iterations over columns to make use of the dynamic column container and also to address the issues mentioned in the thread : http://nabble.documentfoundation.org/tdf-50916-Calc-Dynamic-column-container-td4162663.html The final step would be to remove the pre-allocation of the container in ScTable constructor and increase of MAXCOLCOUNT Change-Id: I3ff18cdebc99d8348e06a76f287d1d30279366bd Reviewed-on: https://gerrit.libreoffice.org/21620 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* Add edit text iterator that iterates through only edit text cells.Kohei Yoshida2013-08-201-0/+61
Change-Id: I898d7a2d3f0ea472daddb9dd32f772a5d7268773