Searched refs:xHelpContent (Results 1 – 2 of 2) sorted by relevance
827 Reference< XFrame > xHelpContent; in impl_createHelp() local845 …xHelpContent = xHelpTask->findFrame(::rtl::OUString(DEFINE_CONST_UNICODE("OFFICE_HELP")), FrameSea… in impl_createHelp()848 if (!xHelpContent.is()) in impl_createHelp()851 xHelpContent->setName(::rtl::OUString(DEFINE_CONST_UNICODE("OFFICE_HELP"))); in impl_createHelp()854 rHelpContent = xHelpContent; in impl_createHelp()981 Reference< XFrame > xHelpContent = xDesktop->findFrame( in Start_Impl() local987 pHelpWindow = impl_createHelp(xHelp, xHelpContent); in Start_Impl()990 if (!xHelp.is() || !xHelpContent.is() || !pHelpWindow) in Start_Impl()
300 css::uno::Reference< css::frame::XModel > xHelpContent; in its_getCurrentHelpURL() local306 xHelpContent = xHelpView->getModel(); in its_getCurrentHelpURL()307 if (xHelpContent.is()) in its_getCurrentHelpURL()308 sCurrentHelpURL = xHelpContent->getURL(); in its_getCurrentHelpURL()
Completed in 24 milliseconds