summaryrefslogtreecommitdiff
path: root/sc/source/core/data/columnspanset.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-7/+9
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-10/+7
2018-10-15loplugin:unusedmethodsNoel Grandin1-62/+0
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák1-0/+60
2018-06-13loplugin:useuniqueptr in ColumnSpanSetNoel Grandin1-26/+16
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-4/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-2/+2
2016-11-05[loplugin:simplifybool]Julien Nabet1-1/+1
2016-11-04bail out early in ScColumn::UpdateSelectionFunction() if nothing is markedEike Rathke1-0/+7
2016-11-04use ScMarkData::GetMarkedRangesForTab(nTab) in SingleColumnSpanSet::scan()Eike Rathke1-1/+1
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
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