Searched refs:nInterpretProgress (Results 1 – 2 of 2) sorted by relevance
55 sal_uLong ScProgress::nInterpretProgress = 0; member in ScProgress156 if ( nInterpretProgress ) in CreateInterpretProgress()157 nInterpretProgress++; in CreateInterpretProgress()160 nInterpretProgress = 1; in CreateInterpretProgress()180 if ( bAllowInterpretProgress && nInterpretProgress ) in DeleteInterpretProgress()188 if ( nInterpretProgress == 1 ) in DeleteInterpretProgress()200 --nInterpretProgress; in DeleteInterpretProgress()
52 static sal_uLong nInterpretProgress; member in ScProgress76 static sal_uLong GetInterpretCount() { return nInterpretProgress; } in GetInterpretCount()
Completed in 23 milliseconds