Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/tool/
H A Dprogress.cxx55 sal_uLong ScProgress::nInterpretProgress = 0; member in ScProgress
156 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()
/aoo41x/main/sc/inc/
H A Dprogress.hxx52 static sal_uLong nInterpretProgress; member in ScProgress
76 static sal_uLong GetInterpretCount() { return nInterpretProgress; } in GetInterpretCount()

Completed in 5 milliseconds