Home
last modified time | relevance | path

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

/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx259 if (m_xAsynchronousJob.is()) in initializeLoading()
389 if (m_xAsynchronousJob.is()) in startLoading()
449 if (!m_xAsynchronousJob.is()) in waitWhileLoading()
468 return !m_xAsynchronousJob.is(); in waitWhileLoading()
482 if (m_xAsynchronousJob.is()) in cancelLoading()
485 …css::uno::Reference< css::frame::XFrameLoader > xAsyncLoader(m_xAsynchronousJob, css::uno::UNO_QUE… in cancelLoading()
500 m_xAsynchronousJob.clear(); in cancelLoading()
643 m_xAsynchronousJob.clear(); in impl_setResult()
965 m_xAsynchronousJob = xHandler; in impl_handleContent()
1172 m_xAsynchronousJob = xAsyncLoader; in impl_loadContent()
/trunk/main/framework/source/inc/loadenv/
H A Dloadenv.hxx210 css::uno::Reference< css::uno::XInterface > m_xAsynchronousJob; member in framework::LoadEnv