summaryrefslogtreecommitdiff
path: root/sc/inc/columniterator.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-3/+3
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-07-13tdf#118620 - avoid out of bounds iterator for end of sheet pivots.Michael Meeks1-0/+1
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin1-1/+0
2018-05-15tdf#42949 Fix IWYU warnings in sc/inc/columniterator.hxxGabor Kelemen1-1/+9
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-0/+29
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-3/+4
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2013-06-24Define block types for string, edit text and formula cell elements.Kohei Yoshida1-2/+2
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida1-7/+3
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida1-6/+6
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida1-0/+11
2013-03-14First cut on column text width iterator implementation. Untested.Kohei Yoshida1-3/+26
2013-03-14Add skeleton files for the new iterator for column cells' text widths.Kohei Yoshida1-0/+24