summaryrefslogtreecommitdiff
path: root/sc/inc/columnspanset.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-28tdf#137679 Use Kahan summation for scmatrix operationsdante1-2/+0
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-1/+3
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2020-02-03loplugin:constantparamNoel Grandin1-2/+1
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin1-5/+5
2018-10-15loplugin:unusedmethodsNoel Grandin1-2/+0
2018-10-15loplugin:constfields in scNoel Grandin1-3/+3
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák1-0/+16
2018-06-13loplugin:useuniqueptr in ColumnSpanSetNoel Grandin1-3/+2
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen1-1/+0
2016-11-04bail out early in ScColumn::UpdateSelectionFunction() if nothing is markedEike Rathke1-0/+3
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-2/+3
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-2/+0
2015-07-06unify code duplication in ScInterpreter::ScSum and IterateParametersWinfried Donkers1-0/+2
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida1-0/+2
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida1-0/+3
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida1-0/+2
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard1-0/+3
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