Lines Matching refs:nDy

264 										SCsCOL nDx, SCsROW nDy, SCsTAB nDz,  in Update()  argument
301 if ( nDy && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
304 sal_Bool bExp = (bExpand && IsExpand( theRow1, theRow2, nRow1, nDy )); in Update()
305 bCut1 = lcl_MoveStart( theRow1, nRow1, nDy, MAXROW ); in Update()
306 bCut2 = lcl_MoveEnd( theRow2, nRow1, nDy, MAXROW ); in Update()
316 Expand( theRow1, theRow2, nRow1, nDy ); in Update()
344 if ((theCol1 >= nCol1-nDx) && (theRow1 >= nRow1-nDy) && (theTab1 >= nTab1-nDz) && in Update()
345 (theCol2 <= nCol2-nDx) && (theRow2 <= nRow2-nDy) && (theTab2 <= nTab2-nDz)) in Update()
354 if ( nDy ) in Update()
356 bCut1 = lcl_MoveItCut( theRow1, nDy, MAXROW ); in Update()
357 bCut2 = lcl_MoveItCut( theRow2, nDy, MAXROW ); in Update()
374 DBG_ASSERT ( !nDx && !nDy, "URM_REORDER fuer x und y noch nicht implementiert" ); in Update()
405 const ScBigRange& rWhere, sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz, in Update() argument
431 if ( nDy && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
435 bCut1 = lcl_MoveBig( theRow1, nRow1, nDy ); in Update()
436 bCut2 = lcl_MoveBig( theRow2, nRow1, nDy ); in Update()
467 if ( nDy && !(theRow1 == nInt32Min && theRow2 == nInt32Max) ) in Update()
469 bCut1 = lcl_MoveItCutBig( theRow1, nDy ); in Update()
470 bCut2 = lcl_MoveItCutBig( theRow2, nDy ); in Update()
497 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in Update() argument
573 if( nDy && in Update()
582 rRef.Ref2.nRow, nRow1, nDy )); in Update()
589 nRow1, nRow2, nDy, MAXROW ) ) in Update()
595 rRef.Ref1.nRow <= nRow1 + nDy ) in Update()
598 rRef.Ref2.nRow <= nRow1 + nDy ) in Update()
611 Expand( rRef.Ref1.nRow, rRef.Ref2.nRow, nRow1, nDy ); in Update()
677 && rRef.Ref1.nRow >= nRow1-nDy in Update()
680 && rRef.Ref2.nRow <= nRow2-nDy in Update()
683 eRet = Move( pDoc, rPos, nDx, nDy, nDz, rRef, sal_False, sal_True ); // immer verschieben in Update()
697 eRet = Move( pDoc, rPos, nDx, nDy, nDz, rRef, sal_False, sal_False ); // nur relative in Update()
707 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in Move() argument
745 if ( nDy ) 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()