Lines Matching refs:ScProgress
48 static ScProgress theDummyInterpretProgress;
49 SfxProgress* ScProgress::pGlobalProgress = NULL;
50 sal_uLong ScProgress::nGlobalRange = 0;
51 sal_uLong ScProgress::nGlobalPercent = 0;
52 sal_Bool ScProgress::bGlobalNoUserBreak = sal_True;
53 ScProgress* ScProgress::pInterpretProgress = &theDummyInterpretProgress;
54 ScProgress* ScProgress::pOldInterpretProgress = NULL;
55 sal_uLong ScProgress::nInterpretProgress = 0;
56 sal_Bool ScProgress::bAllowInterpretProgress = sal_True;
57 ScDocument* ScProgress::pInterpretDoc;
58 sal_Bool ScProgress::bIdleWasDisabled = sal_False;
86 ScProgress::ScProgress( SfxObjectShell* pObjSh, const String& rText, in ScProgress() function in ScProgress
132 ScProgress::ScProgress() : in ScProgress() function in ScProgress
138 ScProgress::~ScProgress() in ~ScProgress()
152 void ScProgress::CreateInterpretProgress( ScDocument* pDoc, sal_Bool bWait ) in CreateInterpretProgress()
167 pInterpretProgress = new ScProgress( pDoc->GetDocumentShell(), in CreateInterpretProgress()
178 void ScProgress::DeleteInterpretProgress() in DeleteInterpretProgress()
193 ScProgress* pTmpProgress = pInterpretProgress; in DeleteInterpretProgress()