Lines Matching refs:pHelpWindow
824 …SfxHelpWindow_Impl* pHelpWindow = new SfxHelpWindow_Impl( xHelpTask, pPa… in impl_createHelp() local
825 …erence< ::com::sun::star::awt::XWindow > xHelpWindow = VCLUnoHelper::GetInterface( pHelpWindow ); in impl_createHelp()
839 pHelpWindow->setContainerWindow( xParentWindow ); in impl_createHelp()
849 delete pHelpWindow; in impl_createHelp()
855 return pHelpWindow; in impl_createHelp()
985 SfxHelpWindow_Impl* pHelpWindow = 0; in Start_Impl() local
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()
999 pHelpWindow->SetHelpURL( aHelpURL ); in Start_Impl()
1000 pHelpWindow->loadHelpContent(aHelpURL); in Start_Impl()
1002 pHelpWindow->OpenKeyword( rKeyword ); in Start_Impl()