Lines Matching refs:xProgress
185 css::uno::Reference< css::task::XStatusIndicator > xProgress = m_xProgress; in start() local
192 if (xProgress.is()) in start()
193 xProgress->start(sText, nRange); in start()
214 css::uno::Reference< css::task::XStatusIndicator > xProgress = m_xProgress; in reset() local
223 (xProgress.is() ) in reset()
225 xProgress->reset(); in reset()
254 css::uno::Reference< css::task::XStatusIndicator > xProgress = m_xProgress; in end() local
263 if (xProgress.is()) in end()
265 xProgress->setText (sText ); in end()
266 xProgress->setValue(nValue); in end()
273 if (xProgress.is()) in end()
274 xProgress->end(); in end()
296 css::uno::Reference< css::task::XStatusIndicator > xProgress = m_xProgress; in setText() local
305 (xProgress.is() ) in setText()
308 xProgress->setText(sText); in setText()
330 css::uno::Reference< css::task::XStatusIndicator > xProgress = m_xProgress; in setValue() local
338 (xProgress.is() ) in setValue()
341 xProgress->setValue(nValue); in setValue()
466 css::uno::Reference< css::task::XStatusIndicator > xProgress; in impl_createProgress() local
472 …xProgress = css::uno::Reference< css::task::XStatusIndicator >(static_cast< css::task::XStatusIndi… in impl_createProgress()
491 …xProgress = css::uno::Reference< css::task::XStatusIndicator >(xProgressBar->getRealInterface(), c… in impl_createProgress()
499 m_xProgress = xProgress; in impl_createProgress()
517 css::uno::Reference< css::task::XStatusIndicator > xProgress; in impl_showProgress() local
537 …xProgress = css::uno::Reference< css::task::XStatusIndicator >(xProgressBar->getRealInterface(), c… in impl_showProgress()
543 m_xProgress = xProgress; in impl_showProgress()