Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dprogress.cxx53 ScProgress* ScProgress::pInterpretProgress = &theDummyInterpretProgress; member in ScProgress
167 pInterpretProgress = new ScProgress( pDoc->GetDocumentShell(), in CreateInterpretProgress()
190 if ( pInterpretProgress != &theDummyInterpretProgress ) in DeleteInterpretProgress()
193 ScProgress* pTmpProgress = pInterpretProgress; in DeleteInterpretProgress()
194 pInterpretProgress = &theDummyInterpretProgress; in DeleteInterpretProgress()
/trunk/main/sc/inc/
H A Dprogress.hxx50 static ScProgress* pInterpretProgress; member in ScProgress
74 static ScProgress* GetInterpretProgress() { return pInterpretProgress; } in GetInterpretProgress()

Completed in 15 milliseconds