Searched refs:mxProgress (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/filter/ftools/ |
H A D | fprogressbar.cxx | 33 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 D | xeroot.cxx | 97 …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 D | xehelper.cxx | 66 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 D | xiescher.cxx | 3237 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 D | fprogressbar.hxx | 163 ScfProgressBarPtr mxProgress; /// Pointer to sub progress bar for this segment. member 232 ScfSimpleProgressBarPtr mxProgress; /// The used progress bar. member in ScfStreamProgressBar
|
H A D | xeroot.hxx | 79 XclExpProgressRef mxProgress; /// The export progress bar. member
|
H A D | xehelper.hxx | 66 ScfProgressBarPtr mxProgress; /// Progress bar implementation. member in XclExpProgressBar
|
H A D | xiescher.hxx | 1092 ScfProgressBarRef mxProgress; /// The progress bar used in ProcessObj(). member in XclImpDffConverter
|
Completed in 70 milliseconds