Lines Matching refs:nRow

518 		SCROW oldRow1 = rRef.Ref1.nRow;  in Update()
521 SCROW oldRow2 = rRef.Ref2.nRow; in Update()
532 ((rRef.Ref1.nRow >= nRow1 in Update()
533 && rRef.Ref2.nRow <= nRow2) || (bRef1RowDel || bRef2RowDel)) in Update()
581 sal_Bool bExp = (bExpand && !bInDeleteUndo && IsExpand( rRef.Ref1.nRow, in Update()
582 rRef.Ref2.nRow, nRow1, nDy )); in Update()
587 if ( lcl_MoveRefPart( rRef.Ref1.nRow, bRef1RowDel, bDo1, in Update()
588 rRef.Ref2.nRow, bRef2RowDel, bDo2, in Update()
594 if ( bRef1RowDel && nRow1 <= rRef.Ref1.nRow && in Update()
595 rRef.Ref1.nRow <= nRow1 + nDy ) in Update()
597 if ( bRef2RowDel && nRow1 <= rRef.Ref2.nRow && in Update()
598 rRef.Ref2.nRow <= nRow1 + nDy ) in Update()
611 Expand( rRef.Ref1.nRow, rRef.Ref2.nRow, nRow1, nDy ); in Update()
619 ((rRef.Ref1.nRow >= nRow1 in Update()
620 && rRef.Ref2.nRow <= nRow2) || (bRef1RowDel || bRef2RowDel)) in Update()
661 || oldRow1 != rRef.Ref1.nRow in Update()
664 || oldRow2 != rRef.Ref2.nRow in Update()
677 && rRef.Ref1.nRow >= nRow1-nDy in Update()
680 && rRef.Ref2.nRow <= nRow2-nDy in Update()
713 SCROW oldRow1 = rRef.Ref1.nRow; in Move()
716 SCROW oldRow2 = rRef.Ref2.nRow; in Move()
751 lcl_MoveItWrap( rRef.Ref1.nRow, nDy, MAXROW ); in Move()
753 bCut1 = lcl_MoveItCut( rRef.Ref1.nRow, nDy, MAXROW ); in Move()
758 lcl_MoveItWrap( rRef.Ref2.nRow, nDy, MAXROW ); in Move()
760 bCut2 = lcl_MoveItCut( rRef.Ref2.nRow, nDy, MAXROW ); in Move()
802 || oldRow1 != rRef.Ref1.nRow in Move()
805 || oldRow2 != rRef.Ref2.nRow in Move()
831 rRef.Ref1.nRow = rRef.Ref1.nRelRow + rPos.Row(); in MoveRelWrap()
832 lcl_MoveItWrap( rRef.Ref1.nRow, static_cast<SCsROW>(0), nMaxRow ); in MoveRelWrap()
836 rRef.Ref2.nRow = rRef.Ref2.nRelRow + rPos.Row(); in MoveRelWrap()
837 lcl_MoveItWrap( rRef.Ref2.nRow, static_cast<SCsROW>(0), nMaxRow ); in MoveRelWrap()
887 rRef.Ref1.nRow >= rSource.aStart.Row() && rRef.Ref2.nRow <= rSource.aEnd.Row() && in UpdateTranspose()
890 DoTranspose( rRef.Ref1.nCol, rRef.Ref1.nRow, rRef.Ref1.nTab, pDoc, rSource, rDest ); in UpdateTranspose()
891 DoTranspose( rRef.Ref2.nCol, rRef.Ref2.nRow, rRef.Ref2.nTab, pDoc, rSource, rDest ); in UpdateTranspose()
913 rRef.Ref1.nRow >= rArea.aStart.Row() && rRef.Ref2.nRow <= rArea.aEnd.Row() && in UpdateGrow()
917 ( rRef.Ref1.nRow == rArea.aStart.Row() || rRef.Ref1.nRow == rArea.aStart.Row()+1 ) && in UpdateGrow()
918 rRef.Ref2.nRow == rArea.aEnd.Row() && in UpdateGrow()
928 rRef.Ref2.nRow = sal::static_int_cast<SCsROW>( rRef.Ref2.nRow + nGrowY ); in UpdateGrow()