summaryrefslogtreecommitdiff
path: root/sc/source/core/data/columniterator.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-13tdf#118620 - avoid out of bounds iterator for end of sheet pivots.Michael Meeks1-3/+7
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin1-8/+7
2017-10-23loplugin:includeform: scStephan Bergmann1-4/+4
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl1-5/+5
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-0/+37
2017-05-07revert OSL_ASSERT changesChris Sherlock1-5/+5
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-5/+5
2017-05-05Fix typosAndrea Gelmini1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2013-06-24Define block types for string, edit text and formula cell elements.Kohei Yoshida1-3/+3
2013-05-21Bypass for now an OSL_ENSURE that doesn't compileTor Lillqvist1-1/+3
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida1-14/+14
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida1-51/+68
2013-03-14First cut on column text width iterator implementation. Untested.Kohei Yoshida1-2/+136
2013-03-14Add skeleton files for the new iterator for column cells' text widths.Kohei Yoshida1-0/+16