summaryrefslogtreecommitdiffstats
path: root/sc/inc/columnspanset.hxx
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect adjustment of range references during sort.Kohei Yoshida2014-12-051-0/+2
* Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida2014-11-181-0/+3
* Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida2014-11-181-0/+2
* don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard2014-08-161-0/+3
* fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida2014-05-031-0/+8
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida2014-02-271-1/+1
* Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida2014-02-051-0/+8
* fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida2014-01-141-9/+9
* Re-implement the COUNT function for efficiency.Kohei Yoshida2013-07-021-3/+26
* Switch to using multi_type_vector for cell storage.Kohei Yoshida2013-06-241-0/+54
* Ditto when purging broadcasters.Kohei Yoshida2013-05-201-1/+0
* Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida2013-05-201-1/+5
* Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida2013-05-201-0/+53