Lines Matching refs:SfxInternetPage

1159 SfxInternetPage::SfxInternetPage( Window* pParent, const SfxItemSet& rItemSet ) :  in SfxInternetPage()  function in SfxInternetPage
1207 aRBNoAutoUpdate.SetClickHdl( LINK( this, SfxInternetPage, ClickHdlNoUpdate ) ); in SfxInternetPage()
1208 aRBReloadUpdate.SetClickHdl( LINK( this, SfxInternetPage, ClickHdlReload ) ); in SfxInternetPage()
1209 aRBForwardUpdate.SetClickHdl( LINK( this, SfxInternetPage, ClickHdlForward ) ); in SfxInternetPage()
1210 aPBBrowseURL.SetClickHdl( LINK( this, SfxInternetPage, ClickHdlBrowseURL ) ); in SfxInternetPage()
1219 SfxInternetPage::~SfxInternetPage() in ~SfxInternetPage()
1226 void SfxInternetPage::ChangeState( STATE eNewState ) in ChangeState()
1270 void SfxInternetPage::EnableNoUpdate( sal_Bool bEnable ) in EnableNoUpdate()
1278 void SfxInternetPage::EnableReload( sal_Bool bEnable ) in EnableReload()
1290 void SfxInternetPage::EnableForward( sal_Bool bEnable ) in EnableForward()
1307 IMPL_LINK( SfxInternetPage, ClickHdlNoUpdate, Control*, pCtrl ) in IMPL_LINK() argument
1316 IMPL_LINK( SfxInternetPage, ClickHdlReload, Control*, pCtrl ) in IMPL_LINK() argument
1325 IMPL_LINK( SfxInternetPage, ClickHdlForward, Control*, pCtrl ) in IMPL_LINK() argument
1334 IMPL_LINK( SfxInternetPage, ClickHdlBrowseURL, PushButton*, EMPTYARG ) in IMPL_LINK() argument
1339 pFileDlg->StartExecuteModal( LINK( this, SfxInternetPage, DialogClosedHdl ) ); in IMPL_LINK()
1346 IMPL_LINK( SfxInternetPage, DialogClosedHdl, sfx2::FileDialogHelper*, EMPTYARG ) in IMPL_LINK() argument
1358 sal_Bool SfxInternetPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet()
1425 SfxTabPage *SfxInternetPage::Create( Window* pParent, const SfxItemSet& rItemSet ) in Create()
1427 return new SfxInternetPage(pParent, rItemSet); in Create()
1432 void SfxInternetPage::Reset( const SfxItemSet& rSet ) in Reset()
1485 int SfxInternetPage::DeactivatePage( SfxItemSet* /*pSet*/ ) in DeactivatePage()
1553 AddTabPage(TP_DOCINFORELOAD, SfxInternetPage::Create, 0); in SfxDocumentInfoDialog()