Lines Matching refs:nCol1

262 										SCCOL nCol1, SCROW nRow1, SCTAB nTab1,  in Update()  argument
285 sal_Bool bExp = (bExpand && IsExpand( theCol1, theCol2, nCol1, nDx )); in Update()
286 bCut1 = lcl_MoveStart( theCol1, nCol1, nDx, MAXCOL ); in Update()
287 bCut2 = lcl_MoveEnd( theCol2, nCol1, nDx, MAXCOL ); in Update()
297 Expand( theCol1, theCol2, nCol1, nDx ); in Update()
301 if ( nDy && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
320 if ( nDz && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
344 if ((theCol1 >= nCol1-nDx) && (theRow1 >= nRow1-nDy) && (theTab1 >= nTab1-nDz) && in Update()
376 if ( nDz && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
411 sal_Int32 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2; in Update() local
413 rWhere.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in Update()
424 bCut1 = lcl_MoveBig( theCol1, nCol1, nDx ); in Update()
425 bCut2 = lcl_MoveBig( theCol2, nCol1, nDx ); in Update()
431 if ( nDy && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
442 if ( nDz && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
502 SCCOL nCol1 = r.aStart.Col(); in Update() local
540 rRef.Ref2.nCol, nCol1, nDx )); in Update()
547 nCol1, nCol2, nDx, MAXCOL ) ) in Update()
552 if ( bRef1ColDel && nCol1 <= rRef.Ref1.nCol && in Update()
553 rRef.Ref1.nCol <= nCol1 + nDx ) in Update()
555 if ( bRef2ColDel && nCol1 <= rRef.Ref2.nCol && in Update()
556 rRef.Ref2.nCol <= nCol1 + nDx ) in Update()
569 Expand( rRef.Ref1.nCol, rRef.Ref2.nCol, nCol1, nDx ); in Update()
574 ((rRef.Ref1.nCol >= nCol1 in Update()
616 ((rRef.Ref1.nCol >= nCol1 in Update()
676 if ( rRef.Ref1.nCol >= nCol1-nDx in Update()