Lines Matching refs:pCurrentPage
189 SvxHyperlinkTabPageBase* pCurrentPage = ( SvxHyperlinkTabPageBase* ) in Move() local
192 if( pCurrentPage->IsMarkWndVisible () ) in Move()
202 Size aExtraWndSize( pCurrentPage->GetSizeExtraWnd() ); in Move()
210 bDoInvalid = pCurrentPage->MoveToExtraWnd( Point( 1, long(1.1*aDlgPos.Y()) ), sal_True ); in Move()
215 bDoInvalid = pCurrentPage->MoveToExtraWnd( aDlgPos - in Move()
223 bDoInvalid = pCurrentPage->MoveToExtraWnd ( aDlgPos + Point( long(1.02*aDlgSize.Width()), 0 ) ); in Move()
264 SvxHyperlinkTabPageBase* pCurrentPage = (SvxHyperlinkTabPageBase*) in IMPL_LINK() local
267 if ( pCurrentPage->AskApply() ) in IMPL_LINK()
269 pCurrentPage->FillItemSet( aItemSet ); in IMPL_LINK()
350 SvxHyperlinkTabPageBase* pCurrentPage = (SvxHyperlinkTabPageBase*)GetTabPage( nPageId ); in SetPage() local
357 pCurrentPage->Reset( aPageSet ); in SetPage()
360 pCurrentPage->SetInitFocus(); // #92535# grab the focus only once at initialization in SetPage()
374 SvxHyperlinkTabPageBase* pCurrentPage = ( SvxHyperlinkTabPageBase* ) in EnableInetBrowse() local
376 pCurrentPage->SetOnlineMode( bEnable ); in EnableInetBrowse()