Lines Matching refs:aCellIter

304 	ScCellIterator aCellIter( pDoc, rRange);  in HasError()  local
305 ScBaseCell* pCell = aCellIter.GetFirst(); in HasError()
312 rErrPos.Set( aCellIter.GetCol(), aCellIter.GetRow(), aCellIter.GetTab() ); in HasError()
314 pCell = aCellIter.GetNext(); in HasError()
811 ScCellIterator aCellIter( pDoc, rRef); in InsertPredLevelArea() local
812 ScBaseCell* pCell = aCellIter.GetFirst(); in InsertPredLevelArea()
816 switch( InsertPredLevel( aCellIter.GetCol(), aCellIter.GetRow(), rData, nLevel ) ) in InsertPredLevelArea()
831 pCell = aCellIter.GetNext(); in InsertPredLevelArea()
911 ScCellIterator aCellIter( pDoc, rRef); in FindPredLevelArea() local
912 ScBaseCell* pCell = aCellIter.GetFirst(); in FindPredLevelArea()
917 sal_uInt16 nTemp = FindPredLevel( aCellIter.GetCol(), aCellIter.GetRow(), nLevel, nDeleteLevel ); in FindPredLevelArea()
921 pCell = aCellIter.GetNext(); in FindPredLevelArea()
1054 ScCellIterator aCellIter( pDoc, 0,0,0, MAXCOL,MAXROW,MAXTAB ); // alle Tabellen in InsertSuccLevel() local
1055 ScBaseCell* pCell = aCellIter.GetFirst(); in InsertSuccLevel()
1077 sal_Bool bAlien = ( aCellIter.GetTab() != nTab ); in InsertSuccLevel()
1082 bDrawRet = DrawEntry( aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1102 aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1103 aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1131 pCell = aCellIter.GetNext(); in InsertSuccLevel()
1145 ScCellIterator aCellIter( pDoc, 0,0, nTab, MAXCOL,MAXROW, nTab ); in FindSuccLevel() local
1146 ScBaseCell* pCell = aCellIter.GetFirst(); in FindSuccLevel()
1179 aCellIter.GetCol(),aCellIter.GetRow(),aCellIter.GetTab() ) ) in FindSuccLevel()
1181 sal_uInt16 nTemp = FindSuccLevel( aCellIter.GetCol(), aCellIter.GetRow(), in FindSuccLevel()
1182 aCellIter.GetCol(), aCellIter.GetRow(), in FindSuccLevel()
1193 pCell = aCellIter.GetNext(); in FindSuccLevel()
1382 ScCellIterator aCellIter( pDoc, nCol,nRow1,nTab, nCol,nRow2,nTab ); in MarkInvalid() local
1383 ScBaseCell* pCell = aCellIter.GetFirst(); in MarkInvalid()
1386 SCROW nCellRow = aCellIter.GetRow(); in MarkInvalid()
1399 pCell = aCellIter.GetNext(); in MarkInvalid()