Searched refs:xProgressFactory (Results 1 – 2 of 2) sorted by relevance
1168 …css::uno::Reference< css::task::XStatusIndicatorFactory > xProgressFactory(xTargetFrame, css::uno:… in impl_loadContent() local1169 if (xProgressFactory.is()) in impl_loadContent()1171 xProgress = xProgressFactory->createStatusIndicator(); in impl_loadContent()
3620 …css::uno::Reference< css::task::XStatusIndicatorFactory > xProgressFactory(xFrame, css::uno::UNO_Q… in impl_establishProgress() local3621 if (xProgressFactory.is()) in impl_establishProgress()3622 xInternalProgress = xProgressFactory->createStatusIndicator(); in impl_establishProgress()
Completed in 43 milliseconds