Lines Matching refs:pSPage
1592 pSPage ( NULL ), in SfxHelpIndexWindow_Impl()
1628 DELETEZ( pSPage ); in ~SfxHelpIndexWindow_Impl()
1799 else if ( !pSPage->OpenKeyword( sKeyword ) ) in IMPL_LINK()
1901 if ( pSPage ) in SetDoubleClickHdl()
1902 pSPage->SetDoubleClickHdl( aPageDoubleClickLink ); in SetDoubleClickHdl()
1939 sRet = pSPage->GetSelectEntry(); in GetSelectEntry()
1978 if ( pSPage ) in ClearSearchPage()
1979 pSPage->ClearPage(); in ClearSearchPage()
1990 else if ( aTabCtrl.GetCurPageId() == HELP_INDEX_PAGE_SEARCH && pSPage ) in GrabFocusBack()
1991 pSPage->SetFocusOnBox(); in GrabFocusBack()
2003 else if ( aTabCtrl.GetCurPageId() == HELP_INDEX_PAGE_SEARCH && pSPage ) in HasFocusOnEdit()
2004 bRet = pSPage->HasFocusOnEdit(); in HasFocusOnEdit()
2013 if ( aTabCtrl.GetCurPageId() == HELP_INDEX_PAGE_SEARCH && pSPage ) in GetSearchText()
2014 sRet = pSPage->GetSearchText(); in GetSearchText()
2023 if ( aTabCtrl.GetCurPageId() == HELP_INDEX_PAGE_SEARCH && pSPage ) in IsFullWordSearch()
2024 bRet = pSPage->IsFullWordSearch(); in IsFullWordSearch()