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()
850 delete pHelpWindow; in impl_createHelp()
858 return pHelpWindow; in impl_createHelp()
988 SfxHelpWindow_Impl* pHelpWindow = 0; in Start_Impl() local
990 pHelpWindow = impl_createHelp(xHelp, xHelpContent); in Start_Impl()
992 pHelpWindow = (SfxHelpWindow_Impl*)VCLUnoHelper::GetWindow(xHelp->getComponentWindow()); in Start_Impl()
993 if (!xHelp.is() || !xHelpContent.is() || !pHelpWindow) in Start_Impl()
1002 pHelpWindow->SetHelpURL( aHelpURL ); in Start_Impl()
1003 pHelpWindow->loadHelpContent(aHelpURL); in Start_Impl()
1005 pHelpWindow->OpenKeyword( rKeyword ); in Start_Impl()