Searched refs:nInsCount (Results 1 – 4 of 4) sorted by relevance
1360 long nInsCount = 0; in MarkInvalid() local1369 while ( pPattern && nInsCount < SC_DET_MAXCIRCLE ) in MarkInvalid()1384 while ( pCell && nInsCount < SC_DET_MAXCIRCLE ) in MarkInvalid()1388 for ( nRow = nNextRow; nRow < nCellRow && nInsCount < SC_DET_MAXCIRCLE; nRow++ ) in MarkInvalid()1391 ++nInsCount; in MarkInvalid()1396 ++nInsCount; in MarkInvalid()1402 for ( nRow = nNextRow; nRow <= nRow2 && nInsCount < SC_DET_MAXCIRCLE; nRow++ ) in MarkInvalid()1405 ++nInsCount; in MarkInvalid()1413 if ( nInsCount >= SC_DET_MAXCIRCLE ) in MarkInvalid()1416 return ( bDeleted || nInsCount != 0 ); in MarkInvalid()
2385 SCTAB nInsCount = 0; in ImportTables() local2397 ++nInsCount; in ImportTables()2458 for (i=0; i<nInsCount; i++) in ImportTables()2485 for (i=0; i<nInsCount; i++) in ImportTables()
472 SCROW nInsCount, ScOutlineTable* pTab,
1959 sal_Bool bReference, SCROW nInsCount, ScOutlineTable* pTab, in ScUndoConsolidate() argument1966 nInsertCount( nInsCount ), in ScUndoConsolidate()
Completed in 45 milliseconds