Searched refs:xHelp (Results 1 – 4 of 4) sorted by relevance
132 XAccessible xHelp = null; in checkHelpEntry() local135 xHelp = oPopMenu.getAccessibleChild(1); in checkHelpEntry()141 …if (xHelp == null) throw new StatusException(new Status("second entry of context menu is NULL", fa… in checkHelpEntry()143 XAccessibleContext xHelpCont = xHelp.getAccessibleContext(); in checkHelpEntry()
978 Reference< XFrame > xHelp = xDesktop->findFrame( in Start_Impl() local986 if (!xHelp.is()) in Start_Impl()987 pHelpWindow = impl_createHelp(xHelp, xHelpContent); in Start_Impl()989 pHelpWindow = (SfxHelpWindow_Impl*)VCLUnoHelper::GetWindow(xHelp->getComponentWindow()); in Start_Impl()990 if (!xHelp.is() || !xHelpContent.is() || !pHelpWindow) in Start_Impl()1004 …Reference < ::com::sun::star::awt::XTopWindow > xTopWindow( xHelp->getContainerWindow(), UNO_QUERY… in Start_Impl()
268 XAccessible xHelp = null; in checkHelpEntry() local272 xHelp = oPopMenu.getAccessibleChild(0); in checkHelpEntry()280 if (xHelp == null) in checkHelpEntry()285 XAccessibleContext xHelpCont = xHelp.getAccessibleContext(); in checkHelpEntry()
288 …css::uno::Reference< css::frame::XFrame > xHelp = xDesktop->findFrame(SPECIALTARGET_HELPTASK, css:… in its_getCurrentHelpURL() local289 if (!xHelp.is()) in its_getCurrentHelpURL()295 …css::uno::Reference< css::frame::XFramesSupplier > xHelpRoot (xHelp , css::uno::… in its_getCurrentHelpURL()
Completed in 23 milliseconds