Lines Matching refs:nCol1

1181 void ScTable::UpdateDrawRef( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1,  in UpdateDrawRef()  argument
1193 nCol1 = sal::static_int_cast<SCCOL>( nCol1 - nDx ); in UpdateDrawRef()
1198 pDrawLayer->MoveArea( nTab, nCol1,nRow1, nCol2,nRow2, nDx,nDy, in UpdateDrawRef()
1204 void ScTable::UpdateReference( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UpdateReference() argument
1212 i = nCol1; in UpdateReference()
1221 aCol[i].UpdateReference( eUpdateRefMode, nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, in UpdateReference()
1225 …UpdateDrawRef( eUpdateRefMode, nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, nDx, nDy, nDz, bUpdateNot… in UpdateReference()
1246 nCol1,nRow1,nTab, nCol2,nRow2,nTab, in UpdateReference()
1264 nCol1,nRow1,nTab, nCol2,nRow2,nTab, in UpdateReference()
1284 nCol1,nRow1,nTab, nCol2,nRow2,nTab, in UpdateReference()
1374 sal_Bool ScTable::IsRangeNameInUse(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in IsRangeNameInUse() argument
1378 for (SCCOL i = nCol1; !bInUse && (i <= nCol2) && (ValidCol(i)); i++) in IsRangeNameInUse()
1383 void ScTable::FindRangeNamesInUse(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in FindRangeNamesInUse() argument
1386 for (SCCOL i = nCol1; i <= nCol2 && ValidCol(i); i++) in FindRangeNamesInUse()
1390 void ScTable::ReplaceRangeNamesInUse(SCCOL nCol1, SCROW nRow1, in ReplaceRangeNamesInUse() argument
1394 for (SCCOL i = nCol1; i <= nCol2 && (ValidCol(i)); i++) in ReplaceRangeNamesInUse()
1549 void ScTable::DoColResize( SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd ) in DoColResize() argument
1551 for (SCCOL nCol=nCol1; nCol<=nCol2; nCol++) in DoColResize()