Lines Matching refs:theCol1
265 SCCOL& theCol1, SCROW& theRow1, SCTAB& theTab1, in Update() argument
270 SCCOL oldCol1 = theCol1; in Update()
285 sal_Bool bExp = (bExpand && IsExpand( theCol1, theCol2, nCol1, nDx )); in Update()
286 bCut1 = lcl_MoveStart( theCol1, nCol1, nDx, MAXCOL ); in Update()
288 if ( theCol2 < theCol1 ) in Update()
291 theCol2 = theCol1; 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()
349 bCut1 = lcl_MoveItCut( theCol1, nDx, MAXCOL ); in Update()
376 if ( nDz && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
388 if (oldCol1 != theCol1 in Update()
412 sal_Int32 theCol1, theRow1, theTab1, theCol2, theRow2, theTab2; in Update() local
414 rWhat.GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ); in Update()
422 !(theCol1 == nInt32Min && theCol2 == nInt32Max) ) in Update()
424 bCut1 = lcl_MoveBig( theCol1, nCol1, nDx ); in Update()
428 rWhat.aStart.SetCol( theCol1 ); in Update()
431 if ( nDy && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
442 if ( nDz && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
458 if ( nDx && !(theCol1 == nInt32Min && theCol2 == nInt32Max) ) in Update()
460 bCut1 = lcl_MoveItCutBig( theCol1, nDx ); in Update()
464 rWhat.aStart.SetCol( theCol1 ); in Update()