Home
last modified time | relevance | path

Searched refs:pIPage (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dnewhelp.hxx320 IndexTabPage_Impl* pIPage; member in SfxHelpIndexWindow_Impl
354 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()
H A Dnewhelp.cxx1591 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 28 milliseconds