Home
last modified time | relevance | path

Searched refs:mxProgress (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx33 mxProgress( 0 ), in ScfProgressSegment()
164 if( !pSegment->mxProgress.get() ) in GetSegmentProgressBar()
165 pSegment->mxProgress.reset( new ScfProgressBar( *this, pSegment ) ); in GetSegmentProgressBar()
166 return *pSegment->mxProgress; in GetSegmentProgressBar()
241 mxProgress->ProgressAbs( mrStrm.Tell() ); in Progress()
251 mxProgress.reset( new ScfSimpleProgressBar( nSize, pDocShell, rText ) ); in Init()
/aoo4110/main/sc/source/filter/excel/
H A Dxeroot.cxx97 …DBG_ASSERT( mrExpData.mxProgress.is(), "XclExpRoot::GetProgressBar - missing object (wrong BIFF?)"… in GetProgressBar()
98 return *mrExpData.mxProgress; in GetProgressBar()
172 mrExpData.mxProgress.reset( new XclExpProgressBar( GetRoot() ) ); in InitializeConvert()
H A Dxehelper.cxx66 mxProgress( new ScfProgressBar( rRoot.GetDocShell(), STR_SAVE_DOC ) ), in XclExpProgressBar()
87 sal_Int32 nSegRowCreate = mxProgress->AddSegment( 2000 ); in Initialize()
88 mpSubRowCreate = &mxProgress->GetSegmentProgressBar( nSegRowCreate ); in Initialize()
105 mnSegRowFinal = mxProgress->AddSegment( 1000 ); in Initialize()
133 mpSubRowFinal = &mxProgress->GetSegmentProgressBar( mnSegRowFinal ); in ActivateFinalRowsSegment()
H A Dxiescher.cxx3237 mxProgress.reset( new ScfProgressBar( GetDocShell(), STR_PROGRESS_CALCULATING ) ); in StartProgressBar()
3238 mxProgress->AddSegment( nProgressSize ); in StartProgressBar()
3239 mxProgress->Activate(); in StartProgressBar()
3244 DBG_ASSERT( mxProgress.is(), "XclImpDffConverter::Progress - invalid call, no progress bar" ); in Progress()
3245 mxProgress->Progress( nDelta ); in Progress()
/aoo4110/main/sc/source/filter/inc/
H A Dfprogressbar.hxx163 ScfProgressBarPtr mxProgress; /// Pointer to sub progress bar for this segment. member
232 ScfSimpleProgressBarPtr mxProgress; /// The used progress bar. member in ScfStreamProgressBar
H A Dxeroot.hxx79 XclExpProgressRef mxProgress; /// The export progress bar. member
H A Dxehelper.hxx66 ScfProgressBarPtr mxProgress; /// Progress bar implementation. member in XclExpProgressBar
H A Dxiescher.hxx1092 ScfProgressBarRef mxProgress; /// The progress bar used in ProcessObj(). member in XclImpDffConverter

Completed in 80 milliseconds