Searched refs:xAgentWindow (Results 1 – 1 of 1) sorted by relevance
78 css::uno::Reference< css::lang::XComponent > xAgentWindow(m_xAgentWindow, css::uno::UNO_QUERY); in ~HelpAgentDispatcher() local79 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() local188 if (xAgentWindow.is()) in disposing()189 xAgentWindow->dispose(); in disposing()335 css::uno::Reference< css::awt::XWindow > xAgentWindow = implts_ensureAgentWindow(); in implts_showAgentWindow() local339 (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 …]