Searched refs:pIPage (Results 1 – 2 of 2) sorted by relevance
320 IndexTabPage_Impl* pIPage; member in SfxHelpIndexWindow_Impl354 inline String GetFactory() const { return pIPage->GetFactory(); } in GetFactory()383 if ( !pIPage ) in GetIndexPage()385 pIPage = new IndexTabPage_Impl( &aTabCtrl, this ); in GetIndexPage()386 pIPage->SetDoubleClickHdl( aPageDoubleClickLink ); in GetIndexPage()387 pIPage->SetKeywordHdl( aIndexKeywordLink ); in GetIndexPage()389 return pIPage; in GetIndexPage()
1591 pIPage ( NULL ), in SfxHelpIndexWindow_Impl()1627 DELETEZ( pIPage ); in ~SfxHelpIndexWindow_Impl()1680 if ( *pFactory == pIPage->GetFactory() ) in SetActiveFactory()1784 sal_Bool bIndex = pIPage->HasKeyword(); in IMPL_LINK()1798 pIPage->OpenKeyword(); in IMPL_LINK()1899 if ( pIPage ) in SetDoubleClickHdl()1935 sRet = pIPage->GetSelectEntry(); in GetSelectEntry()1989 pIPage->SetFocusOnBox(); in GrabFocusBack()2002 bRet = pIPage->HasFocusOnEdit(); in HasFocusOnEdit()2034 pIPage->SetKeyword( sKeyword ); in OpenKeyword()[all …]
Completed in 357 milliseconds