Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx827 Reference< XFrame > xHelpContent; in impl_createHelp() local
845xHelpContent = xHelpTask->findFrame(::rtl::OUString(DEFINE_CONST_UNICODE("OFFICE_HELP")), FrameSea… in impl_createHelp()
848 if (!xHelpContent.is()) in impl_createHelp()
854 xHelpContent->setName(::rtl::OUString(DEFINE_CONST_UNICODE("OFFICE_HELP"))); in impl_createHelp()
857 rHelpContent = xHelpContent; in impl_createHelp()
984 Reference< XFrame > xHelpContent = xDesktop->findFrame( in Start_Impl() local
990 pHelpWindow = impl_createHelp(xHelp, xHelpContent); in Start_Impl()
993 if (!xHelp.is() || !xHelpContent.is() || !pHelpWindow) in Start_Impl()
/trunk/main/framework/source/jobs/
H A Dhelponstartup.cxx300 css::uno::Reference< css::frame::XModel > xHelpContent; in its_getCurrentHelpURL() local
306 xHelpContent = xHelpView->getModel(); in its_getCurrentHelpURL()
307 if (xHelpContent.is()) in its_getCurrentHelpURL()
308 sCurrentHelpURL = xHelpContent->getURL(); in its_getCurrentHelpURL()

Completed in 26 milliseconds