https://issues.apache.org/bugzilla/show_bug.cgi?id=53320
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #2 from [email protected] --- Adding test on isRowRelative() in rowMoveRefPtg (in FormulaShifter) seems toworks. private Ptg rowMoveRefPtg(RefPtgBase rptg) { int refRow = rptg.getRow(); if (_firstMovedIndex <= refRow && refRow <= _lastMovedIndex) { // Rows being moved completely enclose the ref. // - move the area ref along with the rows regardless of destination if (rptg.isRowRelative()) rptg.setRow(refRow + _amountToMove); return rptg; } .... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
