Lines Matching refs:SwInsertSectionTabPage

1590 	AddTabPage(TP_INSERT_SECTION, SwInsertSectionTabPage::Create, 0);  in SwInsertSectionTabDialog()
1621 ((SwInsertSectionTabPage&)rPage).SetWrtShell(rWrtSh); in PageCreated()
1693 SwInsertSectionTabPage::SwInsertSectionTabPage( in SwInsertSectionTabPage() function in SwInsertSectionTabPage
1728 aProtectCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangeProtectHdl)); in SwInsertSectionTabPage()
1729 aPasswdCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangePasswdHdl)); in SwInsertSectionTabPage()
1730 aPasswdPB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangePasswdHdl)); in SwInsertSectionTabPage()
1731 aHideCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangeHideHdl)); in SwInsertSectionTabPage()
1733 …aEditInReadonlyCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangeEditInReadonlyHdl)… in SwInsertSectionTabPage()
1735 aFileCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, UseFileHdl )); in SwInsertSectionTabPage()
1736 aFilePB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, FileSearchHdl )); in SwInsertSectionTabPage()
1737 aCurName.SetModifyHdl ( LINK( this, SwInsertSectionTabPage, NameEditHdl)); in SwInsertSectionTabPage()
1738 aDDECB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, DDEHdl )); in SwInsertSectionTabPage()
1746 SwInsertSectionTabPage::~SwInsertSectionTabPage() in ~SwInsertSectionTabPage()
1751 void SwInsertSectionTabPage::SetWrtShell(SwWrtShell& rSh) in SetWrtShell()
1789 sal_Bool SwInsertSectionTabPage::FillItemSet( SfxItemSet& ) in FillItemSet()
1853 void SwInsertSectionTabPage::Reset( const SfxItemSet& ) in Reset()
1859 SfxTabPage* SwInsertSectionTabPage::Create( Window* pParent, in Create()
1862 return new SwInsertSectionTabPage(pParent, rAttrSet); in Create()
1868 IMPL_LINK( SwInsertSectionTabPage, ChangeHideHdl, CheckBox *, pBox ) in IMPL_LINK() argument
1879 IMPL_LINK( SwInsertSectionTabPage, ChangeEditInReadonlyHdl, CheckBox *, EMPTYARG ) in IMPL_LINK() argument
1887 IMPL_LINK( SwInsertSectionTabPage, ChangeProtectHdl, CheckBox *, pBox ) in IMPL_LINK() argument
1897 IMPL_LINK( SwInsertSectionTabPage, ChangePasswdHdl, Button *, pButton ) in IMPL_LINK() argument
1931 IMPL_LINK_INLINE_START( SwInsertSectionTabPage, NameEditHdl, Edit *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
1937 IMPL_LINK_INLINE_END( SwInsertSectionTabPage, NameEditHdl, Edit *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
1943 IMPL_LINK( SwInsertSectionTabPage, UseFileHdl, CheckBox *, pBox ) in IMPL_LINK_INLINE_END()
1979 IMPL_LINK( SwInsertSectionTabPage, FileSearchHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument
1986 m_pDocInserter->StartExecuteModal( LINK( this, SwInsertSectionTabPage, DlgClosedHdl ) ); in IMPL_LINK()
1994 IMPL_LINK( SwInsertSectionTabPage, DDEHdl, CheckBox*, pBox ) in IMPL_LINK() argument
2021 IMPL_LINK( SwInsertSectionTabPage, DlgClosedHdl, sfx2::FileDialogHelper *, _pFileDlg ) in IMPL_LINK() argument