summaryrefslogtreecommitdiff
path: root/sc/source/core/data/columnspanset.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-6/+0
2015-07-06unify code duplication in ScInterpreter::ScSum and IterateParametersWinfried Donkers1-0/+43
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida1-0/+6
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida1-0/+9
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida1-0/+5
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard1-2/+10
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-2/+2
2014-05-12Move this function object to o3tl.Kohei Yoshida1-2/+2
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-0/+47
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida1-16/+4
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida1-1/+3
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida1-10/+74
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-0/+117
2013-05-20Ditto when purging broadcasters.Kohei Yoshida1-31/+2
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida1-5/+22
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida1-0/+115