Home
last modified time | relevance | path

Searched refs:nInsCount (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2385 SCTAB nInsCount = 0; in ImportTables() local
2397 ++nInsCount; in ImportTables()
2458 for (i=0; i<nInsCount; i++) in ImportTables()
2485 for (i=0; i<nInsCount; i++) in ImportTables()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1959 sal_Bool bReference, SCROW nInsCount, ScOutlineTable* pTab, in ScUndoConsolidate() argument
1966 nInsertCount( nInsCount ), in ScUndoConsolidate()
/trunk/main/sc/source/ui/inc/
H A Dundodat.hxx472 SCROW nInsCount, ScOutlineTable* pTab,
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx1360 long nInsCount = 0; in MarkInvalid() local
1369 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()

Completed in 43 milliseconds