Searched refs:xProgressFactory (Results 1 – 2 of 2) sorted by relevance
1149 …css::uno::Reference< css::task::XStatusIndicatorFactory > xProgressFactory(xTargetFrame, css::uno:… in impl_loadContent() local1150 if (xProgressFactory.is()) in impl_loadContent()1152 xProgress = xProgressFactory->createStatusIndicator(); in impl_loadContent()
3608 …css::uno::Reference< css::task::XStatusIndicatorFactory > xProgressFactory(xFrame, css::uno::UNO_Q… in impl_establishProgress() local3609 if (xProgressFactory.is()) in impl_establishProgress()3610 xInternalProgress = xProgressFactory->createStatusIndicator(); in impl_establishProgress()