Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/bastyp/
H A Dprogress.cxx78 Reference < XStatusIndicator > xStatusInd; member
215 if ( pImp->xStatusInd.is() ) in ~SfxProgress()
216 pImp->xStatusInd->end(); in ~SfxProgress()
269 if ( pImp->xStatusInd.is() ) in SetText()
271 pImp->xStatusInd->reset(); in SetText()
272 pImp->xStatusInd->start( pImp->aText, pImp->nMax ); in SetText()
379 if ( !pImp->xStatusInd.is() ) in SetState()
411 pImp->xStatusInd = xInd; in SetState()
420 pImp->xStatusInd = pImp->pWorkWin->GetStatusIndicator(); in SetState()
423 if ( pImp->xStatusInd.is() ) in SetState()
[all …]