Home
last modified time | relevance | path

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

/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1149 …css::uno::Reference< css::task::XStatusIndicatorFactory > xProgressFactory(xTargetFrame, css::uno:… in impl_loadContent() local
1150 if (xProgressFactory.is()) in impl_loadContent()
1152 xProgress = xProgressFactory->createStatusIndicator(); in impl_loadContent()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx3608 …css::uno::Reference< css::task::XStatusIndicatorFactory > xProgressFactory(xFrame, css::uno::UNO_Q… in impl_establishProgress() local
3609 if (xProgressFactory.is()) in impl_establishProgress()
3610 xInternalProgress = xProgressFactory->createStatusIndicator(); in impl_establishProgress()