summaryrefslogtreecommitdiff
path: root/sc/inc/refupdatecontext.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-06-27add way to handle update refs for addresses, related tdf#107289Markus Mohrhard1-2/+2
2016-03-31copy and adjust nested named expressions during sheet-copyEike Rathke1-0/+1
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke1-4/+9
2015-05-06Resolves: tdf#91078 check also DBData modified, not only named expressionsEike Rathke1-3/+6
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-0/+14
2014-02-25fdo#75386: Totally fix reference update during range move.Kohei Yoshida1-1/+17
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida1-0/+2
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-0/+2
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-0/+9
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-0/+9
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-7/+28
2013-07-30More on getting named range update to work.Kohei Yoshida1-0/+14
2013-07-24Flag cell state modified when a reference points to a different position.Kohei Yoshida1-1/+1
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-1/+5
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida1-1/+2
2013-07-24Mark formula cells dirty when a referenced range gets partially shifted.Kohei Yoshida1-0/+1
2013-07-24Correctly update references on cell insertion/deletion.Kohei Yoshida1-0/+8
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-0/+50