Home
last modified time | relevance | path

Searched refs:mxSysProgress (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx96 else if( !mxSysProgress.get() && (mnTotalSize > 0) ) in SetCurrSegment()
106 mxSysProgress.reset( new ScProgress( mpDocShell, maText, nSysTotalSize ) ); in SetCurrSegment()
131 else if( mxSysProgress.get() ) in IncreaseProgressBar()
136 mxSysProgress->SetState( static_cast< sal_uLong >( nNewPos / mnSysProgressScale ) ); in IncreaseProgressBar()
/aoo4110/main/sc/source/filter/inc/
H A Dfprogressbar.hxx177 ScProgressPtr mxSysProgress; /// System progress bar. member in ScfProgressBar

Completed in 11 milliseconds