summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/sharedformula.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-6/+6
2020-09-17ScFormulaCell always has a ScDocument&Caolán McNamara1-4/+4
2020-09-15EndListeningTo always dereferences its argumentCaolán McNamara1-1/+1
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-3/+3
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-6/+6
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-3/+3
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke1-0/+16
2019-03-13Resolves: tdf#123736 re-establish listeners for unshared formula groupsEike Rathke1-1/+1
2019-03-12Resolves: tdf#120013 tdf#123714 split-off group or single cell needs listeningEike Rathke1-0/+3
2019-03-09Resolves: tdf#123714 tdf#123736 all split formula groups; tdf#120013 relatedEike Rathke1-11/+14
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-6/+5
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-1/+1
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák1-0/+7
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-2/+2
2018-05-22tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen1-0/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida1-2/+2
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-01-25tdf#96910 : Calc crashes while using "Insert Column Left" for large DocumentsYogesh1-5/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-16Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke1-4/+11
2015-06-08tdf#90694 reset group area listeners on correct topEike Rathke1-5/+6
2015-06-05tdf#90694 reset group area listeners when splitting groupEike Rathke1-0/+11
2015-01-15silence -Werror,-Wunused-variableCaolán McNamara1-1/+1
2015-01-15fdo#88398 disable grouped listeners for nowEike Rathke1-2/+0
2014-12-11fdo#86572: Increment row position *only when* the row ref is relative.Kohei Yoshida1-2/+5
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-7/+10
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-1/+77
2014-11-18Differentiate shared and non-shared formula cells when registering.Kohei Yoshida1-0/+13
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+29
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist1-0/+1
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist1-13/+13
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida1-6/+18
2013-08-12Fix indentation.Kohei Yoshida1-6/+6
2013-08-12Do the splitting of formula groups.Kohei Yoshida1-2/+26
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida1-0/+5
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida1-6/+4
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida1-0/+118
2013-07-11Move more methods to SharedFormulaUtil.Kohei Yoshida1-5/+1
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida1-0/+130
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida1-0/+18