Lines Matching refs:bCut1

151         sal_Bool bDel, bCut1, bCut2;  in lcl_MoveRefPart()  local
152 bDel = bCut1 = bCut2 = sal_False; in lcl_MoveRefPart()
183 bCut1 = lcl_MoveStart( rRef1Val, nStart, nDelta, nMask ); in lcl_MoveRefPart()
193 if ( bDel || (bCut1 && bCut2) ) in lcl_MoveRefPart()
195 return bDel || bCut1 || bCut2 || rRef1Del || rRef2Del; in lcl_MoveRefPart()
277 sal_Bool bCut1, bCut2; in Update() local
286 bCut1 = lcl_MoveStart( theCol1, nCol1, nDx, MAXCOL ); in Update()
293 else if ( bCut1 || bCut2 ) in Update()
305 bCut1 = lcl_MoveStart( theRow1, nRow1, nDy, MAXROW ); in Update()
312 else if ( bCut1 || bCut2 ) in Update()
326 bCut1 = lcl_MoveStart( theTab1, nTab1, nDz, static_cast<SCTAB>(nMaxTab) ); in Update()
333 else if ( bCut1 || bCut2 ) in Update()
349 bCut1 = lcl_MoveItCut( theCol1, nDx, MAXCOL ); in Update()
351 if ( bCut1 || bCut2 ) in Update()
356 bCut1 = lcl_MoveItCut( theRow1, nDy, MAXROW ); in Update()
358 if ( bCut1 || bCut2 ) in Update()
364 bCut1 = lcl_MoveItCut( theTab1, nDz, static_cast<SCTAB>(nMaxTab) ); in Update()
366 if ( bCut1 || bCut2 ) in Update()
379 bCut1 = lcl_MoveReorder( theTab1, nTab1, nTab2, nDz ); in Update()
381 if ( bCut1 || bCut2 ) in Update()
416 sal_Bool bCut1, bCut2; in Update() local
424 bCut1 = lcl_MoveBig( theCol1, nCol1, nDx ); in Update()
426 if ( bCut1 || bCut2 ) in Update()
435 bCut1 = lcl_MoveBig( theRow1, nRow1, nDy ); in Update()
437 if ( bCut1 || bCut2 ) in Update()
446 bCut1 = lcl_MoveBig( theTab1, nTab1, nDz ); in Update()
448 if ( bCut1 || bCut2 ) in Update()
460 bCut1 = lcl_MoveItCutBig( theCol1, nDx ); in Update()
462 if ( bCut1 || bCut2 ) in Update()
469 bCut1 = lcl_MoveItCutBig( theRow1, nDy ); in Update()
471 if ( bCut1 || bCut2 ) in Update()
478 bCut1 = lcl_MoveItCutBig( theTab1, nDz ); in Update()
480 if ( bCut1 || bCut2 ) in Update()
719 sal_Bool bCut1, bCut2; in Move() local
722 bCut1 = bCut2 = sal_False; in Move()
728 bCut1 = lcl_MoveItCut( rRef.Ref1.nCol, nDx, MAXCOL ); in Move()
737 if ( bCut1 || bCut2 ) in Move()
739 if ( bCut1 && bCut2 ) in Move()
747 bCut1 = bCut2 = sal_False; in Move()
753 bCut1 = lcl_MoveItCut( rRef.Ref1.nRow, nDy, MAXROW ); in Move()
762 if ( bCut1 || bCut2 ) in Move()
764 if ( bCut1 && bCut2 ) in Move()
772 bCut1 = bCut2 = sal_False; in Move()
779 bCut1 = lcl_MoveItCut( rRef.Ref1.nTab, nDz, static_cast<SCTAB>(nMaxTab) ); in Move()
790 if ( bCut1 || bCut2 ) in Move()
792 if ( bCut1 && bCut2 ) in Move()