summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-24Work on removing CalcRelFromAbs().Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida
2013-07-24Add test for extending range reference.Kohei Yoshida
2013-07-24Add test for cell function COLUMN.Kohei Yoshida
2013-07-24Modified reference shouldn't make the cell dirty.Kohei Yoshida
2013-07-24Flag cell state modified when a reference points to a different position.Kohei Yoshida
2013-07-24Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida
2013-07-24More on removing CalcAbsIfRel(). Almost there...Kohei Yoshida
2013-07-24Add test for updating reference on sheet change.Kohei Yoshida
2013-07-24More on removing use of CalcAbsIfRel().Kohei Yoshida
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida
2013-07-24Add test for edge-expansion of referenced ranges.Kohei Yoshida
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida
2013-07-24Add test for range reference expansion on cell insertions.Kohei Yoshida
2013-07-24Add test for shrinking of range references on row/column deletion.Kohei Yoshida
2013-07-24Handle shrinking of range references on row/column deletion.Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() virtual method from ScToken and all its children.Kohei Yoshida
2013-07-24Add test for resizing range references. To be expanded later.Kohei Yoshida
2013-07-24Add test for no reference error on reference deletion.Kohei Yoshida
2013-07-24Handle deleted references.Kohei Yoshida
2013-07-24Mark formula cells dirty when a referenced range gets partially shifted.Kohei Yoshida
2013-07-24Test for recalculating formula cells on partial shifting of ref range.Kohei Yoshida
2013-07-24Correctly update references on cell insertion/deletion.Kohei Yoshida
2013-07-24More test on reference updates.Kohei Yoshida
2013-07-24Revert "old position == current position during cell insertion / deletion."Kohei Yoshida
2013-07-24Remove the current shared formula bits.Kohei Yoshida
2013-07-24Use constants from the context object directly.Kohei Yoshida
2013-07-24No reference update in clip or undo documents. Make that up front.Kohei Yoshida
2013-07-24old position == current position during cell insertion / deletion.Kohei Yoshida
2013-07-24Remove duplicated code blocks.Kohei Yoshida
2013-07-24Split this method into 3.Kohei Yoshida
2013-07-24Extract this code into a local function.Kohei Yoshida
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida
2013-07-24Add test for reference update in formula cells.Kohei Yoshida
2013-07-24Add dumping capability for ScTokenArray (for debugging).Kohei Yoshida
2013-07-24More on removing CalcAbsIfRel().Kohei Yoshida
2013-07-24Annotate this function before reworking.Kohei Yoshida
2013-07-24Remove CalcRelFromAbs() virtual method from ScToken and all its child classes.Kohei Yoshida
2013-07-24InsertMatrixFormula() without CalcRelFromAbs().Kohei Yoshida
2013-07-24Same with UpdateGrow().Kohei Yoshida
2013-07-24UpdateTranspose() without calling CalcAbsIfRel().Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() from ScInterpreter::ScIntersect().Kohei Yoshida
2013-07-24ScColRowNameAuto to avoid calling CalcAbsIfRel.Kohei Yoshida
2013-07-24More on this.Kohei Yoshida
2013-07-24More of the same.Kohei Yoshida
2013-07-24More on the quest to eliminate CalcAbsIfRel().Kohei Yoshida
2013-07-24More of the same.Kohei Yoshida
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida