/aoo41x/main/sc/source/core/tool/ |
H A D | progress.cxx | 48 static ScProgress theDummyInterpretProgress; 50 sal_uLong ScProgress::nGlobalRange = 0; 51 sal_uLong ScProgress::nGlobalPercent = 0; 53 ScProgress* ScProgress::pInterpretProgress = &theDummyInterpretProgress; 54 ScProgress* ScProgress::pOldInterpretProgress = NULL; 55 sal_uLong ScProgress::nInterpretProgress = 0; 57 ScDocument* ScProgress::pInterpretDoc; 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() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | progress.hxx | 43 class SC_DLLPUBLIC ScProgress class 50 static ScProgress* pInterpretProgress; 51 static ScProgress* pOldInterpretProgress; 60 ScProgress( const ScProgress& ); 61 ScProgress& operator=( const ScProgress& ); 74 static ScProgress* GetInterpretProgress() { return pInterpretProgress; } in GetInterpretProgress() 80 ScProgress( SfxObjectShell* pObjSh, 84 ~ScProgress(); 88 ScProgress();
|
H A D | table.hxx | 67 class ScProgress; 68 class ScProgress; 473 void CompileXML( ScProgress& rProgress ); 492 void UpdateMoveTab(SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo, ScProgress& ); 627 … ScProgress* pOuterProgress = NULL, sal_uLong nProgressStart = 0 ); 808 sal_Bool bAttribs, ScProgress& rProgress ); 814 sal_uLong nFillCount, FillDir eFillDir, ScProgress& rProgress ); 854 void SortReorder( ScSortInfoArray*, ScProgress& );
|
H A D | cell.hxx | 53 class ScProgress; 368 void CompileXML( ScProgress& rProgress ); // compile temporary string tokens
|
H A D | column.hxx | 58 class ScProgress; 278 void CompileXML( ScProgress& rProgress );
|
H A D | pivot.hxx | 66 class ScProgress;
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen7.cxx | 318 ScProgress::CreateInterpretProgress( this, sal_True ); in CalcFormulaTree() 368 if ( ScProgress::IsUserBreak() ) in CalcFormulaTree() 372 ScProgress::DeleteInterpretProgress(); in CalcFormulaTree()
|
H A D | table1.cxx | 281 … sal_Bool bForce, ScProgress* pOuterProgress, sal_uLong nProgressStart ) in SetOptimalHeight() 293 ScProgress* pProgress = NULL; in SetOptimalHeight() 297 pProgress = new ScProgress( pDocument->GetDocumentShell(), in SetOptimalHeight() 1347 ScProgress& rProgress ) in UpdateMoveTab()
|
H A D | table4.cxx | 503 sal_uLong nFillCount, FillDir eFillDir, ScProgress& rProgress ) in FillAuto() 1283 sal_Bool bAttribs, ScProgress& rProgress ) in FillSeries() 1610 ScProgress aProgress( pDocument->GetDocumentShell(), in Fill()
|
H A D | documen4.cxx | 842 SCCOLROW nEndCol, SCCOLROW* pTranslate, ScProgress* pProgress, sal_uLong nProAdd ) in FindOrder() 1024 ScProgress aProgress( GetDocumentShell(), in CompareDocument()
|
H A D | table3.cxx | 205 void ScTable::SortReorder( ScSortInfoArray* pArray, ScProgress& rProgress ) in SortReorder() 532 ScProgress aProgress( pDocument->GetDocumentShell(), in Sort() 555 ScProgress aProgress( pDocument->GetDocumentShell(), in Sort()
|
H A D | documen8.cxx | 523 ScProgress::CreateInterpretProgress( this, sal_False ); in IdleCalcTextWidth() 616 ScProgress::DeleteInterpretProgress(); in IdleCalcTextWidth()
|
H A D | documen2.cxx | 755 ScProgress* pProgress = new ScProgress( GetDocumentShell(), in MoveTab()
|
H A D | cell.cxx | 996 void ScFormulaCell::CompileXML( ScProgress& rProgress ) in CompileXML() 1753 ScProgress::GetInterpretProgress()->SetStateCountDownOnPercent( in InterpretTail()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | fprogressbar.hxx | 32 class ScProgress; 171 typedef ::std::auto_ptr< ScProgress > ScProgressPtr;
|
H A D | excdoc.hxx | 38 class ScProgress;
|
H A D | excrecds.hxx | 61 class ScProgress;
|
/aoo41x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 127 ScProgress* pProgress = new ScProgress( mpDoc->GetDocumentShell(), in WriteToDocument()
|
/aoo41x/main/sc/source/filter/ftools/ |
H A D | fprogressbar.cxx | 106 mxSysProgress.reset( new ScProgress( mpDocShell, maText, nSysTotalSize ) ); in SetCurrSegment()
|
/aoo41x/main/sc/source/filter/dif/ |
H A D | difexp.cxx | 117 …ScProgress aPrgrsBar( pDoc->GetDocumentShell(), ScGlobal::GetRscString( STR_LOAD_DOC ), n… in ScExportDif()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 262 ScProgress aProgress( this, ScGlobal::GetRscString( STR_LOAD_DOC ), 0 ); in DBaseImport() 719 ScProgress aProgress( this, ScGlobal::GetRscString( STR_SAVE_DOC ), in DBaseExport()
|
H A D | dbdocimp.cxx | 216 ScProgress aProgress( &rDocShell, ScGlobal::GetRscString(STR_UNDO_IMPORTDATA), 0 ); in DoImport()
|
H A D | impex.cxx | 1159 ::std::auto_ptr<ScProgress> xProgress( new ScProgress( pDocSh, in ExtText2Doc()
|
H A D | docsh3.cxx | 879 ScProgress aProgress( this, in MergeDocument()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 1774 ScProgress::CreateInterpretProgress( pDoc, sal_True ); in FindChanged() 1799 ScProgress::DeleteInterpretProgress(); in FindChanged()
|