summaryrefslogtreecommitdiff
path: root/sc/source/core/data/refupdatecontext.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Resolves: tdf#91078 check also DBData modified, not only named expressionsEike Rathke1-6/+6
2015-01-03need algorithm for std::minCaolán McNamara1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-0/+3
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-0/+24
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-0/+3
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-0/+3
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-15/+18
2013-07-30More on getting named range update to work.Kohei Yoshida1-2/+35
2013-07-24Flag cell state modified when a reference points to a different position.Kohei Yoshida1-2/+2
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-2/+2
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida1-2/+7
2013-07-24Mark formula cells dirty when a referenced range gets partially shifted.Kohei Yoshida1-0/+2
2013-07-24Correctly update references on cell insertion/deletion.Kohei Yoshida1-0/+2
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-0/+25