Searched refs:lcl_MoveItCut (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 117 sal_Bool lcl_MoveItCut( R& rRef, S nDelta, U nMask ) in lcl_MoveItCut() function 349 bCut1 = lcl_MoveItCut( theCol1, nDx, MAXCOL ); in Update() 350 bCut2 = lcl_MoveItCut( theCol2, nDx, MAXCOL ); in Update() 356 bCut1 = lcl_MoveItCut( theRow1, nDy, MAXROW ); in Update() 357 bCut2 = lcl_MoveItCut( theRow2, nDy, MAXROW ); in Update() 364 bCut1 = lcl_MoveItCut( theTab1, nDz, static_cast<SCTAB>(nMaxTab) ); in Update() 365 bCut2 = lcl_MoveItCut( theTab2, nDz, static_cast<SCTAB>(nMaxTab) ); in Update() 728 bCut1 = lcl_MoveItCut( rRef.Ref1.nCol, nDx, MAXCOL ); in Move() 735 bCut2 = lcl_MoveItCut( rRef.Ref2.nCol, nDx, MAXCOL ); in Move() 753 bCut1 = lcl_MoveItCut( rRef.Ref1.nRow, nDy, MAXROW ); in Move() [all …]
|
Completed in 19 milliseconds