Home
last modified time | relevance | path

Searched refs:ScProgress (Results 1 – 25 of 31) sorted by path

12

/trunk/main/sc/inc/
H A Dcell.hxx53 class ScProgress;
368 void CompileXML( ScProgress& rProgress ); // compile temporary string tokens
H A Dcolumn.hxx58 class ScProgress;
278 void CompileXML( ScProgress& rProgress );
H A Ddocument.hxx1659 ScProgress* pProgress, sal_uLong nProAdd );
H A Dpivot.hxx66 class ScProgress;
H A Dprogress.hxx43 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 Dtable.hxx67 class ScProgress;
68 class ScProgress;
473 void CompileXML( ScProgress& rProgress );
492 void UpdateMoveTab(SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo, ScProgress& );
627ScProgress* 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& );
/trunk/main/sc/source/core/data/
H A Dcell.cxx996 void ScFormulaCell::CompileXML( ScProgress& rProgress ) in CompileXML()
1753 ScProgress::GetInterpretProgress()->SetStateCountDownOnPercent( in InterpretTail()
H A Dcolumn.cxx2058 void ScColumn::CompileXML( ScProgress& rProgress ) in CompileXML()
H A Ddocumen2.cxx755 ScProgress* pProgress = new ScProgress( GetDocumentShell(), in MoveTab()
H A Ddocumen4.cxx842 SCCOLROW nEndCol, SCCOLROW* pTranslate, ScProgress* pProgress, sal_uLong nProAdd ) in FindOrder()
1024 ScProgress aProgress( GetDocumentShell(), in CompareDocument()
H A Ddocumen7.cxx318 ScProgress::CreateInterpretProgress( this, sal_True ); in CalcFormulaTree()
368 if ( ScProgress::IsUserBreak() ) in CalcFormulaTree()
372 ScProgress::DeleteInterpretProgress(); in CalcFormulaTree()
H A Ddocumen8.cxx523 ScProgress::CreateInterpretProgress( this, sal_False ); in IdleCalcTextWidth()
616 ScProgress::DeleteInterpretProgress(); in IdleCalcTextWidth()
H A Ddocument.cxx3130 ScProgress aProgress( GetDocumentShell(), ScGlobal::GetRscString( in CompileXML()
3418ScProgress aProgress( GetDocumentShell(), ScGlobal::GetRscString(STR_PROGRESS_HEIGHTING), nCellCou… in UpdateAllRowHeights()
H A Dtable1.cxx281 … 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 Dtable2.cxx1324 void ScTable::CompileXML( ScProgress& rProgress ) in CompileXML()
H A Dtable3.cxx205 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 Dtable4.cxx503 sal_uLong nFillCount, FillDir eFillDir, ScProgress& rProgress ) in FillAuto()
1283 sal_Bool bAttribs, ScProgress& rProgress ) in FillSeries()
1610 ScProgress aProgress( pDocument->GetDocumentShell(), in Fill()
/trunk/main/sc/source/core/tool/
H A Dprogress.cxx48 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 …]
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx117ScProgress aPrgrsBar( pDoc->GetDocumentShell(), ScGlobal::GetRscString( STR_LOAD_DOC ), n… in ScExportDif()
/trunk/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx106 mxSysProgress.reset( new ScProgress( mpDocShell, maText, nSysTotalSize ) ); in SetCurrSegment()
/trunk/main/sc/source/filter/inc/
H A Dexcdoc.hxx38 class ScProgress;
H A Dexcrecds.hxx61 class ScProgress;
H A Dfprogressbar.hxx32 class ScProgress;
171 typedef ::std::auto_ptr< ScProgress > ScProgressPtr;
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx127 ScProgress* pProgress = new ScProgress( mpDoc->GetDocumentShell(), in WriteToDocument()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx216 ScProgress aProgress( &rDocShell, ScGlobal::GetRscString(STR_UNDO_IMPORTDATA), 0 ); in DoImport()

Completed in 261 milliseconds

12