Home
last modified time | relevance | path

Searched refs:SC_DET_MAXCIRCLE (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/core/tool/
H A Ddetfunc.cxx1369 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()
1402 for ( nRow = nNextRow; nRow <= nRow2 && nInsCount < SC_DET_MAXCIRCLE; nRow++ ) in MarkInvalid()
1413 if ( nInsCount >= SC_DET_MAXCIRCLE ) in MarkInvalid()
/aoo4110/main/sc/inc/
H A Ddetfunc.hxx43 #define SC_DET_MAXCIRCLE 1000 macro

Completed in 26 milliseconds