Lines Matching refs:aRef
318 ScSingleRefData aRef = rRef; in Extend() local
319 aRef.CalcAbsIfRel( rPos); in Extend()
322 if (aRef.nCol < Ref1.nCol || aRef.nRow < Ref1.nRow || aRef.nTab < Ref1.nTab) in Extend()
324 lcl_adjustInOrder( Ref1, aRef, true); in Extend()
325 aRef = rRef; in Extend()
326 aRef.CalcAbsIfRel( rPos); in Extend()
328 if (aRef.nCol > Ref2.nCol || aRef.nRow > Ref2.nRow || aRef.nTab > Ref2.nTab) in Extend()
332 lcl_adjustInOrder( aRef, Ref2, false); in Extend()
335 aRef = rRef; in Extend()
336 aRef.CalcAbsIfRel( rPos); in Extend()
342 if (Ref2.nCol == aRef.nCol) in Extend()
343 Ref2.SetColRel( aRef.IsColRel()); in Extend()
344 if (Ref2.nRow == aRef.nRow) in Extend()
345 Ref2.SetRowRel( aRef.IsRowRel()); in Extend()
348 if (Ref2.nTab == aRef.nTab) in Extend()
349 Ref2.SetTabRel( bInherit3Dtemp ? Ref1.IsTabRel() : aRef.IsTabRel()); in Extend()