Home
last modified time | relevance | path

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

/AOO42X/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx78 css::uno::Reference< css::lang::XComponent > xAgentWindow(m_xAgentWindow, css::uno::UNO_QUERY); in ~HelpAgentDispatcher() local
79 if (xAgentWindow.is()) in ~HelpAgentDispatcher()
80 xAgentWindow->dispose(); in ~HelpAgentDispatcher()
182 css::uno::Reference< css::lang::XComponent > xAgentWindow(m_xAgentWindow, css::uno::UNO_QUERY); in disposing() local
188 if (xAgentWindow.is()) in disposing()
189 xAgentWindow->dispose(); in disposing()
335 css::uno::Reference< css::awt::XWindow > xAgentWindow = implts_ensureAgentWindow(); in implts_showAgentWindow() local
339 (xAgentWindow.is() ) && in implts_showAgentWindow()
345 xAgentWindow->setVisible(sal_True); in implts_showAgentWindow()
352 css::uno::Reference< css::awt::XWindow > xAgentWindow = implts_ensureAgentWindow(); in implts_hideAgentWindow() local
[all …]