Searched refs:SwInsertSectionTabPage (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sw/source/ui/dialog/ |
| H A D | uiregionsw.cxx | 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() [all …]
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | regionsw.hxx | 162 class SwInsertSectionTabPage : public SfxTabPage class 215 SwInsertSectionTabPage(Window *pParent, const SfxItemSet &rAttrSet); 216 virtual ~SwInsertSectionTabPage();
|