summaryrefslogtreecommitdiff
path: root/sc/inc/columnspanset.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-0/+8
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida1-1/+1
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida1-0/+8
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida1-9/+9
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida1-3/+26
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-0/+54
2013-05-20Ditto when purging broadcasters.Kohei Yoshida1-1/+0
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida1-1/+5
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida1-0/+53