summaryrefslogtreecommitdiff
path: root/sc/inc/columnspanset.hxx
AgeCommit message (Expand)Author
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-03loplugin:constantparamNoel Grandin
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin
2018-10-15loplugin:unusedmethodsNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák
2018-06-13loplugin:useuniqueptr in ColumnSpanSetNoel Grandin
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen
2016-11-04bail out early in ScColumn::UpdateSelectionFunction() if nothing is markedEike Rathke
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-07-06unify code duplication in ScInterpreter::ScSum and IterateParametersWinfried Donkers
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-05-20Ditto when purging broadcasters.Kohei Yoshida
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida